Searched refs:XOP9 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrTBM.td | 49 XOP, VVVV, XOP9, Sched<[Sched]>; 53 XOP, VVVV, XOP9, Sched<[Sched.Folded]>;
|
H A D | X86InstrFormats.td | 163 def XOP9 : Map<5>;
|
H A D | X86InstrMisc.td | 1419 [(int_x86_llwpcb GR32:$src)]>, XOP, XOP9; 1421 [(set GR32:$dst, (int_x86_slwpcb))]>, XOP, XOP9; 1424 [(int_x86_llwpcb GR64:$src)]>, XOP, XOP9, REX_W; 1426 [(set GR64:$dst, (int_x86_slwpcb))]>, XOP, XOP9, REX_W;
|
H A D | X86InstrUtils.td | 35 class XOP9 { Map OpMap = XOP9; } 894 XOP9, Requires<[HasXOP]>;
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 164 XOP9 = 5, enumerator
|
H A D | X86RecognizableInstr.cpp | 850 case X86Local::XOP9: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 742 XOP9 = 5 << OpMapShift, enumerator
|
H A D | X86MCCodeEmitter.cpp | 1016 case X86II::XOP9: in emitVEXOpcodePrefix()
|