Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c6872 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); in arm_reload_in_hi() local
6874 emit_set_insn (base_plus, base); in arm_reload_in_hi()
6875 base = base_plus; in arm_reload_in_hi()
6905 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); in arm_reload_in_hi() local
6909 emit_insn (gen_addsi3 (base_plus, base, GEN_INT (hi))); in arm_reload_in_hi()
6910 base = base_plus; in arm_reload_in_hi()
6991 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1); in arm_reload_out_hi() local
6994 if (reg_overlap_mentioned_p (base_plus, outval)) in arm_reload_out_hi()
7001 scratch = base_plus; in arm_reload_out_hi()
7002 base_plus = tmp; in arm_reload_out_hi()
[all …]