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.td47 def MRM_D8 : Format<48>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h279 MRM_D4 = 47, MRM_D8 = 48, MRM_D9 = 49, MRM_DA = 50, enumerator
583 case X86II::MRM_D4: case X86II::MRM_D8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1132 case X86II::MRM_D4: case X86II::MRM_D8: in EncodeInstruction()
1153 case X86II::MRM_D8: MRM = 0xD8; break; in EncodeInstruction()