Searched refs:test_regno (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c1511 covers_regno_no_parallel_p (rtx dest, unsigned int test_regno)
1528 return (test_regno >= regno && test_regno < endregno);
1535 covers_regno_p (rtx dest, unsigned int test_regno)
1548 && covers_regno_no_parallel_p (inner, test_regno))
1555 return covers_regno_no_parallel_p (dest, test_regno);
1562 dead_or_set_regno_p (rtx insn, unsigned int test_regno)
1567 if (find_regno_note (insn, REG_DEAD, test_regno))
1571 && find_regno_fusage (insn, CLOBBER, test_regno))
1580 return covers_regno_p (SET_DEST (pattern), test_regno);
1495 covers_regno_no_parallel_p(rtx dest, unsigned int test_regno) argument
1519 covers_regno_p(rtx dest, unsigned int test_regno) argument
1546 dead_or_set_regno_p(rtx insn, unsigned int test_regno) argument
[all...]

Completed in 47 milliseconds