Home | History | Annotate | Download | only in arm

Lines Matching refs:rlist

1567   int rlist = instr->RlistValue();
1568 int num_regs = count_bits(rlist);
1576 while (rlist != 0) {
1577 if ((rlist & 1) != 0) {
1586 rlist >>= 1;
2550 rlist");
2553 // Format(instr, "stm'cond'pu 'rn'w, 'rlist");