Lines Matching full:xop
842 // XOP: Use XOP prefix byte 0x8f instead of VEX.
843 unsigned char XOP = 0;
852 // 0b01000: XOP map select - 08h instructions with imm byte
853 // 0b10001: XOP map select - 09h instructions with no imm byte
884 if ((TSFlags >> X86II::VEXShift) & X86II::XOP)
885 XOP = 1;
1086 if (VEX_B && VEX_X && !VEX_W && !XOP && (VEX_5M == 1)) { // 2 byte VEX prefix
1093 MCE.emitByte(XOP ? 0x8F : 0xC4);