Searched refs:IsPowerOf2 (Results 1 – 15 of 15) sorted by relevance
34 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingSignBitsFallBack()45 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingZerosFallBack()80 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountSetBitsFallBack()115 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountTrailingZerosFallBack()
121 VIXL_ASSERT(IsPowerOf2(size)); in LocationBase()133 VIXL_ASSERT(IsPowerOf2(alignment)); in LocationBase()255 VIXL_ASSERT(IsPowerOf2(alignment_)); in PoolObject()282 VIXL_ASSERT(IsPowerOf2(alignment)); in RestrictAlignment()283 VIXL_ASSERT(IsPowerOf2(alignment_)); in RestrictAlignment()
92 inline bool IsPowerOf2(V value) { in IsPowerOf2() function112 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64));
490 VIXL_ASSERT(IsPowerOf2(value)); in WhichPowerOf2()560 VIXL_ASSERT(IsPowerOf2(MULTIPLE)); in IsMultiple()566 VIXL_ASSERT(IsPowerOf2(multiple)); in IsMultiple()572 VIXL_ASSERT(IsPowerOf2(alignment)); in IsAligned()596 VIXL_ASSERT(IsPowerOf2(alignment)); in AlignUp()616 VIXL_ASSERT(IsPowerOf2(alignment)); in AlignDown()
69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function77 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in RotateRight()88 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in RotateLeft()126 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in Popcount()236 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in CountLeadingZeroes()319 static_assert(IsPowerOf2(std::numeric_limits<T>::digits), in CountTrailingZeroes()
46 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function91 if (IsPowerOf2(constVal)) { in ReplaceMultiplyByPowerOf2()
412 VIXL_ASSERT(IsPowerOf2(dsize)); in EnsureIAndDCacheCoherency()413 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
2434 VIXL_ASSERT(IsPowerOf2(reg_size)); in LoadStoreCPURegListHelper()
6000 if (!IsPowerOf2(d)) { in IsImmLogical()
38 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function42 static_assert(IsPowerOf2(alignof(struct cmsghdr)),
47 template <typename T, int Dim, bool IsPowerOf2>
196 VIXL_ASSERT(IsPowerOf2(p_bits_per_lane)); in preg_lane()
2136 VIXL_ASSERT((vm_subvector_count != 0) && IsPowerOf2(vm_subvector_count)); in TestByElementNEON_Helper()