Searched refs:notZero (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 883 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 D | encoder64_test.cpp | 989 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 D | slowpath_lowering.cpp | 2099 Label notZero(&builder_); in LowerConditionJump() 2115 BRANCH_CIR(builder_.TaggedIsDouble(value), &isDouble, ¬Zero); in LowerConditionJump() 2117 BRANCH_CIR(builder_.Equal(builder_.GetDoubleOfTDouble(value), builder_.Double(0.0)), &isZero, ¬Zero); in LowerConditionJump() 2118 builder_.Bind(¬Zero); in LowerConditionJump() 2123 Label &ifTrue = isEqualJump ? isZero : notZero; in LowerConditionJump() 2124 Label &ifFalse = isEqualJump ? notZero : isZero; in LowerConditionJump()
|
H A D | new_object_stub_builder.cpp | 156 Label notZero(env);
in CloneProperties() 169 BRANCH(Int32Equal(length, Int32(0)), &isZero, ¬Zero);
in CloneProperties() local 175 Bind(¬Zero);
in CloneProperties()
|
H A D | typed_native_inline_lowering.cpp | 1793 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 D | encoder64_test.cpp | 988 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 40 milliseconds