Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h311 MRM_E4 = 60, MRM_E5 = 61, MRM_E8 = 62, MRM_E9 = 63, enumerator
706 case X86II::MRM_E8: case X86II::MRM_E9: case X86II::MRM_EA: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1438 case X86II::MRM_E8: case X86II::MRM_E9: case X86II::MRM_EA: in EncodeInstruction()
1482 case X86II::MRM_E9: MRM = 0xE9; break; in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFPStack.td563 def UCOM_FPPr : FPI<0xDA, MRM_E9, // cmp ST(0) with ST(1), pop, pop
616 def FLDL2T : I<0xD9, MRM_E9, (outs), (ins), "fldl2t", [], IIC_FLDL>;
H A DX86InstrFormats.td46 def MRM_E8 : Format<62>; def MRM_E9 : Format<63>; def MRM_EA : Format<64>;
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp786 case X86Local::MRM_E8: case X86Local::MRM_E9: case X86Local::MRM_EA: in emitInstructionSpecifier()