Searched refs:DoMathPowHalf (Results 1 - 25 of 25) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1081 return DoMathPowHalf(instr);
1170 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-arm.h2540 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-arm.cc3480 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1113 return DoMathPowHalf(instr);
1212 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-ia32.h2550 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-ia32.cc3328 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1086 return DoMathPowHalf(instr);
1132 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
1133 // Input cannot be the same as the result, see LCodeGen::DoMathPowHalf.
H A Dlithium-mips.h2498 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-mips.cc3430 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1086 return DoMathPowHalf(instr);
1132 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
1133 // Input cannot be the same as the result, see LCodeGen::DoMathPowHalf.
H A Dlithium-mips64.h2544 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-mips64.cc3633 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1092 return DoMathPowHalf(instr);
1193 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-ppc.h2463 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-ppc.cc3713 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc997 return DoMathPowHalf(instr);
1078 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-s390.h2303 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-s390.cc3609 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1104 return DoMathPowHalf(instr);
1204 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-x64.h2539 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-x64.cc3531 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1130 return DoMathPowHalf(instr);
1220 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-x87.h2546 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-x87.cc3577 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc3735 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen

Completed in 321 milliseconds