Home | History | Annotate | Download | only in Sparc

Lines Matching full:i128

1095         // Full register, just bitconvert into i128 -- We will lower this into
1098 IReg, MVT::i128, CCValAssign::BCvt);
1176 // fixupVariableFloatArgs() may create bitcasts from f128 to i128. But
1177 // SPARC does not support i128 natively. Lower it into two i64, see below.
1179 || VA.getLocVT() != MVT::i128)
1186 && VA.getLocVT() == MVT::i128) {
2870 EVT WideVT = MVT::i128;