Home
last modified time | relevance | path

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

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