Lines Matching refs:scratch4
3700 Register scratch4,
3738 __ and_(scratch4, dest, Operand(kReadAlignmentMask), SetCC);
3741 __ cmp(scratch4, Operand(2));
3753 __ sub(scratch4, dest, Operand(src));
3754 __ and_(scratch4, scratch4, Operand(0x03), SetCC);
3763 __ mov(scratch4, Operand(scratch4, LSL, 3));
3764 Register left_shift = scratch4;
3785 // scratch1 (eight times that number in scratch4). We may have read past
3792 __ cmp(scratch4, Operand(scratch3, LSL, 3), ne);
3793 // Move minimum of bytes read and bytes left to copy to scratch4.
3794 __ mov(scratch3, Operand(scratch4, LSR, 3), LeaveCC, lt);
3840 Register scratch4,
3880 Register undefined = scratch4;
4285 Register scratch4) {
4300 left, right, min_length, scratch2, scratch4,
4723 Register scratch4,
4734 __ LookupNumberStringCache(arg, scratch1, scratch2, scratch3, scratch4, slow);