/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 233 __ Mov(dst, cgen_->ToInteger32(constant_source)); in EmitMove() 248 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove()
|
D | lithium-codegen-arm64.h | 89 return ToInteger32(LConstantOperand::cast(constant)) & 0x1f; in JSShiftAmountFromLConstant() 97 int32_t ToInteger32(LConstantOperand* op) const;
|
D | lithium-codegen-arm64.cc | 1082 DCHECK(ToInteger32(LConstantOperand::cast(op)) == 0); in ToRegister32() 1228 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1374 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 1375 int length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 1380 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 1405 right = ToInteger32(LConstantOperand::cast(instr->right())); in DoAddE() 1473 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate() 1492 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate() 2387 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2394 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() [all …]
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 233 __ li(dst, Operand(cgen_->ToInteger32(constant_source))); in EmitMove() 248 __ li(kLithiumScratchReg, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
|
D | lithium-codegen-mips64.cc | 471 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1368 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulS() 1470 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1632 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1763 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2300 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2309 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2695 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 2914 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 2916 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-mips64.h | 76 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 177 int32_t constant = cgen_->ToInteger32(constant_source); in EmitMove() 205 __ movp(dst, Immediate(cgen_->ToInteger32(constant_source))); in EmitMove()
|
D | lithium-codegen-x64.cc | 464 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1331 int32_t right_value = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1406 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1408 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1550 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 1674 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 1733 int value = ToInteger32(LConstantOperand::cast(instr->value())); in DoSeqStringSetChar() 2223 value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2230 value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2606 __ Ret((ToInteger32(instr->constant_parameter_count()) + 1) * kPointerSize, in DoReturn() [all …]
|
D | lithium-codegen-x64.h | 65 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 460 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1409 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1650 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1819 int offset = ToInteger32(LConstantOperand::cast(index)); in DoShiftI() 2312 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 2327 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoShiftI() 2732 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoShiftI() 2964 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoShiftI() 2966 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI() 2977 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoShiftI() [all …]
|
D | lithium-codegen-ppc.h | 73 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 490 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1500 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1666 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1817 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2276 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2283 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2653 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 2854 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 2856 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 2866 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-arm.h | 75 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 488 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1368 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1537 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1666 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2183 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2192 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2570 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 2774 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 2776 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 2789 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-mips.h | 75 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 520 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1397 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1454 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1456 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1547 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 2539 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn() 2808 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 2809 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 2968 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand() 3761 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject() [all …]
|
D | lithium-codegen-ia32.h | 224 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 788 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1698 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1755 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1757 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1848 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 2822 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn() 3083 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3084 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3240 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand() 4114 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject() [all …]
|
D | lithium-codegen-x87.h | 252 int32_t ToInteger32(LConstantOperand* op) const;
|