Searched refs:MRM_C1 (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 227 MRM_C1 = 33, enumerator 500 case X86II::MRM_C1: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 984 case X86II::MRM_C1: in EncodeInstruction()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 347 MRM_C0 = 64, MRM_C1 = 65, MRM_C2 = 66, MRM_C3 = 67, enumerator 739 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1516 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in encodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrVMX.td | 29 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
|
D | X86CodeEmitter.cpp | 984 case X86II::MRM_C1: in emitInstruction()
|
D | X86InstrFormats.td | 32 def MRM_C1 : Format<33>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 33 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
|
D | X86InstrFormats.td | 36 def MRM_C0 : Format<32>; def MRM_C1 : Format<33>; def MRM_C2 : Format<34>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 36 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
|
D | X86InstrFormats.td | 46 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 786 case X86Local::MRM_C0: case X86Local::MRM_C1: case X86Local::MRM_C2: in emitInstructionSpecifier()
|