Home | History | Annotate | Download | only in ARM

Lines Matching refs:FCOPYSIGN

452     setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand);
808 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
809 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
3804 // Implement fcopysign with a fabs and a conditional fneg.
6215 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);