Home | History | Annotate | Download | only in mips

Lines Matching refs:kBinary32MaxExponent

3930         __ li(t1, Operand(kBinary32MaxExponent));
3934 __ Movn(t3, t2, t1); // Only if t6 is gt kBinary32MaxExponent.
3935 __ Branch(&done, gt, t6, Operand(kBinary32MaxExponent));