Home | History | Annotate | Download | only in mips

Lines Matching defs:scratch3

3550   Register scratch3 = t4;
3604 __ AdduAndCheckForOverflow(string_length, string_length, scratch1, scratch3);
3605 __ BranchOnOverflow(&bailout, scratch3);
3638 __ And(scratch3, scratch2, Operand(0x80000000));
3639 __ Branch(&bailout, ne, scratch3, Operand(zero_reg));
3640 __ AdduAndCheckForOverflow(string_length, string_length, scratch2, scratch3);
3641 __ BranchOnOverflow(&bailout, scratch3);