Searched refs:MRM_E8 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 314 MRM_E8 = 72, MRM_E9 = 73, MRM_EA = 74, MRM_EB = 75, enumerator 708 case X86II::MRM_E8: case X86II::MRM_E9: case X86II::MRM_EA: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1439 case X86II::MRM_E7: case X86II::MRM_E8: case X86II::MRM_E9: in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 797 case X86Local::MRM_E8: case X86Local::MRM_E9: case X86Local::MRM_EA: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 528 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB;
|
D | X86InstrFPStack.td | 533 def LD_F1 : FPI<0xD9, MRM_E8, (outs), (ins), "fld1", IIC_FIST>;
|
D | X86InstrFormats.td | 49 def MRM_E7 : Format<71>; def MRM_E8 : Format<72>; def MRM_E9 : Format<73>;
|
D | X86InstrSSE.td | 3743 def LFENCE : I<0xAE, MRM_E8, (outs), (ins),
|