Home | History | Annotate | Download | only in opcodes

Lines Matching refs:reglist

1615   if (opnd->reglist.num_regs != num_regs)
1620 if (opnd->reglist.stride != stride)
2006 if ((opnd->reglist.first_regno % num) != 0)
2021 num = 16 | (opnd->reglist.stride - 1);
2022 if ((opnd->reglist.first_regno & ~num) != 0)
2367 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2370 num_bytes = prev->reglist.num_regs
2674 if (!value_in_range_p (opnd->reglist.index, 0, num))
2707 if (opnd->reglist.stride != 1)
3511 ? ((inst->operands[0].reglist.first_regno
3512 != inst->operands[i].reglist.first_regno)
3513 || (inst->operands[0].reglist.num_regs
3514 != inst->operands[i].reglist.num_regs)
3515 || (inst->operands[0].reglist.stride
3516 != inst->operands[i].reglist.stride))
3843 const int num_regs = opnd->reglist.num_regs;
3844 const int stride = opnd->reglist.stride;
3845 const int first_reg = opnd->reglist.first_regno;
3850 assert (opnd->type != AARCH64_OPND_LEt || opnd->reglist.has_index);
3854 if (opnd->reglist.has_index)
3857 style_imm (styler, "%" PRIi64, (opnd->reglist.index % 100)));