Lines Matching refs:reg
212 unsigned long **vsp, unsigned int reg) in unwind_pop_register() argument
218 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register()
227 int load_sp, reg = 4; in unwind_exec_pop_subset_r4_to_r13() local
233 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r4_to_r13()
236 reg++; in unwind_exec_pop_subset_r4_to_r13()
248 int reg; in unwind_exec_pop_r4_to_rN() local
251 for (reg = 4; reg <= 4 + (insn & 7); reg++) in unwind_exec_pop_r4_to_rN()
252 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_r4_to_rN()
268 int reg = 0; in unwind_exec_pop_subset_r0_to_r3() local
274 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r0_to_r3()
277 reg++; in unwind_exec_pop_subset_r0_to_r3()