Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ANDW (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/s390x.s

    	AND	$-65536, R1           // c01bffff0000
    	AND	$1, R1                // c0a100000001b980001a
    	ANDW	R1, R2                // 1421
    	ANDW	R1, R2, R3            // b9f42031
    	ANDW	$1, R1                // c01b00000001
    	ANDW	$131071, R1           // a5160001
    	ANDW	$65536, R1            // c01b00010000
    	ANDW	$-2, R1               // a517fffe
    	OR	R1, R2                // b9810021
    	OR	R1, R2, R3            // b9e62031
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	EOR	$(1<<63), R1                        // EOR	$-9223372036854775808, R1       // 210041d2
    	EOR	$(1<<63-1), R1                      // EOR	$9223372036854775807, R1        // 21f840d2
    	ANDW	$0x3ff00000, R2                     // ANDW	$1072693248, R2                 // 42240c12
    	BICW	$0x3ff00000, R2                     // BICW	$1072693248, R2                 // 42540212
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
Back to top