Home | History | Annotate | Download | only in libiberty

Lines Matching defs:regnum

2136   regnum_t regnum;
2266 regnum_t regnum);
2361 regnum_t regnum = 0;
3673 regnum++;
3692 COMPILE_STACK_TOP.regnum = regnum;
3698 if (regnum <= MAX_REGNUM)
3702 BUF_PUSH_3 (start_memory, regnum, 0);
3754 /* We don't just want to restore into `regnum', because
3766 this_group_regnum = COMPILE_STACK_TOP.regnum;
3779 *inner_group_loc = regnum - this_group_regnum;
3781 regnum - this_group_regnum);
4078 if (c1 > regnum)
4338 /* Returns true if REGNUM is in one of COMPILE_STACK's elements and
4342 group_in_compile_stack (compile_stack_type compile_stack, regnum_t regnum)
4349 if (compile_stack.stack[this_element].regnum == regnum)
5640 regnum-th regstart pointer points to where in the pattern we began
5641 matching and the regnum-th regend points to right after where we
5642 stopped matching the regnum-th subexpression. (The zeroth register