Searched refs:XOP9 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 153 def XOP9 : Map<5>; 197 class XOP9 { Map OpMap = XOP9; Prefix OpPrefix = PS; } 916 XOP9, Requires<[HasXOP]>;
|
D | X86InstrInfo.td | 2643 XOP_4V, XOP9, Sched<[Sched]>; 2647 XOP_4V, XOP9, Sched<[Sched.Folded]>; 2686 [(int_x86_llwpcb GR32:$src)]>, XOP, XOP9; 2688 [(set GR32:$dst, (int_x86_slwpcb))]>, XOP, XOP9; 2691 [(int_x86_llwpcb GR64:$src)]>, XOP, XOP9, VEX_W; 2693 [(set GR64:$dst, (int_x86_slwpcb))]>, XOP, XOP9, VEX_W;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 752 XOP9 = 5 << OpMapShift, enumerator
|
D | X86MCCodeEmitter.cpp | 803 case X86II::XOP9: in emitVEXOpcodePrefix()
|