Home
last modified time | relevance | path

Searched refs:MRM_E0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h309 MRM_DE = 52, MRM_DF = 53, MRM_E0 = 54, MRM_E1 = 55, enumerator
705 case X86II::MRM_DF: case X86II::MRM_E0: case X86II::MRM_E1: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1464 case X86II::MRM_DF: case X86II::MRM_E0: case X86II::MRM_E1: in EncodeInstruction()
1501 case X86II::MRM_E0: MRM = 0xE0; break; in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1392 case X86II::MRM_DF: case X86II::MRM_E0: case X86II::MRM_E1: in emitInstruction()
1429 case X86II::MRM_E0: MRM = 0xE0; break; in emitInstruction()
DX86InstrFPStack.td280 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;
588 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
DX86InstrSystem.td515 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
DX86InstrFormats.td43 def MRM_DF : Format<53>; def MRM_E0 : Format<54>; def MRM_E1 : Format<55>;
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp763 case X86Local::MRM_DF: case X86Local::MRM_E0: case X86Local::MRM_E1: in emitInstructionSpecifier()