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

/freebsd-11-stable/contrib/gcc/
H A Dregrename.c396 int this_regno = REGNO (x); local
397 int this_nregs = hard_regno_nregs[this_regno][mode];
437 int exact_match = (regno == this_regno && nregs == this_nregs);
439 if (regno + nregs <= this_regno
440 || this_regno + this_nregs <= regno)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c9434 unsigned int this_regno;
9458 this_regno = IN_REG (this_parmno);
9460 reg_names[this_regno] = ia64_reg_numbers[this_parmno];
9462 this = gen_rtx_REG (Pmode, this_regno);
9465 rtx tmp = gen_rtx_REG (ptr_mode, this_regno);
9411 unsigned int this_regno; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4968 int this_regno, intregs, intoffset;
5002 this_regno = cum->words + intoffset / BITS_PER_WORD;
5004 if (intregs > 0 && intregs > GP_ARG_NUM_REG - this_regno)
5007 intregs = MIN (intregs, GP_ARG_NUM_REG - this_regno);
5014 regno = GP_ARG_MIN_REG + this_regno;
5019 this_regno += 1;
4955 int this_regno, intregs, intoffset; local
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c14907 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)
14943 mi_op, this_regno, this_regno,
14885 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) local

Completed in 223 milliseconds