/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 307 MRM_D0 = 48, MRM_D1 = 49, MRM_D2 = 50, MRM_D3 = 51, enumerator 702 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1391 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 674 MRM_D0 = 80, MRM_D1 = 81, MRM_D2 = 82, MRM_D3 = 83, enumerator 1073 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1693 case X86II::MRM_D0: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 729 MRM_D0 = 80, MRM_D1 = 81, MRM_D2 = 82, MRM_D3 = 83, enumerator 1151 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1730 case X86II::MRM_D0: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 481 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB; 544 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB; 552 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB;
|
D | X86InstrFPStack.td | 644 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", [], IIC_FNOP>;
|
D | X86InstrFormats.td | 41 def MRM_CF : Format<47>; def MRM_D0 : Format<48>; def MRM_D1 : Format<49>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 515 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB; 574 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB; 582 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB;
|
D | X86InstrFPStack.td | 729 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", []>, Sched<[WriteNop]>;
|
D | X86InstrFormats.td | 55 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 525 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, PS; 584 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP; 592 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
|
D | X86InstrFPStack.td | 725 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", []>, Sched<[WriteNop]>;
|
D | X86InstrFormats.td | 62 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 106 case X86II::MRM_D0: in isInvalidMemoryInstr()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 789 case X86Local::MRM_CF: case X86Local::MRM_D0: case X86Local::MRM_D1: in emitInstructionSpecifier()
|