Searched refs:MRM_DD (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 26 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
|
D | X86InstrFormats.td | 55 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
|
D | X86InstrFormats.td | 45 def MRM_DB : Format<59>; def MRM_DC : Format<60>; def MRM_DD : Format<61>;
|
/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 748 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1525 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in encodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 310 MRM_DC = 60, MRM_DD = 61, MRM_DE = 62, MRM_DF = 63, enumerator 706 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1395 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 793 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()
|