Searched refs:MRM_E0 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 309 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()
|
D | X86MCCodeEmitter.cpp | 1464 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/ |
D | X86CodeEmitter.cpp | 1392 case X86II::MRM_DF: case X86II::MRM_E0: case X86II::MRM_E1: in emitInstruction() 1429 case X86II::MRM_E0: MRM = 0xE0; break; in emitInstruction()
|
D | X86InstrFPStack.td | 280 defm CHS : FPUnary<fneg, MRM_E0, "fchs">; 588 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
D | X86InstrSystem.td | 515 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
|
D | X86InstrFormats.td | 43 def MRM_DF : Format<53>; def MRM_E0 : Format<54>; def MRM_E1 : Format<55>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 763 case X86Local::MRM_DF: case X86Local::MRM_E0: case X86Local::MRM_E1: in emitInstructionSpecifier()
|