From 9b7509d90051f21ad1af0f86c079ab3a35ae0c1e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Mar 2011 20:09:09 +0000 Subject: sim: bfin: handle V overflows in dsp mult insns The current dsp mult handler does not take care of overflows and updating the V ASTAT bit. So implement it. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- sim/bfin/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/bfin/ChangeLog') diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index de73c4110a..d8cbc40091 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,9 @@ +2011-03-15 Robin Getz + + * bfin-sim.c (decode_dsp32mult_0): Declare v_i0 and v_i1. Pass to + the extract_mult functions. Include these when updating the V, VS, + and V_COPY bits. + 2011-03-15 Robin Getz * bfin-sim.c (astat_names): New global bit array. -- cgit v1.2.1