Searched refs:MRM_DD (Results 1 – 14 of 14) sorted by relevance
/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-10.0/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
|
D | X86InstrFormats.td | 59 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
|
D | X86InstrFormats.td | 66 def MRM_DB : Format<91>; def MRM_DC : Format<92>; def MRM_DD : Format<93>;
|
/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/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 1077 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1706 case X86II::MRM_DD: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 732 MRM_DC = 92, MRM_DD = 93, MRM_DE = 94, MRM_DF = 95, enumerator 1155 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1743 case X86II::MRM_DD: in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 119 case X86II::MRM_DD: in isInvalidMemoryInstr()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 793 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()
|