Searched refs:new_arith (Results 1 – 1 of 1) sorted by relevance
2826 rtx new_arith; in fill_slots_from_thread() local2833 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread()2836 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread()2839 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()