Home | History | Annotate | Download | only in x64

Lines Matching defs:base

2005   const Register base = rax;
2020 // The exponent and base are supplied as arguments on the stack.
2023 __ movq(base, Operand(rsp, 2 * kPointerSize));
2025 __ JumpIfSmi(base, &base_is_smi, Label::kNear);
2026 __ CompareRoot(FieldOperand(base, HeapObject::kMapOffset),
2030 __ movsd(double_base, FieldOperand(base, HeapNumber::kValueOffset));
2034 __ SmiToInteger32(base, base);
2035 __ cvtlsi2sd(double_base, base);
2081 // Calculates square root of base. Check for the special case of
2113 // Calculates reciprocal of square root of base. Check for the special
2149 // Exponent is in st(1) and base is in st(0)
2184 __ movsd(double_scratch, double_base); // Back up base.
2234 // Move base to the correct argument register. Exponent is already in xmm1.
3448 // Don't base result on EFLAGS when a NaN is involved.
5547 // Don't base result on EFLAGS when a NaN is involved.