Home
last modified time | relevance | path

Searched refs:ToInteger32 (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc235 __ Mov(dst, cgen_->ToInteger32(constant_source)); in EmitMove()
250 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove()
Dlithium-codegen-arm64.h99 return ToInteger32(LConstantOperand::cast(constant)) & 0x1f; in JSShiftAmountFromLConstant()
107 int32_t ToInteger32(LConstantOperand* op) const;
Dlithium-codegen-arm64.cc1182 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/
Dlithium-gap-resolver-mips64.cc234 __ li(dst, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
249 __ li(kLithiumScratchReg, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
Dlithium-codegen-mips64.cc457 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 …]
Dlithium-codegen-mips64.h81 int32_t ToInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/x64/
Dlithium-gap-resolver-x64.cc178 int32_t constant = cgen_->ToInteger32(constant_source); in EmitMove()
206 __ movp(dst, Immediate(cgen_->ToInteger32(constant_source))); in EmitMove()
Dlithium-codegen-x64.cc436 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 …]
Dlithium-codegen-x64.h69 int32_t ToInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc517 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 …]
Dlithium-codegen-arm.h81 int32_t ToInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc512 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 …]
Dlithium-codegen-mips.h80 int32_t ToInteger32(LConstantOperand* op) const;
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h235 int32_t ToInteger32(LConstantOperand* op) const;
Dlithium-codegen-ia32.cc513 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/
Dlithium-codegen-x87.cc776 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 …]
Dlithium-codegen-x87.h262 int32_t ToInteger32(LConstantOperand* op) const;