Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/opcodes/
DChangeLog-2006334 (NOP_Fixup1): New.
336 (dis386): Use NOP_Fixup1 and NOP_Fixup2 on 0x90.
Di386-dis.c90 static void NOP_Fixup1 (int, int);
2123 { "xchgS", { { NOP_Fixup1, eAX_reg }, { NOP_Fixup2, eAX_reg } } },
2125 { "xchgS", { { NOP_Fixup1, eAX_reg }, { NOP_Fixup2, eAX_reg } } },
6020 NOP_Fixup1 (int bytemode, int sizeflag) in NOP_Fixup1() function
DChangeLog429 (NOP_Fixup1): Properly handle REX bits.