Searched refs:IS_DAGREG (Results 1 – 6 of 6) sorted by relevance
204 #define IS_DAGREG(r) \ macro
1765 || (IS_GENREG ($1) && IS_DAGREG ($3))1766 || (IS_DAGREG ($1) && IS_GENREG ($3))1767 || (IS_DAGREG ($1) && IS_DAGREG ($3))
261 * bfin-dis.c (IS_DREG, IS_PREG, IS_GENREG, IS_DAGREG): Reject
828 (IS_DAGREG): Define.
430 #define IS_DAGREG(g,r) (((g) == 2 || (g) == 3) && (r) < 8) macro
921 (IS_DAGREG): Define.