Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSVM.td57 def INVLPGA32 : I<0x01, MRM_DF, (outs), (ins),
60 def INVLPGA64 : I<0x01, MRM_DF, (outs), (ins),
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()
1474 case X86II::MRM_DF: MRM = 0xDF; 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()