Home
last modified time | relevance | path

Searched refs:MRM_D8 (Results 1 – 6 of 6) 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),
DX86InstrSystem.td545 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB;
DX86InstrFormats.td44 def MRM_D8 : Format<56>; def MRM_D9 : Format<57>; def MRM_DA : Format<58>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h309 MRM_D8 = 56, MRM_D9 = 57, MRM_DA = 58, MRM_DB = 59, enumerator
705 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1394 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp791 case X86Local::MRM_D7: case X86Local::MRM_D8: case X86Local::MRM_D9: in emitInstructionSpecifier()