summaryrefslogtreecommitdiff
path: root/sim/bfin/bfin-sim.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: bfin: move arch-specific settings to internal headerMike Frysinger2022-12-231-0/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-1/+2
* sim: replace custom attributes with ansidecl.hMike Frysinger2021-05-021-4/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: unify min/max macrosMike Frysinger2016-01-041-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: bfin: avoid stack error under asanMike Frysinger2015-12-261-1/+1
* sim: bfin: handle negative left saturated shifts as ashifts [BZ #18407]Mike Frysinger2015-10-111-1/+5
* sim: trace: add common macros for logging infoMike Frysinger2015-06-121-10/+10
* Fix typos in sim sources exposed by static analysis.Nick Clifton2015-04-241-1/+1
* sim: bfin: fix signed warningMike Frysinger2015-03-141-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* sim: bfin: note missing parallel handling of SEARCHMike Frysinger2013-06-241-0/+13
* sim: bfin: handle invalid HLs encoding in dsp shift insnsMike Frysinger2013-06-241-5/+9
* sim: bfin: stricter insn decodingMike Frysinger2013-06-191-50/+81
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* sim: bfin: fix ASTAT issues in immediate shiftsMike Frysinger2012-04-091-17/+58
* sim: bfin: fix ASTAT/correctness issues with arithmetic shiftsMike Frysinger2012-04-091-10/+60
* sim: bfin: more parallel insn checksMike Frysinger2012-04-091-18/+66
* sim: bfin: keep track of the exact position of parallel insnsMike Frysinger2012-04-091-44/+49
* sim: bfin: drop excess space in negation insnMike Frysinger2012-04-081-1/+1
* sim: bfin: throw VEC_ILGAL_I with 32bit insn in group1/group2 slotsMike Frysinger2012-04-011-0/+3
* sim: bfin: simplify field width processing and fix build warningsMike Frysinger2012-04-011-10/+1
* sim: bfin: fix corner case Logical shift issuesMike Frysinger2012-03-191-45/+53
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* sim: bfin: use store buffer for VIT_MAX insnsMike Frysinger2011-09-291-2/+2
* sim: bfin: set ASTAT AV/AVS when shifting accumulators overflowMike Frysinger2011-06-181-0/+6
* sim: bfin: do not touch ASTAT[V] when shifting accumulatorsMike Frysinger2011-06-181-3/+4
* sim: bfin: do not extend accumulator in LSHIFT insnsMike Frysinger2011-06-181-1/+1
* sim: bfin: tweak saturation handling with TFU/FU modes and MM bitMike Frysinger2011-06-181-14/+30
* sim: bfin: handle large shift values with accumulator shift insnsMike Frysinger2011-06-181-2/+8
* sim: bfin: handle odd shift values with shift insnsMike Frysinger2011-06-181-7/+29
* sim: bfin: fix M_IH saturation sizeMike Frysinger2011-06-181-12/+1
* sim: bfin: handle V/VS saturation in dsp mac insnsMike Frysinger2011-06-181-25/+48
* sim: bfin: handle the MM flag in M_IU/M_TFU modes with dsp insnsMike Frysinger2011-06-181-0/+4
* sim: bfin: fix sign extension in dsp insns with MM flagMike Frysinger2011-06-181-8/+3
* sim: bfin: fix dsp insns IH saturation/rounding behaviorMike Frysinger2011-06-181-1/+11
* sim: bfin: fix accumulator edge case saturationMike Frysinger2011-06-181-2/+2
* sim: bfin: allow pushing of SPMike Frysinger2011-05-141-2/+1
* sim: bfin: use store buffer with more 32bit insnsMike Frysinger2011-04-161-23/+29
* sim: bfin: handle implicit DISALGNEXCPT with video insnsMike Frysinger2011-04-151-0/+24
* sim: bfin: fix sign extension with 16bit acc add insnsMike Frysinger2011-03-291-9/+2
* sim: bfin: handle saturation with RND12 sub insnsMike Frysinger2011-03-271-1/+6