Home
last modified time | relevance | path

Searched refs:DoubleMul (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp732 EXPECT_EQ(instcombie.VisitGate(b.DoubleMul(x, nan)), nan); in HWTEST_F_L0()
772 auto result = instcombie.VisitGate(b.DoubleMul(x, neg_one)); in HWTEST_F_L0()
785 auto result = instcombie.VisitGate(b.DoubleMul(x, two)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_lowering.cpp713 res = builder_.DoubleMul(left, right, GateType::NJSValue()); in CalculateDoubles()
H A Doperations_stub_builder.cpp1389 result = DoubleToTaggedDoublePtr(DoubleMul(Double(-1), valueDouble)); in Neg()
H A Dstub_builder-inl.h447 inline GateRef StubBuilder::DoubleMul(GateRef x, GateRef y) in DoubleMul() function in panda::ecmascript::kungfu::StubBuilder
449 return env_->GetBuilder()->DoubleMul(x, y); in DoubleMul()
H A Dcircuit_builder.h72 V(DoubleMul, Mul, MachineType::F64) \
H A Dstub_builder.h223 GateRef DoubleMul(GateRef x, GateRef y);

Completed in 18 milliseconds