Home
last modified time | relevance | path

Searched refs:IsPowerOf2 (Results 1 – 11 of 11) sorted by relevance

/external/vixl/src/
Dcompiler-intrinsics-vixl.cc33 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()
Dcompiler-intrinsics-vixl.h91 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
Dutils-vixl.h374 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()
/external/vixl/src/aarch64/
Dcpu-aarch64.cc101 VIXL_ASSERT(IsPowerOf2(dsize)); in EnsureIAndDCacheCoherency()
102 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
Doperands-aarch64.h308 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()
Dmacro-assembler-aarch64.cc2258 VIXL_ASSERT(IsPowerOf2(reg_size)); in LoadStoreCPURegListHelper()
Dassembler-aarch64.cc4546 if (!IsPowerOf2(d)) { in IsImmLogical()
/external/v8/src/compiler/
Dnode-matchers.h126 bool IsPowerOf2() const { in IsPowerOf2() function
Dmachine-operator-reducer.cc228 if (m.right().IsPowerOf2()) { // x * 2^n => x << n in Reduce()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc778 if (m.IsPowerOf2()) { in VisitCheckedLoad()
833 if (m.IsPowerOf2()) { in VisitCheckedStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1877 if (m.IsPowerOf2()) { in VisitCheckedLoad()
1941 if (m.IsPowerOf2()) { in VisitCheckedStore()