Searched refs:DoubleMul (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | instruction_combine_test.cpp | 732 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 D | number_speculative_lowering.cpp | 713 res = builder_.DoubleMul(left, right, GateType::NJSValue()); in CalculateDoubles()
|
H A D | operations_stub_builder.cpp | 1389 result = DoubleToTaggedDoublePtr(DoubleMul(Double(-1), valueDouble)); in Neg()
|
H A D | stub_builder-inl.h | 447 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 D | circuit_builder.h | 72 V(DoubleMul, Mul, MachineType::F64) \
|
H A D | stub_builder.h | 223 GateRef DoubleMul(GateRef x, GateRef y);
|
Completed in 18 milliseconds