Home | History | Annotate | Download | only in X86

Lines Matching refs:XOP

788   //  0b01000: XOP map select - 08h instructions with imm byte
789 // 0b01001: XOP map select - 09h instructions with no imm byte
790 // 0b01010: XOP map select - 0Ah instructions with imm dword
985 // XOP uses a similar prefix:
999 MCE.emitByte(Encoding == X86II::XOP ? 0x8F : 0xC4);