Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:FCFID

466   case PPCISD::FCFID:           return "PPCISD::FCFID";
3738 SDValue FP = DAG.getNode(PPCISD::FCFID, dl, MVT::f64, Bits);
3750 // then lfd it and fcfid it.
3772 // FCFID it and return it.
3773 SDValue FP = DAG.getNode(PPCISD::FCFID, dl, MVT::f64, Ld);
5278 // Turn (sint_to_fp (fp_to_sint X)) -> fctidz/fcfid without load/stores.
5291 Val = DAG.getNode(PPCISD::FCFID, dl, MVT::f64, Val);