Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc233 __ Mov(dst, cgen_->ToInteger32(constant_source)); in EmitMove()
248 __ StoreConstant(cgen_->ToInteger32(constant_source), in EmitMove()
Dlithium-codegen-arm64.h89 return ToInteger32(LConstantOperand::cast(constant)) & 0x1f; in JSShiftAmountFromLConstant()
97 int32_t ToInteger32(LConstantOperand* op) const;
Dlithium-codegen-arm64.cc1082 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/
Dlithium-gap-resolver-mips64.cc233 __ li(dst, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
248 __ li(kLithiumScratchReg, Operand(cgen_->ToInteger32(constant_source))); in EmitMove()
Dlithium-codegen-mips64.cc471 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 …]
Dlithium-codegen-mips64.h76 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc177 int32_t constant = cgen_->ToInteger32(constant_source); in EmitMove()
205 __ movp(dst, Immediate(cgen_->ToInteger32(constant_source))); in EmitMove()
Dlithium-codegen-x64.cc464 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 …]
Dlithium-codegen-x64.h65 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc460 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 …]
Dlithium-codegen-ppc.h73 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc490 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 …]
Dlithium-codegen-arm.h75 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc488 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 …]
Dlithium-codegen-mips.h75 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc520 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 …]
Dlithium-codegen-ia32.h224 int32_t ToInteger32(LConstantOperand* op) const;
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc788 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 …]
Dlithium-codegen-x87.h252 int32_t ToInteger32(LConstantOperand* op) const;