Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h163 XOP8 = 4, enumerator
H A DX86RecognizableInstr.cpp847 case X86Local::XOP8: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td162 def XOP8 : Map<4>;
H A DX86InstrUtils.td34 class XOP8 { Map OpMap = XOP8; }
900 XOP8, Requires<[HasXOP]>;
905 XOP8, Requires<[HasXOP]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h740 XOP8 = 4 << OpMapShift, enumerator
H A DX86MCCodeEmitter.cpp1013 case X86II::XOP8: in emitVEXOpcodePrefix()