Home
last modified time | relevance | path

Searched refs:MRM_DF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSVM.td57 def INVLPGA32 : I<0x01, MRM_DF, (outs), (ins),
60 def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
H A DX86InstrFormats.td68 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h664 MRM_DF = 95, enumerator
1118 case X86II::MRM_DF: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1872 case X86II::MRM_DF: in encodeInstruction()