Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:XOP

658   //  0b01000: XOP map select - 08h instructions with imm byte
659 // 0b01001: XOP map select - 09h instructions with no imm byte
660 // 0b01010: XOP map select - 0Ah instructions with imm dword
942 if (Encoding == X86II::VEX || Encoding == X86II::XOP) {
954 // XOP uses a similar prefix:
968 EmitByte(Encoding == X86II::XOP ? 0x8F : 0xC4, CurByte, OS);