Searched refs:Int32Mod (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_deque_stub_builder.h | 38 return Int32Mod(Int32Add(Int32Sub(last, first), capacity), capacity); in GetSize() 47 GateRef curIndex = Int32Mod(Int32Add(first, index), capacity); in Get()
|
| D | containers_queue_stub_builder.h | 68 GateRef curIndex = Int32Mod(Int32Add(front, index), capacity); in Get() 77 return Int32Mod(Int32Add(index, Int32(1)), elementsSize); in GetNextPosition()
|
| D | containers_stub_builder.cpp | 345 first = Int32Mod(Int32Add(*first, Int32(1)), capacity); in DequeCommonFuncCall()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 423 inline GateRef StubBuilder::Int32Mod(GateRef x, GateRef y) in Int32Mod() function 425 return env_->GetBuilder()->Int32Mod(x, y); in Int32Mod()
|
| D | stub_builder.h | 167 GateRef Int32Mod(GateRef x, GateRef y);
|
| D | circuit_builder.h | 65 V(Int32Mod, Smod, MachineType::I32) \
|
| D | stub_builder.cpp | 4686 result = IntToTaggedPtr(Int32Mod(*intLeft, *intRight)); in FastMod()
|