Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-2006334 (NOP_Fixup1): New.
336 (dis386): Use NOP_Fixup1 and NOP_Fixup2 on 0x90.
Di386-dis.c106 static void NOP_Fixup1 (int, int);
3753 { "xchgS", { { NOP_Fixup1, eAX_reg }, { NOP_Fixup2, eAX_reg } }, 0 },
3755 { "xchgS", { { NOP_Fixup1, eAX_reg }, { NOP_Fixup2, eAX_reg } }, 0 },
16714 NOP_Fixup1 (int bytemode, int sizeflag) in NOP_Fixup1() function
DChangeLog-20071649 (NOP_Fixup1): Properly handle REX bits.