Searched refs:IsPowerOf2 (Results 1 – 13 of 13) sorted by relevance
33 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingSignBitsFallBack()43 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingZerosFallBack()78 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountSetBitsFallBack()113 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountTrailingZerosFallBack()
85 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
195 VIXL_ASSERT(IsPowerOf2(value)); in WhichPowerOf2()
99 VIXL_ASSERT(IsPowerOf2(dsize)); in EnsureIAndDCacheCoherency()100 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
270 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()274 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in CPURegister()279 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()
5212 if (!IsPowerOf2(d)) { in IsImmLogical()
343 template <unsigned int N> struct IsPowerOf2 struct351 (N <= 32) && IsPowerOf2<N>::value,354 (N <= 1024) && IsPowerOf2<N>::value,
480 template <unsigned int N> struct IsPowerOf2 struct488 (N <= 32) && IsPowerOf2<N>::value,491 (N <= 1024) && IsPowerOf2<N>::value,
89 template <int N> struct IsPowerOf2 struct
379 (N <= 32) && IsPowerOf2<N>::value,382 (N <= 1024) && IsPowerOf2<N>::value,
381 (N <= 32) && IsPowerOf2<N>::value,384 (N <= 1024) && IsPowerOf2<N>::value,
123 bool IsPowerOf2() const { in IsPowerOf2() function
221 if (m.right().IsPowerOf2()) { // x * 2^n => x << n in Reduce()