Home
last modified time | relevance | path

Searched refs:DoubleSub (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp731 EXPECT_EQ(instcombie.VisitGate(b.DoubleSub(x, nan)), nan); in HWTEST_F_L0()
742 EXPECT_EQ(instcombie.VisitGate(b.DoubleSub(nan, x)), nan); in HWTEST_F_L0()
759 result = instcombie.VisitGate(b.DoubleSub(value1, value2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp769 auto newGate = builder_.DoubleSub(builder_.Double(-0.0), m.Left().Gate()); in ReduceDoubleMul()
H A Dnumber_speculative_lowering.cpp710 res = builder_.DoubleSub(left, right, GateType::NJSValue()); in CalculateDoubles()
H A Doperations_stub_builder.cpp1321 result = DoubleToTaggedDoublePtr(DoubleSub(valueDouble, Double(1.0))); in Dec()
H A Dstub_builder-inl.h432 inline GateRef StubBuilder::DoubleSub(GateRef x, GateRef y) in DoubleSub() function in panda::ecmascript::kungfu::StubBuilder
434 return env_->GetBuilder()->DoubleSub(x, y); in DoubleSub()
H A Dcircuit_builder.h68 V(DoubleSub, Sub, MachineType::F64) \
H A Dstub_builder.h220 GateRef DoubleSub(GateRef x, GateRef y);
H A Dtyped_native_inline_lowering.cpp761 BRANCH_CIR(builder_.DoubleGreaterThan(builder_.DoubleSub(rounded, value), diffValue), in BuildRounding()
765 result = builder_.DoubleSub(rounded, builder_.Double(1U)); in BuildRounding()
1882 GateRef diff = builder_.DoubleSub(value, value); in BuildDoubleIsFinite()

Completed in 35 milliseconds