Searched refs:swap_2_operands (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/binutils-2.27/gas/config/ |
| HD | tc-i386.c | 173 static void swap_2_operands (int, int); 3587 swap_2_operands (0, 1); in md_assemble() 4174 swap_2_operands (int xchg1, int xchg2) in swap_2_operands() function 4220 swap_2_operands (1, i.operands - 2); in swap_operands() 4223 swap_2_operands (0, i.operands - 1); in swap_operands()
|
| /dragonfly/contrib/binutils-2.34/gas/config/ |
| HD | tc-i386.c | 184 static void swap_2_operands (int, int); 4340 swap_2_operands (0, 1); in md_assemble() 5043 swap_2_operands (int xchg1, int xchg2) in swap_2_operands() function 5096 swap_2_operands (1, i.operands - 2); in swap_operands() 5100 swap_2_operands (0, i.operands - 1); in swap_operands()
|