Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:f128

96   addRegisterClass(MVT::f128, &SystemZ::FP128BitRegClass);
270 // We have fused multiply-addition for f32 and f64 but not f128.
273 setOperationAction(ISD::FMA, MVT::f128, Expand);
275 // Needed so that we don't try to implement f128 constant loads using
282 setTruncStoreAction(MVT::f128, MVT::f32, Expand);
283 setTruncStoreAction(MVT::f128, MVT::f64, Expand);
328 case MVT::f128:
525 else if (VT == MVT::f128)
549 if (VT == MVT::f128)
1227 // Leave f128 comparisons alone, since they have no memory forms.
1228 if (C.Op0.getValueType() == MVT::f128)