Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h314 MRM_F3 = 72, MRM_F4 = 73, MRM_F5 = 74, MRM_F6 = 75, enumerator
710 case X86II::MRM_F5: case X86II::MRM_F6: case X86II::MRM_F7: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1442 case X86II::MRM_F5: case X86II::MRM_F6: case X86II::MRM_F7: in EncodeInstruction()
1493 case X86II::MRM_F5: MRM = 0xF5; break; in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp790 case X86Local::MRM_F5: case X86Local::MRM_F6: case X86Local::MRM_F7: in emitInstructionSpecifier()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFPStack.td626 def FPREM1 : I<0xD9, MRM_F5, (outs), (ins), "fprem1", [], IIC_FPREM1>;
H A DX86InstrFormats.td50 def MRM_F5 : Format<74>; def MRM_F6 : Format<75>; def MRM_F7 : Format<76>;