Searched refs:MRM_F9 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 684 MRM_F9 = 121, enumerator 1144 case X86II::MRM_F9: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1965 case X86II::MRM_F9: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 79 def MRM_F9 : Format<121>; def MRM_FA : Format<122>; def MRM_FB : Format<123>;
|
H A D | X86InstrFPStack.td | 657 def FYL2XP1 : I<0xD9, MRM_F9, (outs), (ins), "fyl2xp1", []>;
|
H A D | X86InstrSystem.td | 20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB;
|