Lines Matching full:xop
643 // 0b01000: XOP map select - 08h instructions with imm byte
644 // 0b01001: XOP map select - 09h instructions with no imm byte
645 // 0b01010: XOP map select - 0Ah instructions with imm dword
890 if (Encoding == X86II::VEX || Encoding == X86II::XOP) {
902 // XOP uses a similar prefix:
916 EmitByte(Encoding == X86II::XOP ? 0x8F : 0xC4, CurByte, OS);