Home
last modified time | relevance | path

Searched refs:LMathRound (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h842 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
844 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-ia32.cc1184 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-ia32.cc3448 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h858 class LMathRound final : public LTemplateInstruction<1, 1, 0> {
860 explicit LMathRound(LOperand* value) { in LMathRound() function
Dlithium-x87.cc1192 LInstruction* result = DefineAsRegister(new (zone()) LMathRound(input)); in DoMathRound()
Dlithium-codegen-x87.cc3693 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h833 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
835 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-mips.cc1214 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-mips.cc3428 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h839 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
841 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-x64.cc1166 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-x64.cc3529 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h857 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
859 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-arm.cc1144 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-arm.cc3481 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h851 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
853 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-mips64.cc1214 LMathRound* result = new(zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-mips64.cc3630 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h831 class LMathRound final : public LTemplateInstruction<1, 1, 1> {
833 LMathRound(LOperand* value, LOperand* temp) { in LMathRound() function
Dlithium-ppc.cc1153 LMathRound* result = new (zone()) LMathRound(input, temp); in DoMathRound()
Dlithium-codegen-ppc.cc3691 void LCodeGen::DoMathRound(LMathRound* instr) { in DoShiftI()