Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dreg-stack.c1336 rtx src1_note, src2_note; in compare_for_stack_reg() local
1361 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2)); in compare_for_stack_reg()
1363 src2_note = NULL_RTX; in compare_for_stack_reg()
1392 if (src2_note in compare_for_stack_reg()
1401 if (get_hard_regnum (regstack, XEXP (src2_note, 0)) == FIRST_STACK_REG in compare_for_stack_reg()
1404 pop_stack (regstack, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1405 replace_reg (&XEXP (src2_note, 0), FIRST_STACK_REG + 1); in compare_for_stack_reg()
1412 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1413 emit_pop_insn (insn, regstack, XEXP (src2_note, 0), in compare_for_stack_reg()
1548 rtx src1_note, src2_note; in subst_stack_regs_pat() local
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreg-stack.c1240 rtx src1_note, src2_note; in compare_for_stack_reg() local
1268 src2_note = find_regno_note (insn, REG_DEAD, REGNO (*src2)); in compare_for_stack_reg()
1270 src2_note = NULL_RTX; in compare_for_stack_reg()
1289 if (src2_note in compare_for_stack_reg()
1298 if (get_hard_regnum (regstack, XEXP (src2_note, 0)) == FIRST_STACK_REG in compare_for_stack_reg()
1301 pop_stack (regstack, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1302 replace_reg (&XEXP (src2_note, 0), FIRST_STACK_REG + 1); in compare_for_stack_reg()
1312 remove_regno_note (insn, REG_DEAD, REGNO (XEXP (src2_note, 0))); in compare_for_stack_reg()
1314 emit_pop_insn (insn, regstack, XEXP (src2_note, 0), in compare_for_stack_reg()
1461 rtx src1_note, src2_note; in subst_stack_regs_pat() local
[all …]