Home | History | Annotate | Download | only in X86

Lines Matching refs:FCOPYSIGN

668     // Use ANDPD and ORPD to simulate FCOPYSIGN.
669 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
670 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
702 // Use ANDPS and ORPS to simulate FCOPYSIGN.
703 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
704 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
731 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
732 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
760 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
834 setOperationAction(ISD::FCOPYSIGN, VT, Expand);
16205 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);