/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 1131 return DoMathClz32(instr); in DoUnaryMathOperation() 1147 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-mips64.h | 2681 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-mips64.cc | 3808 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 1131 return DoMathClz32(instr); in DoUnaryMathOperation() 1147 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-mips.h | 2635 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-mips.cc | 3603 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 1135 return DoMathClz32(instr); in DoUnaryMathOperation() 1187 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-ppc.h | 2561 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-ppc.cc | 3843 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoShiftI() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 1148 return DoMathClz32(instr); in DoUnaryMathOperation() 1198 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-x64.h | 2651 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-x64.cc | 3715 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 1126 return DoMathClz32(instr); in DoUnaryMathOperation() 1178 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-arm.h | 2678 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-arm.cc | 3617 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 1166 return DoMathClz32(instr); in DoUnaryMathOperation() 1216 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-ia32.h | 2665 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-ia32.cc | 3620 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 1175 case kMathClz32: return DoMathClz32(instr); in DoUnaryMathOperation() 1224 LInstruction* LChunkBuilder::DoMathClz32(HUnaryMathOperation* instr) { in DoMathClz32() function in v8::internal::LChunkBuilder
|
D | lithium-x87.h | 2679 LInstruction* DoMathClz32(HUnaryMathOperation* instr);
|
D | lithium-codegen-x87.cc | 3921 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3749 void LCodeGen::DoMathClz32(LMathClz32* instr) { in DoMathClz32() function in v8::internal::LCodeGen
|