Home
last modified time | relevance | path

Searched refs:IsPowerOf2 (Results 1 – 13 of 13) 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()
Dpool-manager.h121 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()
Dutils-vixl.h462 VIXL_ASSERT(IsPowerOf2(value)); in WhichPowerOf2()
532 VIXL_ASSERT(IsPowerOf2(MULTIPLE)); in IsMultiple()
538 VIXL_ASSERT(IsPowerOf2(multiple)); in IsMultiple()
544 VIXL_ASSERT(IsPowerOf2(alignment)); in IsAligned()
568 VIXL_ASSERT(IsPowerOf2(alignment)); in AlignUp()
588 VIXL_ASSERT(IsPowerOf2(alignment)); in AlignDown()
Dcompiler-intrinsics-vixl.h91 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
/external/vixl/src/aarch64/
Dcpu-aarch64.cc101 VIXL_ASSERT(IsPowerOf2(dsize)); in EnsureIAndDCacheCoherency()
102 VIXL_ASSERT(IsPowerOf2(isize)); in EnsureIAndDCacheCoherency()
Doperands-aarch64.h312 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()
316 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in CPURegister()
321 VIXL_ASSERT(IsPowerOf2(lanes_) && (lanes_ <= 16)); in VRegister()
Dmacro-assembler-aarch64.cc2370 VIXL_ASSERT(IsPowerOf2(reg_size)); in LoadStoreCPURegListHelper()
Dassembler-aarch64.cc5709 if (!IsPowerOf2(d)) { in IsImmLogical()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp46 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
91 if (IsPowerOf2(constVal)) { in ReplaceMultiplyByPowerOf2()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp46 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
91 if (IsPowerOf2(constVal)) { in ReplaceMultiplyByPowerOf2()
/external/v8/src/compiler/
Dnode-matchers.h127 bool IsPowerOf2() const { in IsPowerOf2() function
Dmachine-operator-reducer.cc228 if (m.right().IsPowerOf2()) { // x * 2^n => x << n in Reduce()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc2144 VIXL_ASSERT((vm_subvector_count != 0) && IsPowerOf2(vm_subvector_count)); in TestByElementNEON_Helper()