Searched refs:Int32Mul (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.cpp | 247 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() 256 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::TWO)), offset); in GetValueFromBuffer() 265 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() 280 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() 299 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::FOUR)), offset); in GetValueFromBuffer() 308 … GateRef byteIndex = Int32Add(Int32Mul(index, Int32(base::ElementSize::EIGHT)), offset); in GetValueFromBuffer()
|
D | stub_builder-inl.h | 388 inline GateRef StubBuilder::Int32Mul(GateRef x, GateRef y) in Int32Mul() function 390 return env_->GetBuilder()->Int32Mul(x, y); in Int32Mul() 680 auto nextOffset = Int32LSR(Int32Mul(count, Int32Add(count, Int32(1))), in GetNextPositionForHash() 1603 GateRef propOffset = Int32Mul( in SetPropertyInlinedProps() 1615 GateRef propOffset = Int32Mul( in GetPropertyInlinedProps() 1623 GateRef propOffset = Int32Mul( in GetInlinedPropOffsetFromHClass() 1987 return Int32Mul(Int32(sizeof(JSTaggedValue)), Int32(static_cast<int>(index))); in GetGlobalConstantString() 2210 Int32Mul(entry, Int32(GlobalDictionary::ENTRY_SIZE))); in GetEntryIndexOfGlobalDictionary()
|
D | new_object_stub_builder.cpp | 395 auto offset = Int32Mul(start, Int32(JSTaggedValue::TaggedTypeSize())); in InitializeTaggedArrayWithSpeicalValue() 397 offset = Int32Mul(length, Int32(JSTaggedValue::TaggedTypeSize())); in InitializeTaggedArrayWithSpeicalValue()
|
D | stub_builder.cpp | 728 GateRef size = Int32Mul(GetInlinedPropsStartFromHClass(hclass), in JSHClassAddProperty() 1155 GateRef byteIndex = Int32Mul(index, bytePerWord); in SetValueWithBarrier() 2106 Int32Mul(entry, Int32(DictionaryT::ENTRY_SIZE))); in GetAttributesFromDictionary() 2118 Int32Mul(entry, Int32(DictionaryT::ENTRY_SIZE))); in GetValueFromDictionary() 2140 Int32Mul(entry, Int32(DictionaryT::ENTRY_SIZE))); in GetKeyFromDictionary() 2162 Int32Mul(index, Int32(NameDictionary::ENTRY_SIZE))); in UpdateValueAndAttributes() 2177 Int32Mul(index, Int32(NameDictionary::ENTRY_SIZE))); in UpdateValueInDict() 2577 GateRef size = Int32Mul(GetInlinedPropsStartFromHClass(hclass), in TransitionForRepChange() 4634 GateRef truncated = Int32Mul(*intResult, intRight); in FastIntDiv() 5850 n = Int32Add(Int32Mul(*n, Int32(10)), in TryStringOrSymbolToElementIndex()
|
D | interpreter_stub-inl.h | 455 Int32Mul(Int32Add(Int32Add(numVregs, copyArgs), *numArgs), in GetStartIdxAndNumArgs()
|
D | stub_builder.h | 162 GateRef Int32Mul(GateRef x, GateRef y);
|
D | circuit_builder.h | 58 V(Int32Mul, Mul, MachineType::I32) \
|
D | circuit_builder.cpp | 1697 GateRef propOffset = Int32Mul(Int32Add(inlinedPropsStart, attrOffset), in SetPropertyInlinedProps()
|