Lines Matching refs:QSsize
420 aarch64_insn QSsize; /* fields Q:S:size. */
429 QSsize = extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
435 info->reglist.index = QSsize;
438 if (QSsize & 0x1)
443 info->reglist.index = QSsize >> 1;
446 if ((QSsize >> 1) & 0x1)
449 if ((QSsize & 0x1) == 0)
453 info->reglist.index = QSsize >> 2;
462 info->reglist.index = QSsize >> 3;