Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td152 def XOP8 : Map<4>;
196 class XOP8 { Map OpMap = XOP8; Prefix OpPrefix = PS; }
922 XOP8, Requires<[HasXOP]>;
927 XOP8, Requires<[HasXOP]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h749 XOP8 = 4 << OpMapShift, enumerator
DX86MCCodeEmitter.cpp800 case X86II::XOP8: in emitVEXOpcodePrefix()