Lines Matching refs:truncate
3931 Mips64Label truncate;
3934 // When NAN2008=0 (R2 and before), the truncate instruction produces the maximum positive
3939 // When NAN2008=1 (R6), the truncate instruction caps the output at the minimum/maximum
3944 // So, NAN2008 affects handling of negative values and NaNs by the truncate instruction.
3946 // The following code supports both NAN2008=0 and NAN2008=1 behaviors of the truncate
3952 // If the input is greater than or equal to the minimum, it procedes to the truncate
3958 // truncate instruction for MIPS64R6.
3975 __ Bc1nez(FTMP, &truncate);
3992 __ Bind(&truncate);