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

/haiku-buildtools/binutils/opcodes/
H A Dmicroblaze-opcm.h95 #define MAX_REGNUM 31 macro
/haiku-buildtools/binutils/gas/config/
H A Dtc-microblaze.c535 if ((int) tmpreg >= MIN_REGNUM && tmpreg <= MAX_REGNUM)
572 if ((int)tmpreg >= MIN_REGNUM && tmpreg <= MAX_REGNUM)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1660 #define MAX_REGNUM 255
1662 /* But patterns can have more than `MAX_REGNUM' registers. We just
2417 if (regnum <= MAX_REGNUM)
2428 /* If we've reached MAX_REGNUM groups, then this open
2485 /* If we've reached MAX_REGNUM groups, then this open
2492 if (this_group_regnum <= MAX_REGNUM)
5385 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
1649 #define MAX_REGNUM macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dintegrate.c1429 max_regno = MAX_REGNUM (header) + 3;
3420 reg_rtx_no = regno_pointer_flag_length = MAX_REGNUM (head);
H A Drtl.h679 MAX_REGNUM is the largest pseudo-register used by that function.
702 #define MAX_REGNUM(RTX) ((RTX)->fld[7].rtint)
699 #define MAX_REGNUM macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c2114 # define MAX_REGNUM 255
2116 /* But patterns can have more than `MAX_REGNUM' registers. We just
3696 if (regnum <= MAX_REGNUM)
3708 /* If we've reached MAX_REGNUM groups, then this open
3765 /* If we've reached MAX_REGNUM groups, then this open
3772 if (this_group_regnum <= MAX_REGNUM)
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
2103 # define MAX_REGNUM macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c2116 # 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);
2105 # define MAX_REGNUM macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c2116 # define MAX_REGNUM 255
2118 /* But patterns can have more than `MAX_REGNUM' registers. We just
3699 if (regnum <= MAX_REGNUM)
3711 /* If we've reached MAX_REGNUM groups, then this open
3768 /* If we've reached MAX_REGNUM groups, then this open
3775 if (this_group_regnum <= MAX_REGNUM)
7698 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
2105 # define MAX_REGNUM macro

Completed in 222 milliseconds