Searched refs:MRM_F8 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 27 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),
|
D | X86InstrSystem.td | 203 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
|
D | X86InstrFPStack.td | 659 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", [], IIC_FPREM>;
|
D | X86InstrFormats.td | 54 def MRM_F6 : Format<86>; def MRM_F7 : Format<87>; def MRM_F8 : Format<88>;
|
D | X86InstrInfo.td | 2515 def PCOMMIT : I<0xAE, MRM_F8, (outs), (ins), "pcommit", []>, PD;
|
D | X86InstrSSE.td | 3739 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 318 MRM_F8 = 88, MRM_F9 = 89, MRM_FA = 90, MRM_FB = 91, enumerator 713 case X86II::MRM_F8: case X86II::MRM_F9: case X86II::MRM_FA: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1451 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 776 case X86Local::MRM_F8: in emitInstructionSpecifier()
|