Home | History | Annotate | Download | only in ARM

Lines Matching refs:FMA

507     setOperationAction(ISD::FMA, MVT::v2f64, Expand);
585 // NEON only has FMA instructions as of VFP4.
587 setOperationAction(ISD::FMA, MVT::v2f32, Expand);
588 setOperationAction(ISD::FMA, MVT::v4f32, Expand);
853 setOperationAction(ISD::FMA, MVT::f64, Expand);
854 setOperationAction(ISD::FMA, MVT::f32, Expand);