Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c10126 int next_hi_reg; in thumb_unexpanded_epilogue() local
10155 for (next_hi_reg = 8; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()
10156 if (THUMB_REG_PUSHED_P (next_hi_reg)) in thumb_unexpanded_epilogue()
10181 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", next_hi_reg, in thumb_unexpanded_epilogue()
10184 for (next_hi_reg++; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()
10185 if (THUMB_REG_PUSHED_P (next_hi_reg)) in thumb_unexpanded_epilogue()
10701 int next_hi_reg; local
10703 for (next_hi_reg = 12; next_hi_reg > LAST_LO_REGNUM; next_hi_reg--)
10704 if (THUMB_REG_PUSHED_P (next_hi_reg))
10723 asm_fprintf (f, "\tmov\t%r, %r\n", regno, next_hi_reg);
[all …]
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c13478 int next_hi_reg; in thumb_unexpanded_epilogue() local
13493 for (next_hi_reg = 8; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()
13494 if (live_regs_mask & (1 << next_hi_reg)) in thumb_unexpanded_epilogue()
13519 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", next_hi_reg, in thumb_unexpanded_epilogue()
13522 for (next_hi_reg++; next_hi_reg < 13; next_hi_reg++) in thumb_unexpanded_epilogue()
13523 if (live_regs_mask & (1 << next_hi_reg)) in thumb_unexpanded_epilogue()
14102 unsigned next_hi_reg; in thumb_output_function_prologue() local
14104 for (next_hi_reg = 12; next_hi_reg > LAST_LO_REGNUM; next_hi_reg--) in thumb_output_function_prologue()
14105 if (live_regs_mask & (1 << next_hi_reg)) in thumb_output_function_prologue()
14121 asm_fprintf (f, "\tmov\t%r, %r\n", regno, next_hi_reg); in thumb_output_function_prologue()
[all …]