Searched refs:MRM_C4 (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 230 MRM_C4 = 36, enumerator 503 case X86II::MRM_C4: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 996 case X86II::MRM_C4: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 304 MRM_C4 = 36, MRM_C5 = 37, MRM_C6 = 38, MRM_C7 = 39, enumerator 698 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C5: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1387 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C5: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 348 MRM_C4 = 68, MRM_C5 = 69, MRM_C6 = 70, MRM_C7 = 71, enumerator 740 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C5: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1517 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C5: in encodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrVMX.td | 57 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
|
D | X86InstrFormats.td | 35 def MRM_C4 : Format<36>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 63 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
|
D | X86InstrFormats.td | 37 def MRM_C3 : Format<35>; def MRM_C4 : Format<36>; def MRM_C5 : Format<37>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 85 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
|
D | X86InstrFormats.td | 47 def MRM_C3 : Format<67>; def MRM_C4 : Format<68>; def MRM_C5 : Format<69>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 787 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()
|