Searched refs:IsPowerOf2 (Results 1 – 8 of 8) 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()
267 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()271 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in CPURegister()276 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()
5174 if (!IsPowerOf2(d)) { in IsImmLogical()
208 if (m.right().IsPowerOf2()) { // x * 2^n => x << n in Reduce()243 if (m.right().IsPowerOf2()) { // x / 2^n => x >> n in Reduce()272 if (m.right().IsPowerOf2()) { // x % 2^n => x & 2^n-1 in Reduce()
73 bool IsPowerOf2() const { in IsPowerOf2() function