Searched refs:MOV_AX_DISP32 (Results 1 – 4 of 4) sorted by relevance
51 #define MOV_AX_DISP32 0xa0 macro
2493 * i386.h (MOV_AX_DISP32): New macro.
797 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
3424 else if ((i.tm.base_opcode & ~0x3) == MOV_AX_DISP32) in process_operands()