Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/mips/
Dlithium-mips.cc1135 return DoMathExp(instr); in DoUnaryMathOperation()
1164 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-mips.h2744 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-mips.cc3879 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc1135 return DoMathExp(instr); in DoUnaryMathOperation()
1164 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-mips64.h2728 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-mips64.cc3911 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc1130 return DoMathExp(instr); in DoUnaryMathOperation()
1195 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-arm.h2786 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-arm.cc3923 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc1183 case kMathExp: return DoMathExp(instr); in DoUnaryMathOperation()
1242 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-x87.h2788 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-x87.cc4236 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc1150 return DoMathExp(instr); in DoUnaryMathOperation()
1213 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-x64.h2771 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-x64.cc3920 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1170 return DoMathExp(instr); in DoUnaryMathOperation()
1233 LInstruction* LChunkBuilder::DoMathExp(HUnaryMathOperation* instr) { in DoMathExp() function in v8::internal::LChunkBuilder
Dlithium-ia32.h2772 LInstruction* DoMathExp(HUnaryMathOperation* instr);
Dlithium-codegen-ia32.cc3868 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc3858 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp() function in v8::internal::LCodeGen