Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins),
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
HDX86InstrFormats.td51 def MRM_D8 : Format<52>;
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.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()
HDX86MCCodeEmitter.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()