/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
bitwise.s | 1 # and, andh, andnot, andnoth, or, orh, xor, xorh 67 andh 1,%r1,%r2 68 andh 8193,%r4,%r5 69 andh 5110,%r7,%r8 70 andh 32769,%r10,%r11 71 andh 65001,%r13,%r14 72 andh 65535,%r16,%r17 73 andh 0xffff,%r19,%r20 74 andh 0xabcd,%r22,%r23 75 andh 0x1234,%r25,%r2 [all...] |
bitwise.d | 65 dc: 01 00 22 cc andh 0x0001,%r1,%sp 66 e0: 01 20 85 cc andh 0x2001,%r4,%r5 67 e4: f6 13 e8 cc andh 0x13f6,%r7,%r8 68 e8: 01 80 4b cd andh 0x8001,%r10,%r11 69 ec: e9 fd ae cd andh 0xfde9,%r13,%r14 70 f0: ff ff 11 ce andh 0xffff,%r16,%r17 71 f4: ff ff 74 ce andh 0xffff,%r19,%r20 72 f8: cd ab d7 ce andh 0xabcd,%r22,%r23 73 fc: 34 12 3a cf andh 0x1234,%r25,%r26 74 100: 00 00 9d cf andh 0x0000,%r28,%r2 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/ |
all_insns.d | 21 0+0016 <L8\+0x2> andh R1, #0x80 Abs\* 0x00008004 <END_CODE\+0x7f1c> 28 0+001e <L10\+0x2> andh R7, #0x00 Abs\* 0x000000e8 <END_CODE> 31 0+0022 <L11\+0x2> andh R4, #0xff Abs\* 0x0000ff01 <END_CODE\+0xfe19> 33 0+0026 <L13> andh R6, #0xff Abs\* 0x0000ff01 <END_CODE\+0xfe19>
|
all_insns.s | 17 L13: andh r6, #255
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/ |
allinsn.s | 42 .global andh 43 andh: label 44 andh r5, @r6
|
allinsn.d | 46 0+001e <andh>: 47 1e: 85 56 andh r5,@r6
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns9s12xg.s | 21 andh r1, #u08_1
|
insns9s12xg.d | 17 00000010 <label3\+0xc> andh R2, #0x54 19 00000014 <label3\+0x10> andh R1, #0x32
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
xgate.h | 69 #define XGATE_OP_IMM16mAND "r,if; andl andh"
|
i860.h | 187 { "andh", 0xcc000000, 0x30000000, "i,2,d", 0 }, /* andh #const,isrc2,idest */
|
ChangeLog-9103 | 827 (andh, andnoth, orh, xorh): Deleted 3-register forms as they do not [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
i860-dis.c | 52 /* True if opcode is xor, xorh, and, andh, or, orh, andnot, andnoth. */
|
xgate-opc.c | 110 { "andh", OP_IMM8, "10001rrriiiiiiii", 2, 0x8800, 1, 1, CHG_NZV, ALL},
|
fr30-desc.c | 666 /* andh $Rj,@$Ri */ 668 FR30_INSN_ANDH, "andh", "andh", 16, [all...] |
fr30-opc.c | 281 /* andh $Rj,@$Ri */
|
m68hc11-opc.c | [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
fr30.cpu | 679 (binary-logical-op-m andh andh "reg/mem" OP1_8 OP2_5 HI and Rj Ri) [all...] |