Lines Matching refs:rl
1364 void Assembler::AddrMode4(Instr instr, Register rn, RegList rl) {1366 DCHECK_NE(rl, 0);1368 emit(instr | rn.code()*B16 | rl);