Home | History | Annotate | Download | only in ARM

Lines Matching refs:FMA

475     setOperationAction(ISD::FMA, MVT::v2f64, Expand);
543 // NEON only has FMA instructions as of VFP4.
545 setOperationAction(ISD::FMA, MVT::v2f32, Expand);
546 setOperationAction(ISD::FMA, MVT::v4f32, Expand);
815 setOperationAction(ISD::FMA, MVT::f64, Expand);
816 setOperationAction(ISD::FMA, MVT::f32, Expand);