Home
last modified time | relevance | path

Searched refs:DoubleDiv (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp733 EXPECT_EQ(instcombie.VisitGate(b.DoubleDiv(x, nan)), nan); in HWTEST_F_L0()
743 EXPECT_EQ(instcombie.VisitGate(b.DoubleDiv(nan, x)), nan); in HWTEST_F_L0()
763 result = instcombie.VisitGate(b.DoubleDiv(value1, value2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h452 inline GateRef StubBuilder::DoubleDiv(GateRef x, GateRef y) in DoubleDiv() function in panda::ecmascript::kungfu::StubBuilder
454 return env_->GetBuilder()->DoubleDiv(x, y); in DoubleDiv()
H A Dcircuit_builder.h76 V(DoubleDiv, Fdiv, MachineType::F64) \
H A Dstub_builder.h224 GateRef DoubleDiv(GateRef x, GateRef y);
H A Dstub_builder.cpp7283 result = DoubleToTaggedDoublePtr(DoubleDiv(*doubleLeft, *doubleRight)); in FastDiv()

Completed in 30 milliseconds