Searched defs:Mulsd (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 526 __ Mulsd(double_scratch, input); in EmitMathExp() local 534 __ Mulsd(double_scratch, Operand(kScratchRegister, 5 * kDoubleSize)); in EmitMathExp() local 542 __ Mulsd(input, double_scratch); in EmitMathExp() local 543 __ Mulsd(result, input); in EmitMathExp() local 545 __ Mulsd(result, Operand(kScratchRegister, 7 * kDoubleSize)); in EmitMathExp() local 548 __ Mulsd(result, input); in EmitMathExp() local
|
D | code-stubs-x64.cc | 468 __ Mulsd(double_scratch, double_scratch); in Generate() local 470 __ Mulsd(double_result, double_scratch); in Generate() local
|