Home | History | Annotate | Download | only in arm64

Lines Matching refs:DOUBLE

604   Comment(";;; Save clobbered callee double registers");
622 Comment(";;; Restore clobbered callee double registers");
1276 // - saves_caller_doubles: some double registers have been pushed, jssp
1277 // references the end of the double registers and not the end of the
1335 double LCodeGen::ToDouble(LConstantOperand* op) const {
1860 // Test the double value. Zero and NaN are false.
1881 // Test the double value. Zero and NaN are false.
2485 double left_val = ToDouble(LConstantOperand::cast(left));
2486 double right_val = ToDouble(LConstantOperand::cast(right));
3776 // result_bits The bit representation of the (double) result.
3847 // represent, encoded as a double.
4108 MathPowStub stub(isolate(), MathPowStub::DOUBLE);
4690 // Smi to double register conversion.