Searched refs:wback_offset (Results 1 – 1 of 1) sorted by relevance
14744 HOST_WIDE_INT wback_offset) in arm_gen_load_multiple_1() argument14758 if (wback_offset != 0) in arm_gen_load_multiple_1()14759 emit_move_insn (basereg, plus_constant (Pmode, basereg, wback_offset)); in arm_gen_load_multiple_1()14768 rtvec_alloc (count + (wback_offset != 0 ? 1 : 0))); in arm_gen_load_multiple_1()14769 if (wback_offset != 0) in arm_gen_load_multiple_1()14772 = gen_rtx_SET (basereg, plus_constant (Pmode, basereg, wback_offset)); in arm_gen_load_multiple_1()14792 HOST_WIDE_INT wback_offset) in arm_gen_store_multiple_1() argument14809 if (wback_offset != 0) in arm_gen_store_multiple_1()14810 emit_move_insn (basereg, plus_constant (Pmode, basereg, wback_offset)); in arm_gen_store_multiple_1()14819 rtvec_alloc (count + (wback_offset != 0 ? 1 : 0))); in arm_gen_store_multiple_1()[all …]