Searched refs:DoubleSub (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | instruction_combine_test.cpp | 731 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 D | instruction_combine.cpp | 769 auto newGate = builder_.DoubleSub(builder_.Double(-0.0), m.Left().Gate()); in ReduceDoubleMul()
|
H A D | number_speculative_lowering.cpp | 710 res = builder_.DoubleSub(left, right, GateType::NJSValue()); in CalculateDoubles()
|
H A D | operations_stub_builder.cpp | 1321 result = DoubleToTaggedDoublePtr(DoubleSub(valueDouble, Double(1.0))); in Dec()
|
H A D | stub_builder-inl.h | 432 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 D | circuit_builder.h | 68 V(DoubleSub, Sub, MachineType::F64) \
|
H A D | stub_builder.h | 220 GateRef DoubleSub(GateRef x, GateRef y);
|
H A D | typed_native_inline_lowering.cpp | 761 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