Searched refs:LMathRoundD (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1770 class LMathRoundD final : public LUnaryMathOperation<0> {
1772 explicit LMathRoundD(LOperand* value) function in class:v8::internal::final
H A Dlithium-arm64.cc2404 LMathRoundD* result = new(zone()) LMathRoundD(input);
H A Dlithium-codegen-arm64.cc3712 void LCodeGen::DoMathRoundD(LMathRoundD* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h834 class LMathRoundD final : public LTemplateInstruction<1, 1, 0> {
836 explicit LMathRoundD(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ia32.cc1131 LMathRoundD* result = new (zone()) LMathRoundD(input);
H A Dlithium-codegen-ia32.cc3143 void LCodeGen::DoMathRoundD(LMathRoundD* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h827 class LMathRoundD final : public LTemplateInstruction<1, 1, 0> {
829 explicit LMathRoundD(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1106 LMathRoundD* result = new (zone()) LMathRoundD(input);
H A Dlithium-codegen-ppc.cc3564 void LCodeGen::DoMathRoundD(LMathRoundD* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h831 class LMathRoundD final : public LTemplateInstruction<1, 1, 0> {
833 explicit LMathRoundD(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-x64.cc1119 LMathRoundD* result = new (zone()) LMathRoundD(input);
H A Dlithium-codegen-x64.cc3342 void LCodeGen::DoMathRoundD(LMathRoundD* instr) {

Completed in 991 milliseconds