Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h310 MRM_E0 = 56, MRM_E1 = 57, MRM_E2 = 58, MRM_E3 = 59, enumerator
704 case X86II::MRM_E0: case X86II::MRM_E1: case X86II::MRM_E2: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1436 case X86II::MRM_E0: case X86II::MRM_E1: case X86II::MRM_E2: in EncodeInstruction()
1476 case X86II::MRM_E1: MRM = 0xE1; break; in EncodeInstruction()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp784 case X86Local::MRM_E0: case X86Local::MRM_E1: case X86Local::MRM_E2: in emitInstructionSpecifier()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFPStack.td278 defm ABS : FPUnary<fabs, MRM_E1, "fabs">;
H A DX86InstrFormats.td44 def MRM_E0 : Format<56>; def MRM_E1 : Format<57>; def MRM_E2 : Format<58>;