Searched refs:MRM_DE (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
|
D | X86InstrFormats.td | 46 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/ |
D | X86InstrSVM.td | 30 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
|
D | X86InstrFormats.td | 56 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 310 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()
|
D | X86MCCodeEmitter.cpp | 1396 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/ |
D | X86BaseInfo.h | 354 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()
|
D | X86MCCodeEmitter.cpp | 1526 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 793 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()
|