Searched refs:MRM_EA (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 312 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 D | X86MCCodeEmitter.cpp | 1438 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 D | X86RecognizableInstr.cpp | 786 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 D | X86InstrFPStack.td | 617 def FLDL2E : I<0xD9, MRM_EA, (outs), (ins), "fldl2e", [], IIC_FLDL>;
|
| H A D | X86InstrFormats.td | 46 def MRM_E8 : Format<62>; def MRM_E9 : Format<63>; def MRM_EA : Format<64>;
|