Searched refs:QSsize (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Daarch64-dis.c455 aarch64_insn QSsize; /* fields Q:S:size. */
464 QSsize = extract_fields (code, 0, 3, FLD_Q, FLD_S, FLD_vldst_size);
470 info->reglist.index = QSsize;
473 if (QSsize & 0x1)
478 info->reglist.index = QSsize >> 1;
481 if ((QSsize >> 1) & 0x1)
484 if ((QSsize & 0x1) == 0)
488 info->reglist.index = QSsize >> 2;
497 info->reglist.index = QSsize >> 3;
453 aarch64_insn QSsize; /* fields Q:S:size. */ local
H A Daarch64-asm.c247 aarch64_insn QSsize = 0; /* fields Q:S:size. */ local
259 QSsize = info->reglist.index;
264 QSsize = info->reglist.index << 1;
269 QSsize = info->reglist.index << 2;
274 QSsize = info->reglist.index << 3 | 0x1;
280 insert_fields (code, QSsize, 0, 3, FLD_vldst_size, FLD_S, FLD_Q);

Completed in 46 milliseconds