Lines Matching defs:base
3449 const Register base = r1;
3464 // The exponent and base are supplied as arguments on the stack.
3467 __ ldr(base, MemOperand(sp, 1 * kPointerSize));
3472 __ UntagAndJumpIfSmi(scratch, base, &base_is_smi);
3473 __ ldr(scratch, FieldMemOperand(base, JSObject::kMapOffset));
3477 __ vldr(double_base, FieldMemOperand(base, HeapNumber::kValueOffset));
3493 // Base is already in double_base.
3521 // Calculates square root of base. Check for the special case of
3538 // Calculates square root of base. Check for the special case of
3581 __ vmov(double_scratch, double_base); // Back up base.
6587 // Don't base result on status bits when a NaN is involved.