Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:XOP

634   //  0b01000: XOP map select - 08h instructions with imm byte
635 // 0b01001: XOP map select - 09h instructions with no imm byte
636 // 0b01010: XOP map select - 0Ah instructions with imm dword
918 if (Encoding == X86II::VEX || Encoding == X86II::XOP) {
930 // XOP uses a similar prefix:
944 EmitByte(Encoding == X86II::XOP ? 0x8F : 0xC4, CurByte, OS);