Home
last modified time | relevance | path

Searched refs:DoMathExp (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1125 return DoMathExp(instr); in DoUnaryMathOperation()
1154 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-mips64.h2678 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-mips64.cc3785 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1125 return DoMathExp(instr); in DoUnaryMathOperation()
1154 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-mips.h2632 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-mips.cc3580 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc1129 return DoMathExp(instr); in DoUnaryMathOperation()
1194 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-ppc.h2558 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-ppc.cc3821 void LCodeGen::DoMathExp(LMathExp* instr) { in DoShiftI() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1142 return DoMathExp(instr); in DoUnaryMathOperation()
1205 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-x64.h2648 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-x64.cc3674 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1120 return DoMathExp(instr); in DoUnaryMathOperation()
1185 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-arm.h2675 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-arm.cc3594 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1160 return DoMathExp(instr); in DoUnaryMathOperation()
1223 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-ia32.h2662 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-ia32.cc3628 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1172 case kMathExp: return DoMathExp(instr); in DoUnaryMathOperation()
1231 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-x87.h2676 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-x87.cc3929 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3563 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen