Searched refs:m68hc11_soft_tmp_reg (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 1543 extern GTY(()) rtx m68hc11_soft_tmp_reg;
|
| D | m68hc11.c | 101 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()
|
| D | m68hc11.md | 2669 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/ |
| D | m68hc11.h | 1799 extern GTY(()) rtx m68hc11_soft_tmp_reg;
|
| D | m68hc11.c | 91 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()
|
| D | m68hc11.md | 2661 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/ |
| D | ChangeLog | 7565 (m68hc11_soft_tmp_reg): Likewise.
|