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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c6886 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6888 emit_set_insn (base_plus, base);
6889 base = base_plus;
6919 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6923 emit_insn (gen_addsi3 (base_plus, base, GEN_INT (hi)));
6924 base = base_plus;
7005 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
7008 if (reg_overlap_mentioned_p (base_plus, outval))
7010 /* Updating base_plus might destroy outval, see if we can
7011 swap the scratch and base_plus
6874 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); local
6907 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); local
6993 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); local
7052 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); local
[all...]

Completed in 82 milliseconds