Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dlithium-mips.cc1141 return DoMathClz32(instr); in DoUnaryMathOperation()
1157 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-mips.h2747 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-mips.cc3902 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/mips64/
Dlithium-mips64.cc1141 return DoMathClz32(instr); in DoUnaryMathOperation()
1157 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-mips64.h2731 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-mips64.cc3934 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/x64/
Dlithium-x64.cc1156 return DoMathClz32(instr); in DoUnaryMathOperation()
1206 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-x64.h2774 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-x64.cc3964 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/arm/
Dlithium-arm.cc1136 return DoMathClz32(instr); in DoUnaryMathOperation()
1188 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-arm.h2789 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-arm.cc3946 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/x87/
Dlithium-x87.cc1186 case kMathClz32: return DoMathClz32(instr); in DoUnaryMathOperation()
1235 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-x87.h2791 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-x87.cc4222 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/ia32/
Dlithium-ia32.cc1176 return DoMathClz32(instr); in DoUnaryMathOperation()
1226 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
Dlithium-ia32.h2775 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
Dlithium-codegen-ia32.cc3854 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc4044 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen