Home | History | Annotate | Download | only in mips

Lines Matching refs:kBinary32MinExponent

3937         __ Slt(t1, t6, Operand(kBinary32MinExponent));
3939 __ Movn(t3, t2, t1); // Only if t6 is lt kBinary32MinExponent.
3940 __ Branch(&done, lt, t6, Operand(kBinary32MinExponent));