Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Fcvtas

706   // We choose to use FCVTAS here, because it has closest semantic.
707 // FCVTAS performs rounding to nearest integer, ties away from zero.
709 // We only need a few handling code after FCVTAS if the input is negative half value.
722 __ Fcvtas(out_reg, in_reg);