Lines Matching refs:ppcf128
510 if (RetVT == MVT::ppcf128) in getFPEXT()
515 else if (RetVT == MVT::ppcf128) in getFPEXT()
534 if (OpVT == MVT::ppcf128) in getFPROUND()
543 if (OpVT == MVT::ppcf128) in getFPROUND()
550 if (OpVT == MVT::ppcf128) in getFPROUND()
588 } else if (OpVT == MVT::ppcf128) { in getFPTOSINT()
630 } else if (OpVT == MVT::ppcf128) { in getFPTOUINT()
653 if (RetVT == MVT::ppcf128) in getSINTTOFP()
664 if (RetVT == MVT::ppcf128) in getSINTTOFP()
675 if (RetVT == MVT::ppcf128) in getSINTTOFP()
693 if (RetVT == MVT::ppcf128) in getUINTTOFP()
704 if (RetVT == MVT::ppcf128) in getUINTTOFP()
715 if (RetVT == MVT::ppcf128) in getUINTTOFP()
1335 if (!isTypeLegal(MVT::ppcf128)) { in computeRegisterProperties()
1337 NumRegistersForVT[MVT::ppcf128] = 2*NumRegistersForVT[MVT::f64]; in computeRegisterProperties()
1338 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1339 TransformToType[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()
1340 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1342 NumRegistersForVT[MVT::ppcf128] = NumRegistersForVT[MVT::i128]; in computeRegisterProperties()
1343 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()
1344 TransformToType[MVT::ppcf128] = MVT::i128; in computeRegisterProperties()
1345 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()