Searched refs:IsPowerOf2 (Results 1 – 11 of 11) 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()
91 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
374 VIXL_ASSERT(IsPowerOf2(value)); in WhichPowerOf2()444 VIXL_ASSERT(IsPowerOf2(MULTIPLE)); in IsMultiple()450 VIXL_ASSERT(IsPowerOf2(multiple)); in IsMultiple()459 VIXL_ASSERT(IsPowerOf2(ALIGN)); in IsAligned()
101 VIXL_ASSERT(IsPowerOf2(dsize)); in EnsureIAndDCacheCoherency()102 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
308 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()312 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in CPURegister()317 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()
2258 VIXL_ASSERT(IsPowerOf2(reg_size)); in LoadStoreCPURegListHelper()
4546 if (!IsPowerOf2(d)) { in IsImmLogical()
126 bool IsPowerOf2() const { in IsPowerOf2() function
228 if (m.right().IsPowerOf2()) { // x * 2^n => x << n in Reduce()
778 if (m.IsPowerOf2()) { in VisitCheckedLoad()833 if (m.IsPowerOf2()) { in VisitCheckedStore()
1877 if (m.IsPowerOf2()) { in VisitCheckedLoad()1941 if (m.IsPowerOf2()) { in VisitCheckedStore()