sim: bfin: handle AZ updates with 16bit adds/subs
[platform/upstream/binutils.git] / sim / bfin / ChangeLog
1 2011-03-15  Robin Getz  <robin.getz@analog.com>
2
3         * bfin-sim.c (decode_dsp32alu_0): Set AZ based on val for 16bit adds
4         and subs.
5
6 2011-03-15  Robin Getz  <robin.getz@analog.com>
7
8         * bfin-sim.c (decode_macfunc): Move acc STOREs behind op != 3 check.
9
10 2011-03-15  Robin Getz  <robin.getz@analog.com>
11
12         * bfin-sim.c (decode_macfunc): New neg parameter.  Set when the
13         high bit is set after extract_mult.
14         (decode_dsp32mac_0): Declare n_1 and n_0.  Pass to the decode_macfunc
15         functions.  Use these to update the AN bit.
16
17 2011-03-15  Robin Getz  <robin.getz@analog.com>
18
19         * bfin-sim.c (decode_dsp32mult_0): Declare v_i0 and v_i1.  Pass to
20         the extract_mult functions.  Include these when updating the V, VS,
21         and V_COPY bits.
22
23 2011-03-15  Robin Getz  <robin.getz@analog.com>
24
25         * bfin-sim.c (astat_names): New global bit array.
26         (decode_CC2stat_0): Delete local astat_name and astat_names.
27         (decode_psedodbg_assert_0): Move hardcoded offset into a variable.
28         Print out ASTAT bit values when checking an ASTAT register.
29
30 2010-03-15  Robin Getz  <robin.getz@analog.com>
31
32         * bfin-sim.c (extract_mult): Handle M_IU.
33
34 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
35
36         * Makefile.in, TODO, aclocal.m4, bfin-sim.c, bfin-sim.h,
37         bfroms/all.h, bfroms/bf50x-0.0.h, bfroms/bf51x-0.0.h,
38         bfroms/bf51x-0.1.h, bfroms/bf51x-0.2.h, bfroms/bf526-0.0.h,
39         bfroms/bf526-0.1.h, bfroms/bf527-0.0.h, bfroms/bf527-0.1.h,
40         bfroms/bf527-0.2.h, bfroms/bf533-0.1.h, bfroms/bf533-0.2.h,
41         bfroms/bf533-0.3.h, bfroms/bf537-0.0.h, bfroms/bf537-0.1.h,
42         bfroms/bf537-0.3.h, bfroms/bf538-0.0.h, bfroms/bf54x-0.0.h,
43         bfroms/bf54x-0.1.h, bfroms/bf54x-0.2.h, bfroms/bf54x_l1-0.0.h,
44         bfroms/bf54x_l1-0.1.h, bfroms/bf54x_l1-0.2.h, bfroms/bf561-0.5.h,
45         bfroms/bf59x-0.0.h, bfroms/bf59x_l1-0.1.h, config.in, configure,
46         configure.ac, devices.c, devices.h, dv-bfin_cec.c, dv-bfin_cec.h,
47         dv-bfin_ctimer.c, dv-bfin_ctimer.h, dv-bfin_dma.c, dv-bfin_dma.h,
48         dv-bfin_dmac.c, dv-bfin_dmac.h, dv-bfin_ebiu_amc.c, dv-bfin_ebiu_amc.h,
49         dv-bfin_ebiu_ddrc.c, dv-bfin_ebiu_ddrc.h, dv-bfin_ebiu_sdc.c,
50         dv-bfin_ebiu_sdc.h, dv-bfin_emac.c, dv-bfin_emac.h, dv-bfin_eppi.c,
51         dv-bfin_eppi.h, dv-bfin_evt.c, dv-bfin_evt.h, dv-bfin_gptimer.c,
52         dv-bfin_gptimer.h, dv-bfin_jtag.c, dv-bfin_jtag.h, dv-bfin_mmu.c,
53         dv-bfin_mmu.h, dv-bfin_nfc.c, dv-bfin_nfc.h, dv-bfin_otp.c,
54         dv-bfin_otp.h, dv-bfin_pll.c, dv-bfin_pll.h, dv-bfin_ppi.c,
55         dv-bfin_ppi.h, dv-bfin_rtc.c, dv-bfin_rtc.h, dv-bfin_sic.c,
56         dv-bfin_sic.h, dv-bfin_spi.c, dv-bfin_spi.h, dv-bfin_trace.c,
57         dv-bfin_trace.h, dv-bfin_twi.c, dv-bfin_twi.h, dv-bfin_uart.c,
58         dv-bfin_uart.h, dv-bfin_uart2.c, dv-bfin_uart2.h, dv-bfin_wdog.c,
59         dv-bfin_wdog.h, dv-bfin_wp.c, dv-bfin_wp.h, dv-eth_phy.c, gui.c,
60         gui.h, insn_list.def, interp.c, linux-fixed-code.h, linux-fixed-code.s,
61         linux-targ-map.h, machs.c, machs.h, proc_list.def, sim-main.h,
62         tconfig.in: New Blackfin port.