/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 451 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 726 LOperand* left = UseFixedDouble(instr->left(), f2); in DoArithmeticD() 727 LOperand* right = UseFixedDouble(instr->right(), f4); in DoArithmeticD() 1142 LOperand* input = UseFixedDouble(instr->value(), f4); in DoMathLog() 1168 LOperand* input = UseFixedDouble(instr->value(), f8); in DoMathPowHalf() 1641 LOperand* left = UseFixedDouble(instr->left(), f2); in DoPower() 1644 ? UseFixedDouble(instr->right(), f4) in DoPower()
|
D | lithium-mips64.h | 2700 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 451 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 726 LOperand* left = UseFixedDouble(instr->left(), f2); in DoArithmeticD() 727 LOperand* right = UseFixedDouble(instr->right(), f4); in DoArithmeticD() 1142 LOperand* input = UseFixedDouble(instr->value(), f4); in DoMathLog() 1168 LOperand* input = UseFixedDouble(instr->value(), f8); in DoMathPowHalf() 1635 LOperand* left = UseFixedDouble(instr->left(), f2); in DoPower() 1638 ? UseFixedDouble(instr->right(), f4) in DoPower()
|
D | lithium-mips.h | 2654 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 457 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 730 LOperand* left = UseFixedDouble(instr->left(), d1); in DoArithmeticD() 731 LOperand* right = UseFixedDouble(instr->right(), d2); in DoArithmeticD() 1182 LOperand* input = UseFixedDouble(instr->value(), d1); in DoMathLog() 1652 LOperand* left = UseFixedDouble(instr->left(), d1); in DoPower() 1655 ? UseFixedDouble(instr->right(), d2) in DoPower()
|
D | lithium-ppc.h | 2580 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 444 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 719 LOperand* left = UseFixedDouble(instr->left(), d0); in DoArithmeticD() 720 LOperand* right = UseFixedDouble(instr->right(), d1); in DoArithmeticD() 1173 LOperand* input = UseFixedDouble(instr->value(), d0); in DoMathLog() 1688 LOperand* left = UseFixedDouble(instr->left(), d0); in DoPower() 1691 ? UseFixedDouble(instr->right(), d1) in DoPower()
|
D | lithium-arm.h | 2697 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 385 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, in UseFixedDouble() function in v8::internal::LChunkBuilder 786 LOperand* left = UseFixedDouble(instr->left(), d0); in DoArithmeticD() 787 LOperand* right = UseFixedDouble(instr->right(), d1); in DoArithmeticD() 1984 LOperand* left = UseFixedDouble(instr->left(), d0); in DoPower() 1989 right = UseFixedDouble(instr->right(), d1); in DoPower() 2604 LOperand* input = UseFixedDouble(instr->value(), d0); in DoUnaryMathOperation()
|
D | lithium-arm64.h | 3031 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 470 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, XMMRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 743 LOperand* right = UseFixedDouble(instr->BetterRightOperand(), xmm1); in DoArithmeticD() 1633 LOperand* left = UseFixedDouble(instr->left(), xmm2); in DoPower() 1636 ? UseFixedDouble(instr->right(), xmm1) in DoPower()
|
D | lithium-x64.h | 2670 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 480 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, XMMRegister reg) { in UseFixedDouble() function in v8::internal::LChunkBuilder 1637 LOperand* left = UseFixedDouble(instr->left(), xmm2); in DoPower() 1640 ? UseFixedDouble(instr->right(), xmm1) in DoPower()
|
D | lithium-ia32.h | 2684 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
|