Home
last modified time | relevance | path

Searched refs:MRM_F8 (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrTSX.td27 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst),
29 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst),
40 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
H A DX86InstrSystem.td208 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
H A DX86InstrFPStack.td629 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", [], IIC_FPREM>;
H A DX86InstrFormats.td51 def MRM_F8 : Format<77>; def MRM_F9 : Format<78>; def MRM_FA : Format<79>;
H A DX86InstrSSE.td3961 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h315 MRM_F7 = 76, MRM_F8 = 77, MRM_F9 = 78, MRM_FA = 79, enumerator
711 case X86II::MRM_F8: case X86II::MRM_F9: case X86II::MRM_FA: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1443 case X86II::MRM_F8: case X86II::MRM_F9: case X86II::MRM_FA: in EncodeInstruction()
1496 case X86II::MRM_F8: MRM = 0xF8; break; in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp765 case X86Local::MRM_F8: in emitInstructionSpecifier()