/external/chromium_org/v8/src/arm64/ |
D | lithium-gap-resolver-arm64.cc | 235 __ Mov(dst, cgen_->ToInteger32(constant_source)); in EmitMove() 250 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove()
|
D | lithium-codegen-arm64.h | 99 return ToInteger32(LConstantOperand::cast(constant)) & 0x1f; in JSShiftAmountFromLConstant() 107 int32_t ToInteger32(LConstantOperand* op) const;
|
D | lithium-codegen-arm64.cc | 1182 DCHECK(ToInteger32(LConstantOperand::cast(op)) == 0); in ToRegister32() 1329 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1475 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 1476 int length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 1481 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 1503 ? ToInteger32(LConstantOperand::cast(instr->right())) in DoAddE() 1573 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate() 1593 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate() 2511 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2518 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() [all …]
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-gap-resolver-mips64.cc | 234 __ li(dst, Operand(cgen_->ToInteger32(constant_source))); in EmitMove() 249 __ li(kLithiumScratchReg, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
|
D | lithium-codegen-mips64.cc | 457 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1441 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1609 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1776 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2288 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2297 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2824 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 3064 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3066 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3079 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-mips64.h | 81 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/x64/ |
D | lithium-gap-resolver-x64.cc | 178 int32_t constant = cgen_->ToInteger32(constant_source); in EmitMove() 206 __ movp(dst, Immediate(cgen_->ToInteger32(constant_source))); in EmitMove()
|
D | lithium-codegen-x64.cc | 436 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1404 int32_t right_value = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1479 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1481 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1623 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 1796 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 1855 int value = ToInteger32(LConstantOperand::cast(instr->value())); in DoSeqStringSetChar() 2305 value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2312 value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2822 __ Ret((ToInteger32(instr->constant_parameter_count()) + 1) * kPointerSize, in DoReturn() [all …]
|
D | lithium-codegen-x64.h | 69 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.cc | 517 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1632 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1798 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1974 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2420 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2427 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2961 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 3184 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3186 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3196 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-arm.h | 81 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.cc | 512 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1479 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI() 1643 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI() 1813 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand() 2321 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch() 2330 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch() 2854 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn() 3080 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3082 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3095 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() [all …]
|
D | lithium-codegen-mips.h | 80 int32_t ToInteger32(LConstantOperand* op) const;
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 235 int32_t ToInteger32(LConstantOperand* op) const;
|
D | lithium-codegen-ia32.cc | 513 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1488 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1545 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1547 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1638 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 2747 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn() 3030 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3031 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3184 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand() 3989 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject() [all …]
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.cc | 776 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen 1780 int constant = ToInteger32(LConstantOperand::cast(right)); in DoMulI() 1837 if (ToInteger32(LConstantOperand::cast(right)) < 0) { in DoMulI() 1839 } else if (ToInteger32(LConstantOperand::cast(right)) == 0) { in DoMulI() 1930 int value = ToInteger32(LConstantOperand::cast(right)); in DoShiftI() 3044 int parameter_count = ToInteger32(instr->constant_parameter_count()); in EmitReturn() 3320 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt() 3321 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() 3471 int constant_value = ToInteger32(LConstantOperand::cast(key)); in BuildFastArrayOperand() 4409 __ lea(result, Operand(base, ToInteger32(offset))); in DoInnerAllocatedObject() [all …]
|
D | lithium-codegen-x87.h | 262 int32_t ToInteger32(LConstantOperand* op) const;
|