Searched refs:MRM_F8 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 28 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst), 30 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst), 46 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
|
D | X86InstrSystem.td | 191 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
|
D | X86InstrFPStack.td | 744 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
|
D | X86InstrFormats.td | 68 def MRM_F6 : Format<118>; def MRM_F7 : Format<119>; def MRM_F8 : Format<120>;
|
D | X86InstrSSE.td | 3190 def SFENCE : I<0xAE, MRM_F8, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 684 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator 1086 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1733 case X86II::MRM_F8: in encodeInstruction()
|