Home | History | Annotate | Download | only in mips

Lines Matching full:not_int32

804 // number. Rounds towards 0. Branch to 'not_int32' if the double is out of the
813 Label *not_int32) {
830 // If the exponent is higher than that then go to not_int32 case. This
832 Branch(not_int32, gt, scratch2, Operand(non_smi_exponent));