Searched refs:alter_subreg (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Doutput.h79 extern rtx alter_subreg (rtx *);
H A Dfinal.c2215 SET_SRC (set) = alter_subreg (&SET_SRC (set));
2220 = alter_subreg (&XEXP (SET_SRC (set), 0));
2223 = alter_subreg (&XEXP (SET_SRC (set), 1));
2545 recog_data.operand[i] = alter_subreg (recog_data.operand_loc[i]);
2555 *recog_data.dup_loc[i] = alter_subreg (recog_data.dup_loc[i]);
2567 alter_subreg (rtx *xp)
2611 /* Do alter_subreg on all the SUBREGs contained in X. */
2632 return alter_subreg (xp);
3190 x = alter_subreg (&x);
2556 alter_subreg (rtx *xp) function
H A Dsdbout.c801 regno = REGNO (alter_subreg (&value));
H A Ddbxout.c2836 home = alter_subreg (&home);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c5869 operands[nops + i] = alter_subreg (operands + (nops + i));
6096 operands[nops + i] = alter_subreg (operands + (nops + i));

Completed in 121 milliseconds