Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h252 int GetNEONLSIndex(int access_size_shift) const { in GetNEONLSIndex() argument
257 return static_cast<int>(index >> access_size_shift); in GetNEONLSIndex()
260 int NEONLSIndex(int access_size_shift) const) { in NEONLSIndex() argument
261 return GetNEONLSIndex(access_size_shift); in NEONLSIndex()