Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c1379 rtx src1_note, src2_note; in compare_for_stack_reg() local
1414 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2)); in compare_for_stack_reg()
1416 src2_note = NULL_RTX; in compare_for_stack_reg()
1445 if (src2_note in compare_for_stack_reg()
1454 if (get_hard_regnum (regstack, XEXP (src2_note, 0)) == FIRST_STACK_REG in compare_for_stack_reg()
1457 pop_stack (regstack, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1458 replace_reg (&XEXP (src2_note, 0), FIRST_STACK_REG + 1); in compare_for_stack_reg()
1465 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1466 emit_pop_insn (insn, regstack, XEXP (src2_note, 0), in compare_for_stack_reg()
1601 rtx src1_note, src2_note; in subst_stack_regs_pat() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc1380 rtx src1_note, src2_note; in compare_for_stack_reg() local
1415 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2)); in compare_for_stack_reg()
1417 src2_note = NULL_RTX; in compare_for_stack_reg()
1446 if (src2_note in compare_for_stack_reg()
1455 if (get_hard_regnum (regstack, XEXP (src2_note, 0)) == FIRST_STACK_REG in compare_for_stack_reg()
1458 pop_stack (regstack, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1459 replace_reg (&XEXP (src2_note, 0), FIRST_STACK_REG + 1); in compare_for_stack_reg()
1466 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1467 emit_pop_insn (insn, regstack, XEXP (src2_note, 0), in compare_for_stack_reg()
1602 rtx src1_note, src2_note; in subst_stack_regs_pat() local
[all …]