Home
last modified time | relevance | path

Searched refs:MRM_DE (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrSVM.td29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
DX86InstrFormats.td46 def MRM_DE : Format<62>; def MRM_DF : Format<63>; def MRM_E0 : Format<64>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h310 MRM_DC = 60, MRM_DD = 61, MRM_DE = 62, MRM_DF = 63, enumerator
707 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1396 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp793 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()