Home
last modified time | relevance | path

Searched refs:Ctz (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmath_helpers.h80 constexpr unsigned int Ctz(uint32_t value)
H A Dregmask.h165 return panda::Ctz(GetValue());
H A Dbit_utils.h62 constexpr int Ctz(T x) in Ctz() function
/arkcompiler/runtime_core/libpandabase/tests/
H A Dregmask_test.cpp28 ASSERT_EQ(mask.GetMinRegister(), static_cast<uint32_t>(Ctz(base.to_ulong()))); in CompareWithBitset()
/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h48 static constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dregmask_test.cpp28 ASSERT_EQ(mask.GetMinRegister(), Ctz(base.to_ulong())); in CompareWithBitset()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h50 constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmath_helpers.h89 constexpr unsigned int Ctz(uint32_t value)
H A Dregmask.h165 return ark::Ctz(GetValue());
H A Dbit_utils.h63 constexpr int Ctz(T x) in Ctz() function
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h104 static constexpr size_t POS_SHIFT = ark::Ctz(BITS_IN_WORD);
484 auto i = static_cast<size_t>(ark::Ctz(val));
732 auto i = static_cast<size_t>(ark::Ctz(val));
744 auto i = static_cast<size_t>(ark::Ctz(val));
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.h267 auto offset = static_cast<size_t>(Ctz(mask)); in VisitAlive()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.h169 offsetWithinWord = static_cast<size_t>(Ctz(bitmapWord)); in IterateOverSetBitsInRange()
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.h489 auto regIdx = static_cast<size_t>(Ctz(mask)); in FillVRegList()

Completed in 8 milliseconds