Home | History | Annotate | Download | only in libiberty

Lines Matching refs:MAX_REGNUM

2116 #  define MAX_REGNUM 255
2118 /* But patterns can have more than `MAX_REGNUM' registers. We just
3698 if (regnum <= MAX_REGNUM)
3710 /* If we've reached MAX_REGNUM groups, then this open
3767 /* If we've reached MAX_REGNUM groups, then this open
3774 if (this_group_regnum <= MAX_REGNUM)
7695 assert (reg_no > 0 && reg_no <= MAX_REGNUM);