Home
last modified time | relevance | path

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

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