Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c3517 union i386_op temp_op; in build_vex_prefix() local
3523 temp_op = i.op[xchg]; in build_vex_prefix()
3525 i.op[0] = temp_op; in build_vex_prefix()
3554 union i386_op temp_op; in build_vex_prefix() local
3566 temp_op = i.op[xchg]; in build_vex_prefix()
3568 i.op[xchg + 1] = temp_op; in build_vex_prefix()
5045 union i386_op temp_op; in swap_2_operands() local
5058 temp_op = i.op[xchg2]; in swap_2_operands()
5060 i.op[xchg1] = temp_op; in swap_2_operands()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c3137 union i386_op temp_op; in build_vex_prefix() local
3143 temp_op = i.op[xchg]; in build_vex_prefix()
3145 i.op[0] = temp_op; in build_vex_prefix()
4176 union i386_op temp_op; in swap_2_operands() local
4183 temp_op = i.op[xchg2]; in swap_2_operands()
4185 i.op[xchg1] = temp_op; in swap_2_operands()