Home | History | Annotate | Download | only in opcodes

Lines Matching refs:QSsize

218   aarch64_insn QSsize = 0;	/* fields Q:S:size.  */
230 QSsize = info->reglist.index;
235 QSsize = info->reglist.index << 1;
240 QSsize = info->reglist.index << 2;
245 QSsize = info->reglist.index << 3 | 0x1;
251 insert_fields (code, QSsize, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);