Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1117 return DoMathRound(instr); in DoUnaryMathOperation()
1211 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-mips64.h2674 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-mips64.cc3630 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1117 return DoMathRound(instr); in DoUnaryMathOperation()
1211 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-mips.h2628 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-mips.cc3428 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1121 return DoMathRound(instr); in DoUnaryMathOperation()
1150 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-ppc.h2554 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-ppc.cc3691 void LCodeGen::DoMathRound(LMathRound* instr) { in DoShiftI() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1134 return DoMathRound(instr); in DoUnaryMathOperation()
1163 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-x64.h2644 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-x64.cc3529 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1112 return DoMathRound(instr); in DoUnaryMathOperation()
1141 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-arm.h2671 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-arm.cc3481 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1152 return DoMathRound(instr); in DoUnaryMathOperation()
1181 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-ia32.h2658 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-ia32.cc3448 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1168 case kMathRound: return DoMathRound(instr); in DoUnaryMathOperation()
1190 LInstruction* LChunkBuilder::DoMathRound(HUnaryMathOperation* instr) { in DoMathRound() function in v8::internal::LChunkBuilder
Dlithium-x87.h2672 LInstruction* DoMathRound(HUnaryMathOperation* instr);
Dlithium-codegen-x87.cc3693 void LCodeGen::DoMathRound(LMathRound* instr) { in DoMathRound() function in v8::internal::LCodeGen