Searched refs:GetMsb (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch64/ | ||
H A D | cpu-aarch64.h | 72 int GetMsb() const { return lsb_ + GetWidthInBits() - 1; } in GetMsb() function in vixl::aarch64::IDRegister::Field |
H A D | cpu-aarch64.cc | 255 int msb = field.GetMsb(); in Get() |
Completed in 3 milliseconds