Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:XOP

475   // XOP: Use XOP prefix byte 0x8f instead of VEX.
476 unsigned char XOP = 0;
485 // 0b01000: XOP map select - 08h instructions with imm byte
486 // 0b10001: XOP map select - 09h instructions with no imm byte
517 if ((TSFlags >> X86II::VEXShift) & X86II::XOP)
518 XOP = 1;
712 if (VEX_B && VEX_X && !VEX_W && !XOP && (VEX_5M == 1)) { // 2 byte VEX prefix
719 EmitByte(XOP ? 0x8F : 0xC4, CurByte, OS);