Home | History | Annotate | Download | only in opcodes

Lines Matching refs:reglist

1415 		num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
1418 num_bytes = prev->reglist.num_regs
1519 if (num != 1 && opnd->reglist.num_regs != num)
1530 if (opnd->reglist.num_regs != num)
2212 const int num_regs = opnd->reglist.num_regs;
2213 const int first_reg = opnd->reglist.first_regno;
2218 assert (opnd->type != AARCH64_OPND_LEt || opnd->reglist.has_index);
2222 if (opnd->reglist.has_index)
2223 snprintf (tb, 8, "[%d]", opnd->reglist.index);