Home
last modified time | relevance | path

Searched refs:swap_2_operands (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c165 static void swap_2_operands (int, int);
3503 swap_2_operands (0, 1); in md_assemble()
4085 swap_2_operands (int xchg1, int xchg2) in swap_2_operands() function
4131 swap_2_operands (1, i.operands - 2); in swap_operands()
4134 swap_2_operands (0, i.operands - 1); in swap_operands()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2007962 (swap_2_operands): Likewise.
2502 (swap_2_operands): This. Take 2 ints.
2504 (swap_operands): Call swap_2_operands to swap 2 operands.
DChangeLog-2013682 (swap_2_operands): Correctly handle operands with masking,