Home
last modified time | relevance | path

Searched refs:XOP8 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DX86RecognizableInstr.h137 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7, enumerator
H A DX86RecognizableInstr.cpp789 case X86Local::XOP8: opcodeType = XOP8_MAP; break; in emitDecodePath()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFormats.td160 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 DX86BaseInfo.h816 XOP8 = 4 << OpMapShift, enumerator
H A DX86MCCodeEmitter.cpp727 case X86II::XOP8: in emitVEXOpcodePrefix()