Lines Matching refs:reg
211 unsigned long **vsp, unsigned int reg) in unwind_pop_register() argument
217 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register()
226 int load_sp, reg = 4; in unwind_exec_pop_subset_r4_to_r13() local
232 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r4_to_r13()
235 reg++; in unwind_exec_pop_subset_r4_to_r13()
247 int reg; in unwind_exec_pop_r4_to_rN() local
250 for (reg = 4; reg <= 4 + (insn & 7); reg++) in unwind_exec_pop_r4_to_rN()
251 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_r4_to_rN()
267 int reg = 0; in unwind_exec_pop_subset_r0_to_r3() local
273 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r0_to_r3()
276 reg++; in unwind_exec_pop_subset_r0_to_r3()