Searched refs:FNSTSW16r (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 45 def X86fp_stsw : SDNode<"X86ISD::FNSTSW16r", SDTX86Fnstsw>; 631 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
| H A D | X86ISelLowering.h | 536 FNSTSW16r, enumerator
|
| H A D | X86SchedSandyBridge.td | 648 FNSTSW16r)>;
|
| H A D | X86ScheduleZnver1.td | 896 def : InstRW<[WriteMicrocoded], (instrs FNSTSW16r)>;
|
| H A D | X86SchedBroadwell.td | 841 def: InstRW<[BWWriteResGroup41], (instrs FNSTSW16r)>;
|
| H A D | X86SchedHaswell.td | 1331 def: InstRW<[HWWriteResGroup72], (instrs FNSTSW16r)>;
|
| H A D | X86SchedSkylakeClient.td | 787 def: InstRW<[SKLWriteResGroup32], (instrs FNSTSW16r)>;
|
| H A D | X86SchedSkylakeServer.td | 849 def: InstRW<[SKXWriteResGroup34], (instrs FNSTSW16r)>;
|
| H A D | X86InstrInfo.td | 3268 def : InstAlias<"fnstsw" , (FNSTSW16r), 0>;
|
| H A D | X86ISelLowering.cpp | 19017 SDValue FNStSW = DAG.getNode(X86ISD::FNSTSW16r, dl, MVT::i16, TruncFPSW); in ConvertCmpIfNecessary() 27174 case X86ISD::FNSTSW16r: return "X86ISD::FNSTSW16r"; in getTargetNodeName()
|