Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dm68hc11.h1543 extern GTY(()) rtx m68hc11_soft_tmp_reg;
Dm68hc11.c101 rtx m68hc11_soft_tmp_reg; variable
373 m68hc11_soft_tmp_reg = gen_rtx_REG (HImode, SOFT_TMP_REGNUM); in create_regs_rtx()
1615 emit_move_after_reload (stack_push_word, m68hc11_soft_tmp_reg, scratch); in expand_prologue()
1749 emit_move_after_reload (m68hc11_soft_tmp_reg, stack_pop_word, scratch); in expand_epilogue()
Dm68hc11.md2669 operands[2] = m68hc11_soft_tmp_reg;
2674 operands[2] = m68hc11_soft_tmp_reg;
2679 operands[2] = m68hc11_soft_tmp_reg;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/
Dm68hc11.h1799 extern GTY(()) rtx m68hc11_soft_tmp_reg;
Dm68hc11.c91 rtx m68hc11_soft_tmp_reg; variable
338 m68hc11_soft_tmp_reg = gen_rtx (REG, HImode, SOFT_TMP_REGNUM); in create_regs_rtx()
1703 emit_move_after_reload (stack_push_word, m68hc11_soft_tmp_reg, scratch); in expand_prologue()
1838 emit_move_after_reload (m68hc11_soft_tmp_reg, stack_pop_word, scratch); in expand_epilogue()
Dm68hc11.md2661 operands[2] = m68hc11_soft_tmp_reg;
2666 operands[2] = m68hc11_soft_tmp_reg;
2671 operands[2] = m68hc11_soft_tmp_reg;
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog7565 (m68hc11_soft_tmp_reg): Likewise.