/external/v8/src/x64/ |
D | codegen-x64.cc | 603 __ addsd(double_scratch, result); in EmitMathExp() local 623 __ addsd(result, Operand(kScratchRegister, 8 * kDoubleSize)); in EmitMathExp() local
|
D | assembler-x64.cc | 2732 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd() function in v8::internal::Assembler 2742 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 1999 __ addsd(left_reg, right_reg); in DoMathMinMax() local 2022 __ addsd(left, right); in DoArithmeticD() local 3791 __ addsd(xmm_scratch, input_reg); in DoMathRound() local 3879 __ addsd(input_reg, xmm_scratch); // Convert -0 to +0. in DoMathPowHalf() local
|
D | code-stubs-x64.cc | 365 __ addsd(double_scratch, double_base); // Convert -0 to 0. in Generate() local 396 __ addsd(double_exponent, double_base); // Convert -0 to +0. in Generate() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 252 __ addsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 297 __ addsd(scratch, i.InputOperand(0)); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 946 __ addsd(double_scratch, result); in EmitMathExp() local 960 __ addsd(result, ExpConstant(8)); in EmitMathExp() local
|
D | assembler-ia32.cc | 1972 void Assembler::addsd(XMMRegister dst, XMMRegister src) { in addsd() function in v8::internal::Assembler 1981 void Assembler::addsd(XMMRegister dst, const Operand& src) { in addsd() function in v8::internal::Assembler
|
D | lithium-codegen-ia32.cc | 1965 __ addsd(left_reg, right_reg); in DoMathMinMax() local 1986 __ addsd(left, right); in DoArithmeticD() local 3697 __ addsd(xmm_scratch, input_reg); in DoMathRound() local 3782 __ addsd(input_reg, xmm_scratch); // Convert -0 to +0. in DoMathPowHalf() local
|
D | code-stubs-ia32.cc | 489 __ addsd(double_scratch, double_base); // Convert -0 to +0. in Generate() local 521 __ addsd(double_exponent, double_base); // Convert -0 to +0. in Generate() local
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 388 __ addsd(xmm1, xmm0); in TEST() local
|
D | test-disasm-ia32.cc | 416 __ addsd(xmm1, xmm0); in TEST() local
|
D | test-assembler-ia32.cc | 249 __ addsd(xmm0, xmm1); in TEST() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 408 __ addsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
|