Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h312 MRM_EA = 64, MRM_EB = 65, MRM_EC = 66, MRM_ED = 67, 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()
1483 case X86II::MRM_EA: MRM = 0xEA; break; in EncodeInstruction()
/minix3/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()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFPStack.td617 def FLDL2E : I<0xD9, MRM_EA, (outs), (ins), "fldl2e", [], IIC_FLDL>;
H A DX86InstrFormats.td46 def MRM_E8 : Format<62>; def MRM_E9 : Format<63>; def MRM_EA : Format<64>;