Searched refs:xchg1 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386.c | 4085 swap_2_operands (int xchg1, int xchg2) in swap_2_operands() argument 4092 i.types[xchg2] = i.types[xchg1]; in swap_2_operands() 4093 i.types[xchg1] = temp_type; in swap_2_operands() 4095 i.op[xchg2] = i.op[xchg1]; in swap_2_operands() 4096 i.op[xchg1] = temp_op; in swap_2_operands() 4098 i.reloc[xchg2] = i.reloc[xchg1]; in swap_2_operands() 4099 i.reloc[xchg1] = temp_reloc; in swap_2_operands() 4103 if (i.mask->operand == xchg1) in swap_2_operands() 4106 i.mask->operand = xchg1; in swap_2_operands() 4110 if (i.broadcast->operand == xchg1) in swap_2_operands() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | opc-m.s | 904 xchg1 r4 = [r5], r6 905 xchg1.nt1 r4 = [r5], r6 906 xchg1.nta r4 = [r5], r6
|
D | opc-m.d | 1201 18d0: 18 20 18 0a 41 10 \[MMB\] xchg1 r4=\[r5\],r6 1202 18d6: 40 30 14 86 20 00 xchg1\.nt1 r4=\[r5\],r6 1204 18e0: 18 20 18 0a 47 10 \[MMB\] xchg1\.nta r4=\[r5\],r6
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-ic.tbl | 257 xchg; xchg1, xchg2, xchg4, xchg8
|