Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins),
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
DX86InstrFormats.td51 def MRM_D8 : Format<52>;
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h280 MRM_D6 = 51, MRM_D8 = 52, MRM_D9 = 53, MRM_DA = 54, enumerator
650 case X86II::MRM_D5: case X86II::MRM_D6: case X86II::MRM_D8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1369 case X86II::MRM_D6: case X86II::MRM_D8: case X86II::MRM_D9: in EncodeInstruction()
1392 case X86II::MRM_D8: MRM = 0xD8; break; in EncodeInstruction()