Home
last modified time | relevance | path

Searched refs:MRM_F9 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h684 MRM_F9 = 121, enumerator
1144 case X86II::MRM_F9: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1965 case X86II::MRM_F9: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td79 def MRM_F9 : Format<121>; def MRM_FA : Format<122>; def MRM_FB : Format<123>;
H A DX86InstrFPStack.td657 def FYL2XP1 : I<0xD9, MRM_F9, (outs), (ins), "fyl2xp1", []>;
H A DX86InstrSystem.td20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB;