Home | History | Annotate | Download | only in opcodes

Lines Matching refs:reglist

1624   if (opnd->reglist.num_regs != num_regs)
1629 if (opnd->reglist.stride != stride)
2049 if (((opnd->reglist.first_regno % num) != 0)
2051 && opnd->reglist.first_regno > 15)
2053 && opnd->reglist.first_regno < 16))
2068 num = 16 | (opnd->reglist.stride - 1);
2069 if ((opnd->reglist.first_regno & ~num) != 0)
2095 if (opnd->reglist.first_regno > 7)
2431 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2434 num_bytes = prev->reglist.num_regs
2738 if (!value_in_range_p (opnd->reglist.index, 0, num))
2771 if (opnd->reglist.stride != 1)
3576 ? ((inst->operands[0].reglist.first_regno
3577 != inst->operands[i].reglist.first_regno)
3578 || (inst->operands[0].reglist.num_regs
3579 != inst->operands[i].reglist.num_regs)
3580 || (inst->operands[0].reglist.stride
3581 != inst->operands[i].reglist.stride))
3908 const int num_regs = opnd->reglist.num_regs;
3909 const int stride = opnd->reglist.stride;
3910 const int first_reg = opnd->reglist.first_regno;
3915 assert (opnd->type != AARCH64_OPND_LEt || opnd->reglist.has_index);
3919 if (opnd->reglist.has_index)
3922 style_imm (styler, "%" PRIi64, (opnd->reglist.index % 100)));