Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp883 constexpr bool notZero = true; in TEST_F() local
884 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F()
885 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp989 constexpr bool notZero = true; in TEST_F() local
990 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F()
991 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp2099 Label notZero(&builder_); in LowerConditionJump()
2115 BRANCH_CIR(builder_.TaggedIsDouble(value), &isDouble, &notZero); in LowerConditionJump()
2117 BRANCH_CIR(builder_.Equal(builder_.GetDoubleOfTDouble(value), builder_.Double(0.0)), &isZero, &notZero); in LowerConditionJump()
2118 builder_.Bind(&notZero); in LowerConditionJump()
2123 Label &ifTrue = isEqualJump ? isZero : notZero; in LowerConditionJump()
2124 Label &ifFalse = isEqualJump ? notZero : isZero; in LowerConditionJump()
H A Dnew_object_stub_builder.cpp156 Label notZero(env); in CloneProperties()
169 BRANCH(Int32Equal(length, Int32(0)), &isZero, &notZero); in CloneProperties() local
175 Bind(&notZero); in CloneProperties()
H A Dtyped_native_inline_lowering.cpp1793 Label *notZero = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
1796 builder->Branch(builder->DoubleEqual(value, builder->Double(0)), isZero, notZero); in BuildMathSignDouble()
1802 builder->Bind(notZero); in BuildMathSignDouble()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp988 constexpr bool notZero = true; in TEST_F() local
989 EXPECT_TRUE((TestBitTestAndBranch<uint32_t, notZero>(this))); in TEST_F()
990 EXPECT_TRUE((TestBitTestAndBranch<uint64_t, notZero>(this))); in TEST_F()

Completed in 36 milliseconds