Lines Matching refs:xchg1
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()
4113 i.broadcast->operand = xchg1; in swap_2_operands()
4117 if (i.rounding->operand == xchg1) in swap_2_operands()
4120 i.rounding->operand = xchg1; in swap_2_operands()