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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1063 return DoMathPowHalf(instr);
1152 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-arm.h2383 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-arm.cc3384 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1098 return DoMathPowHalf(instr);
1197 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-ia32.h2394 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-ia32.cc3233 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1068 return DoMathPowHalf(instr);
1114 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
1115 // Input cannot be the same as the result, see LCodeGen::DoMathPowHalf.
H A Dlithium-mips.h2340 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-mips.cc3361 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1068 return DoMathPowHalf(instr);
1114 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
1115 // Input cannot be the same as the result, see LCodeGen::DoMathPowHalf.
H A Dlithium-mips64.h2386 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-mips64.cc3567 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1074 return DoMathPowHalf(instr);
1175 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-ppc.h2309 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-ppc.cc3651 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc985 return DoMathPowHalf(instr);
1066 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-s390.h2141 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-s390.cc3551 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1088 return DoMathPowHalf(instr);
1188 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-x64.h2380 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-x64.cc3436 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1115 return DoMathPowHalf(instr);
1205 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-x87.h2390 LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
H A Dlithium-codegen-x87.cc3490 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc3649 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { function in class:v8::internal::LCodeGen

Completed in 554 milliseconds