Searched refs:MRM_F8 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A 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),
|
H A D | X86InstrFormats.td | 78 def MRM_F6 : Format<118>; def MRM_F7 : Format<119>; def MRM_F8 : Format<120>;
|
H A D | X86InstrFPStack.td | 656 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
|
H A D | X86InstrSystem.td | 222 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 683 MRM_F8 = 120, enumerator 1143 case X86II::MRM_F8: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1964 case X86II::MRM_F8: in encodeInstruction()
|