Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSVM.td29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit\t{%eax|eax}", []>, TB;
H A DX86InstrFormats.td43 def MRM_DD : Format<53>; def MRM_DE : Format<54>; def MRM_DF : Format<55>;
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h309 MRM_DC = 52, MRM_DD = 53, MRM_DE = 54, MRM_DF = 55, enumerator
703 case X86II::MRM_DD: case X86II::MRM_DE: case X86II::MRM_DF: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1435 case X86II::MRM_DD: case X86II::MRM_DE: case X86II::MRM_DF: in EncodeInstruction()
1473 case X86II::MRM_DE: MRM = 0xDE; break; in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp783 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()