Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrSVM.td57 def INVLPGA32 : I<0x01, MRM_DF, (outs), (ins),
60 def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
DX86InstrFormats.td46 def MRM_DE : Format<62>; def MRM_DF : Format<63>; def MRM_E0 : Format<64>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSVM.td58 def INVLPGA32 : I<0x01, MRM_DF, (outs), (ins),
61 def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
DX86InstrFormats.td56 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h310 MRM_DC = 60, MRM_DD = 61, MRM_DE = 62, MRM_DF = 63, enumerator
707 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1396 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h354 MRM_DC = 92, MRM_DD = 93, MRM_DE = 94, MRM_DF = 95, enumerator
749 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1526 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp793 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()