Searched refs:x_regno (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dstruct-equiv.c314 unsigned x_regno = REGNO (x);
316 int x_nominal_nregs = (x_regno >= FIRST_PSEUDO_REGISTER
317 ? 1 : hard_regno_nregs[x_regno][GET_MODE (x)]);
329 unsigned x_regno ATTRIBUTE_UNUSED = REGNO (x);
337 REGNO_REG_CLASS (x_regno), x_mode)
381 unsigned x_regno = REGNO (x);
386 && (x_regno >= FIRST_PSEUDO_REGISTER
397 && (IN_RANGE (x_regno, FIRST_STACK_REG, LAST_STACK_REG)
399 return x_regno == y_regno;
405 if (REGNO_REG_SET_P (info->x_local_live, x_regno))
313 unsigned x_regno = REGNO (x); local
380 unsigned x_regno = REGNO (x); local
[all...]
H A Drtlanal.c1144 unsigned int x_regno;
1159 x_regno = REGNO (x);
1164 if ((x_regno == STACK_POINTER_REGNUM
1166 || x_regno == ARG_POINTER_REGNUM
1168 || x_regno == FRAME_POINTER_REGNUM)
1172 return (endregno > x_regno
1173 && regno < x_regno + (x_regno < FIRST_PSEUDO_REGISTER
1174 ? hard_regno_nregs[x_regno][GET_MODE (x)]
1131 unsigned int x_regno; local

Completed in 112 milliseconds