Home
last modified time | relevance | path

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

/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc69 if (bits > rnd_bits_) { in GetRandomBits()
71 result = (result << rnd_bits_) | rnd_; in GetRandomBits()
72 bits -= rnd_bits_; in GetRandomBits()
75 rnd_bits_ = 32; in GetRandomBits()
78 VIXL_ASSERT(bits <= rnd_bits_); in GetRandomBits()
81 rnd_bits_ -= bits; in GetRandomBits()
H A Dbench-utils.h176 : masm_(masm), rnd_(0), rnd_bits_(0), call_depth_(0) { in BenchCodeGenerator()
249 int rnd_bits_; member in BenchCodeGenerator

Completed in 2 milliseconds