Searched refs:XOP8 (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 137 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7, enumerator
|
H A D | X86RecognizableInstr.cpp | 789 case X86Local::XOP8: opcodeType = XOP8_MAP; break; in emitDecodePath()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 160 def XOP8 : Map<4>; 206 class XOP8 { Map OpMap = XOP8; Prefix OpPrefix = PS; } 953 XOP8, Requires<[HasXOP]>; 958 XOP8, Requires<[HasXOP]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 816 XOP8 = 4 << OpMapShift, enumerator
|
H A D | X86MCCodeEmitter.cpp | 727 case X86II::XOP8: in emitVEXOpcodePrefix()
|