Home | History | Annotate | Download | only in mips

Lines Matching defs:scratch3

4023   Register scratch3 = t4;
4077 __ AdduAndCheckForOverflow(string_length, string_length, scratch1, scratch3);
4078 __ BranchOnOverflow(&bailout, scratch3);
4111 __ And(scratch3, scratch2, Operand(0x80000000));
4112 __ Branch(&bailout, ne, scratch3, Operand(zero_reg));
4113 __ AdduAndCheckForOverflow(string_length, string_length, scratch2, scratch3);
4114 __ BranchOnOverflow(&bailout, scratch3);