Home
last modified time | relevance | path

Searched refs:next_hi_reg (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/config/arm/
HDarm.c13488 int next_hi_reg; in thumb_unexpanded_epilogue() local
13503 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() local
14114 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 …]