Lines Matching defs:base
3586 const Register base = a1;
3601 // The exponent and base are supplied as arguments on the stack.
3604 __ lw(base, MemOperand(sp, 1 * kPointerSize));
3609 __ UntagAndJumpIfSmi(scratch, base, &base_is_smi);
3610 __ lw(scratch, FieldMemOperand(base, JSObject::kMapOffset));
3613 __ ldc1(double_base, FieldMemOperand(base, HeapNumber::kValueOffset));
3628 // Base is already in double_base.
3662 // Calculates square root of base. Check for the special case of
3682 // Calculates square root of base. Check for the special case of
3724 __ mov_d(double_scratch, double_base); // Back up base.