Home
last modified time | relevance | path

Searched refs:xchg1 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c4174 swap_2_operands (int xchg1, int xchg2) in swap_2_operands() argument
4181 i.types[xchg2] = i.types[xchg1]; in swap_2_operands()
4182 i.types[xchg1] = temp_type; in swap_2_operands()
4184 i.op[xchg2] = i.op[xchg1]; in swap_2_operands()
4185 i.op[xchg1] = temp_op; in swap_2_operands()
4187 i.reloc[xchg2] = i.reloc[xchg1]; in swap_2_operands()
4188 i.reloc[xchg1] = temp_reloc; in swap_2_operands()
4192 if (i.mask->operand == xchg1) in swap_2_operands()
4195 i.mask->operand = xchg1; in swap_2_operands()
4202 i.broadcast->operand = xchg1; in swap_2_operands()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c5051 i.types[xchg2] = i.types[xchg1]; in swap_2_operands()
5052 i.types[xchg1] = temp_type; in swap_2_operands()
5055 i.flags[xchg2] = i.flags[xchg1]; in swap_2_operands()
5056 i.flags[xchg1] = temp_flags; in swap_2_operands()
5059 i.op[xchg2] = i.op[xchg1]; in swap_2_operands()
5060 i.op[xchg1] = temp_op; in swap_2_operands()
5063 i.reloc[xchg2] = i.reloc[xchg1]; in swap_2_operands()
5064 i.reloc[xchg1] = temp_reloc; in swap_2_operands()
5071 i.mask->operand = xchg1; in swap_2_operands()
5078 i.broadcast->operand = xchg1; in swap_2_operands()
[all …]