Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrSVM.td57 def INVLPGA32 : I<0x01, MRM_DF, (outs), (ins),
60 def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
HDX86InstrFormats.td58 def MRM_DF : Format<59>;
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h282 MRM_DF = 59, enumerator
653 case X86II::MRM_DF: in getMemoryOperandNo()
HDX86MCCodeEmitter.cpp1371 case X86II::MRM_DD: case X86II::MRM_DE: case X86II::MRM_DF: in EncodeInstruction()
1399 case X86II::MRM_DF: MRM = 0xDF; break; in EncodeInstruction()