Home
last modified time | relevance | path

Searched refs:Int32Div (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp648 auto result = b.Int32Div(const_0, x); in HWTEST_F_L0()
657 auto result = b.Int32Div(x, const_0); in HWTEST_F_L0()
665 auto result = b.Int32Div(x, const_1); in HWTEST_F_L0()
673 auto result = instcombie.VisitGate(b.Int32Div(const_4, const_2)); in HWTEST_F_L0()
682 auto result = instcombie.VisitGate(b.Int32Div(x, b.Int32(-1))); in HWTEST_F_L0()
694 auto result = instcombie.VisitGate(b.Int32Div(x, b.Int32(-5))); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp422 temp = Int32Div(*temp, radix); in NumberToString()
452 n = Int32Div(*n, radix); in NumberToString()
H A Dlinked_hashtable_stub_builder.cpp208 .And(Int32LessThanOrEqual(numOfDelElements, Int32Div(Int32Sub(capacity, nof), Int32(2)))) in HasSufficientCapacity()
215 BRANCH(Int32LessThanOrEqual(Int32Add(nof, Int32Div(nof, Int32(2))), capacity), &need, &exit); // 2: half in HasSufficientCapacity()
H A Dbuiltins_typedarray_stub_builder.cpp1712 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h135 return env_->Is32Bit() ? Int32Div(x, y) : Int64Div(x, y); in IntPtrDiv()
H A Dinstruction_combine.cpp722 auto newDiv = builder_.Int32Div(m.Left().Gate(), builder_.Int32(abs(m.Right().ResolvedValue()))); in ReduceInt32Div()
H A Dstub_builder-inl.h457 inline GateRef StubBuilder::Int32Div(GateRef x, GateRef y) in Int32Div() function in panda::ecmascript::kungfu::StubBuilder
459 return env_->GetBuilder()->Int32Div(x, y); in Int32Div()
H A Dcircuit_builder.h74 V(Int32Div, Sdiv, MachineType::I32) \
H A Dstub_builder.h225 GateRef Int32Div(GateRef x, GateRef y);
H A Dstub_builder.cpp429 mid = Int32Add(*low, Int32Div(Int32Sub(*high, *low), Int32(2))); // 2: half in BinarySearch()
7569 intResult = Int32Div(intLeft, intRight); in FastIntDiv()

Completed in 41 milliseconds