Lines Matching refs:rlist
345 // 'rlist: register list for load and store multiple instructions
346 ASSERT(STRING_STARTS_WITH(format, "rlist"));
347 int rlist = instr->RlistValue();
351 while (rlist != 0) {
352 if ((rlist & 1) != 0) {
354 if ((rlist >> 1) != 0) {
359 rlist >>= 1;
1026 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
1028 Format(instr, "stm'cond'pu 'rn'w, 'rlist");