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

/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c43 static bool covers_regno_p (rtx, unsigned int);
1535 covers_regno_p (rtx dest, unsigned int test_regno)
1580 return covers_regno_p (SET_DEST (pattern), test_regno);
1593 && covers_regno_p (SET_DEST (body), test_regno))
1519 covers_regno_p (rtx dest, unsigned int test_regno) function

Completed in 105 milliseconds