Searched refs:MFFS (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 303 MFFS, enumerator
|
| H A D | P10InstrResources.td | 1123 MFFS,
|
| H A D | PPCISelLowering.cpp | 1767 case PPCISD::MFFS: return "PPCISD::MFFS"; in getTargetNodeName() 9056 SDValue MFFS = DAG.getNode(PPCISD::MFFS, dl, {MVT::f64, MVT::Other}, Chain); in LowerGET_ROUNDING() local 9057 Chain = MFFS.getValue(1); in LowerGET_ROUNDING() 9062 DAG.getNode(ISD::BITCAST, dl, MVT::i64, MFFS)); in LowerGET_ROUNDING() 9067 Chain = DAG.getStore(Chain, dl, MFFS, StackSlot, MachinePointerInfo()); in LowerGET_ROUNDING() 13437 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg); in EmitInstrWithCustomInserter() 13502 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), OldFPSCRReg); in EmitInstrWithCustomInserter() 13585 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), OldFPSCRReg); in EmitInstrWithCustomInserter() 13638 BuildMI(*BB, MI, Dl, TII->get(PPC::MFFS), OldFPSCRReg); in EmitInstrWithCustomInserter()
|
| H A D | P9InstrResources.td | 1106 (instregex "MFFS(L|CE|_rec)?$")
|
| H A D | PPCInstrFormats.td | 793 // This is used for MFFS, MTFSB0, MTFSB1. 42 is arbitrary; this series of
|
| H A D | PPCInstrInfo.td | 183 def PPCmffs : SDNode<"PPCISD::MFFS", 2842 def MFFS : XForm_42<63, 583, (outs f8rc:$RST), (ins), 3196 def : Pat<(int_ppc_readflm), (MFFS)>;
|
| H A D | PPCInstrInfo.cpp | 2169 case PPC::MFFS: in isSchedulingBoundary()
|