Searched refs:next_hi_reg (Results 1 – 1 of 1) sorted by relevance
13488 int next_hi_reg; in thumb_unexpanded_epilogue() local13503 for (next_hi_reg = 8; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()13504 if (live_regs_mask & (1 << next_hi_reg)) in thumb_unexpanded_epilogue()13529 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", next_hi_reg, in thumb_unexpanded_epilogue()13532 for (next_hi_reg++; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()13533 if (live_regs_mask & (1 << next_hi_reg)) in thumb_unexpanded_epilogue()14112 unsigned next_hi_reg; in thumb_output_function_prologue() local14114 for (next_hi_reg = 12; next_hi_reg > LAST_LO_REGNUM; next_hi_reg--) in thumb_output_function_prologue()14115 if (live_regs_mask & (1 << next_hi_reg)) in thumb_output_function_prologue()14131 asm_fprintf (f, "\tmov\t%r, %r\n", regno, next_hi_reg); in thumb_output_function_prologue()[all …]