Home
last modified time | relevance | path

Searched refs:MRM_C2 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrVMX.td43 def VMLAUNCH : I<0x01, MRM_C2, (outs), (ins), "vmlaunch", []>, TB;
DX86InstrFormats.td50 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h670 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()
DX86MCCodeEmitter.cpp1679 case X86II::MRM_C2: in encodeInstruction()