Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins),
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
DX86InstrFormats.td48 def MRM_D8 : Format<49>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h279 MRM_D4 = 47, MRM_D5 = 48, MRM_D8 = 49, MRM_D9 = 50, enumerator
584 case X86II::MRM_D8: case X86II::MRM_D9: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1144 case X86II::MRM_D8: case X86II::MRM_D9: in EncodeInstruction()
1165 case X86II::MRM_D8: MRM = 0xD8; break; in EncodeInstruction()