Searched defs:vm_index (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc4432 int vm_index = (instr->GetNEONH() << 1) | instr->GetNEONL(); local
4434 vm_index = (vm_index << 1) | instr->GetNEONM();
4436 AppendToOutput("%d", vm_index);

Completed in 100 milliseconds