Searched refs:MRM_DE (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
|
D | X86InstrFormats.td | 60 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 677 MRM_DC = 92, MRM_DD = 93, MRM_DE = 94, MRM_DF = 95, enumerator 1078 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1707 case X86II::MRM_DE: in encodeInstruction()
|