Home
last modified time | relevance | path

Searched refs:GetSampledBitsCount (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.cc429 if ((table_size <= 2) && (GetSampledBitsCount() > 1)) { in TryCompileOptimisedDecodeTable()
494 static_cast<size_t>(1) << GetSampledBitsCount()); in Compile()
499 for (uint32_t bits = 0; bits < (1U << GetSampledBitsCount()); bits++) { in Compile()
H A Ddecoder-aarch64.h626 size_t GetSampledBitsCount() const { return sampled_bits_.size(); } in GetSampledBitsCount() function

Completed in 3 milliseconds