Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.h252 int GetNEONLSIndex(int access_size_shift) const { in GetNEONLSIndex() function
261 return GetNEONLSIndex(access_size_shift); in NEONLSIndex()
Ddisasm-aarch64.cc4512 AppendToOutput("%d", instr->GetNEONLSIndex(format[8] - '0')); in SubstituteImmediateField()
Dsimulator-aarch64.cc4223 int lane = instr->GetNEONLSIndex(index_shift); in NEONLoadStoreSingleStructHelper()