Lines Matching refs:q_index
1560 int q_index,
1572 unsigned byte_index = q_index * size;
1578 PrintPartialZRegister(code, q_index, format_no_fp, "");
1624 int q_index,
1630 VIXL_ASSERT((q_index * kQRegSize) < GetVectorLengthInBits());
1640 unsigned byte_index = q_index * size;
1644 int lsb = q_index * kQRegSize;
1665 int q_index,
1670 VIXL_ASSERT((q_index * kQRegSize) < GetVectorLengthInBits());
1684 int lsb = q_index * print_size_in_bits;
1702 int q_index,
1708 q_index,
1930 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) {
1932 PrintPartialZRegister(rt_code, q_index, kPrintRegVnQPartial, "");
1966 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) {
1968 pg.GetActiveMask<uint16_t>(q_index) & GetPrintRegLaneMask(format);
1972 q_index,
1984 int lane = (q_index * lanes_per_q) + i;
2014 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) {
2016 PrintPartialPRegister(code, q_index, kPrintRegVnQPartial, "");