/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSGX.td | 27 def ENCLV : I<0x01, MRM_C0, (outs), (ins),
|
D | X86InstrSystem.td | 567 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB; 585 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB;
|
D | X86InstrFormats.td | 50 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrSGX.td | 27 def ENCLV : I<0x01, MRM_C0, (outs), (ins),
|
D | X86InstrAMX.td | 35 def TILERELEASE : I<0x49, MRM_C0, (outs), (ins),
|
D | X86InstrSystem.td | 577 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB, REP; 595 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
|
D | X86InstrFormats.td | 57 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
|
D | X86InstrInfo.td | 2927 def HRESET : Ii8<0xF0, MRM_C0, (outs), (ins i32u8imm:$imm), "hreset\t$imm", []>,
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 303 MRM_C0 = 32, MRM_C1 = 33, MRM_C2 = 34, MRM_C3 = 35, enumerator 697 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1386 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in encodeInstruction() 1409 EmitByte(0xC0 + Form - X86II::MRM_C0, CurByte, OS); in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 670 MRM_C0 = 64, MRM_C1 = 65, MRM_C2 = 66, MRM_C3 = 67, enumerator 1068 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1677 case X86II::MRM_C0: in encodeInstruction() 1742 emitByte(0xC0 + Form - X86II::MRM_C0, CurByte, OS); in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 725 MRM_C0 = 64, MRM_C1 = 65, MRM_C2 = 66, MRM_C3 = 67, enumerator 1146 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 890 case X86II::MRM_C0: in emitVEXOpcodePrefix() 1714 case X86II::MRM_C0: in encodeInstruction() 1779 emitByte(0xC0 + Form - X86II::MRM_C0, OS); in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 786 case X86Local::MRM_C0: case X86Local::MRM_C1: case X86Local::MRM_C2: in emitInstructionSpecifier() 865 filter = new ExactFilter(0xC0 + Form - X86Local::MRM_C0); \ in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 538 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB; 555 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB;
|
D | X86InstrFormats.td | 36 def MRM_C0 : Format<32>; def MRM_C1 : Format<33>; def MRM_C2 : Format<34>;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 90 case X86II::MRM_C0: in isInvalidMemoryInstr()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 816 filter = std::make_unique<ExactFilter>(0xC0 + Form - X86Local::MRM_C0); in emitDecodePath()
|