Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FMA

271   setOperationAction(ISD::FMA, MVT::f32,  Legal);
272 setOperationAction(ISD::FMA, MVT::f64, Legal);
273 setOperationAction(ISD::FMA, MVT::f128, Expand);