Searched refs:FNSTCW16m (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InsertWait.cpp | 62 case X86::FNSTCW16m: in isX87ControlInstruction() 88 case X86::FNSTCW16m: in isX87NonWaitingControlInstruction()
|
| H A D | X86InstrFPStack.td | 618 def FNSTCW16m : I<0xD9, MRM7m, // [mem16] = X87 control world
|
| H A D | X86ISelLowering.h | 917 FNSTCW16m, enumerator
|
| H A D | X86ScheduleAtom.td | 673 FNSTCW16m)>;
|
| H A D | X86InstrFragments.td | 809 def X86fp_cwd_get16 : SDNode<"X86ISD::FNSTCW16m", SDTX86CwdStore,
|
| H A D | X86SchedSandyBridge.td | 951 def: InstRW<[SBWriteResGroup68], (instrs FNSTCW16m)>;
|
| H A D | X86ScheduleZnver2.td | 838 def : InstRW<[WriteMicrocoded], (instrs FNSTCW16m)>;
|
| H A D | X86ScheduleZnver1.td | 828 def : InstRW<[WriteMicrocoded], (instrs FNSTCW16m)>;
|
| H A D | X86SchedSkylakeClient.td | 758 def: InstRW<[SKLWriteResGroup25], (instrs FNSTCW16m)>;
|
| H A D | X86SchedBroadwell.td | 752 def: InstRW<[BWWriteResGroup22], (instrs FNSTCW16m)>;
|
| H A D | X86SchedHaswell.td | 1055 def: InstRW<[HWWriteResGroup21], (instrs FNSTCW16m)>;
|
| H A D | X86SchedLunarlakeP.td | 1340 def : InstRW<[LNLPWriteResGroupX62], (instrs FNSTCW16m)>;
|
| H A D | X86SchedSkylakeServer.td | 777 def: InstRW<[SKXWriteResGroup25], (instrs FNSTCW16m)>;
|
| H A D | X86SchedAlderlakeP.td | 968 def : InstRW<[ADLPWriteResGroup62], (instrs FNSTCW16m)>;
|
| H A D | X86SchedIceLake.td | 789 def: InstRW<[ICXWriteResGroup25], (instrs FNSTCW16m)>;
|
| H A D | X86SchedSapphireRapids.td | 1103 def : InstRW<[SPRWriteResGroup66], (instrs FNSTCW16m)>;
|
| H A D | X86ISelLowering.cpp | 28602 Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL, in LowerGET_ROUNDING() 28647 X86ISD::FNSTCW16m, DL, DAG.getVTList(MVT::Other), Ops, MVT::i16, MMO); in LowerSET_ROUNDING() 35018 NODE_NAME_CASE(FNSTCW16m) in getTargetNodeName() 37807 addFrameReference(BuildMI(*BB, MI, MIMD, TII->get(X86::FNSTCW16m)), in EmitInstrWithCustomInserter() 37877 addFrameReference(BuildMI(*BB, MI, MIMD, TII->get(X86::FNSTCW16m)), in EmitInstrWithCustomInserter()
|