Home | History | Annotate | Download | only in ARM

Lines Matching refs:FCOPYSIGN

487     setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand);
766 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
767 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
3210 // Implement fcopysign with a fabs and a conditional fneg.
5157 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);