Lines Matching refs:scratch4
5750 Register scratch4,
5759 __ And(scratch4, dest, Operand(kPointerAlignmentMask));
5762 scratch4,
5790 __ And(scratch4, dest, Operand(kReadAlignmentMask));
5792 __ Branch(&dest_aligned, eq, scratch4, Operand(zero_reg));
5799 __ addiu(scratch4, scratch4, 1);
5800 __ Branch(&aligned_loop, le, scratch4, Operand(kReadAlignmentMask));
5806 __ And(scratch4, src, Operand(kReadAlignmentMask));
5807 __ Branch(&simple_loop, eq, scratch4, Operand(zero_reg));
5861 Register scratch4,
5908 Register undefined = scratch4;
6323 Register scratch4) {
6330 __ slt(scratch4, scratch2, scratch1);
6331 __ Movn(scratch1, scratch2, scratch4);
6338 left, right, min_length, scratch2, scratch4, v0,
6346 __ mov(scratch4, zero_reg);
6353 __ Branch(&ret, eq, scratch2, Operand(scratch4));
6355 __ Branch(&ret, gt, scratch2, Operand(scratch4));
6721 Register scratch4,
6738 scratch4,
6751 __ li(scratch4, 1 << Map::kStringWrapperSafeForDefaultValueOf);
6752 __ And(scratch2, scratch2, scratch4);
6753 __ Branch(slow, ne, scratch2, Operand(scratch4));