Searched refs:regstack (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reg-stack.c | 366 straighten_stack (rtx_insn *insn, stack_ptr regstack) in straighten_stack() argument 375 if (regstack->top <= 0) in straighten_stack() 378 temp_stack.reg_set = regstack->reg_set; in straighten_stack() 380 for (top = temp_stack.top = regstack->top; top >= 0; top--) in straighten_stack() 383 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack() 389 pop_stack (stack_ptr regstack, int regno) in pop_stack() argument 391 int top = regstack->top; in pop_stack() 393 CLEAR_HARD_REG_BIT (regstack->reg_set, regno); in pop_stack() 394 regstack->top--; in pop_stack() 396 if (regstack->reg [top] != regno) in pop_stack() [all …]
|
H A D | FSFChangeLog.11 | 3654 destination are both on the regstack. 3655 (subst_stack_regs_pat): Put the destination at the top of the regstack.
|
H A D | FSFChangeLog.10 | 302 * regstack.c (move_for_stack_reg): Avoid stack overflow while
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reg-stack.cc | 367 straighten_stack (rtx_insn *insn, stack_ptr regstack) in straighten_stack() argument 376 if (regstack->top <= 0) in straighten_stack() 379 temp_stack.reg_set = regstack->reg_set; in straighten_stack() 381 for (top = temp_stack.top = regstack->top; top >= 0; top--) in straighten_stack() 384 change_stack (insn, regstack, &temp_stack, EMIT_BEFORE); in straighten_stack() 390 pop_stack (stack_ptr regstack, int regno) in pop_stack() argument 392 int top = regstack->top; in pop_stack() 394 CLEAR_HARD_REG_BIT (regstack->reg_set, regno); in pop_stack() 395 regstack->top--; in pop_stack() 397 if (regstack->reg [top] != regno) in pop_stack() [all …]
|
H A D | ChangeLog-1997 | 3204 destination are both on the regstack. 3205 (subst_stack_regs_pat): Put the destination at the top of the regstack.
|
H A D | FSFChangeLog.11 | 3654 destination are both on the regstack. 3655 (subst_stack_regs_pat): Put the destination at the top of the regstack.
|
H A D | ChangeLog-1998 | 14786 regstack and adjusts regstack.
|
H A D | FSFChangeLog.10 | 302 * regstack.c (move_for_stack_reg): Avoid stack overflow while
|
H A D | ChangeLog-2007 | 26719 * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
|
H A D | ChangeLog-2005 | 16067 of regstack structure.
|
H A D | ChangeLog-2003 | 8984 regstack if optimizing but not scheduling after reload.
|
H A D | ChangeLog-2004 | 5264 * regstack.c (record_label_references): Remove unused function.
|
/netbsd-src/external/gpl3/gdb/dist/sim/sh/ |
H A D | ChangeLog-2021 | 695 Move bfd_mach to end of struct. Add regstack pointer.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 26082 060b9a8956b74c5b0174b0346ccf988a gcc/testsuite/g++.old-deja/g++.other/regstack.C 30888 94f371d3aceb1a9327cc749ff6604e30 gcc/testsuite/gcc.c-torture/execute/regstack-1.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 29588 060b9a8956b74c5b0174b0346ccf988a gcc/testsuite/g++.old-deja/g++.other/regstack.C 34711 94f371d3aceb1a9327cc749ff6604e30 gcc/testsuite/gcc.c-torture/execute/regstack-1.c
|