aboutsummaryrefslogtreecommitdiff
path: root/opcodes/bfin-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in opcodesAlan Modra1-21/+21
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-02ubsan: bfin-dis.c:160 shift exponent 32 is too largeAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-16ubsan: bfin: left shift of negative valueAlan Modra1-9/+8
2019-12-11ubsan: bfin: shift exponent is too largeAlan Modra1-13/+16
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-06-15Prevent invalid array accesses when disassembling a corrupt bfin binary.Nick Clifton1-4/+4
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-1/+1
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-08-14opcodes: blackfin: convert ad-hoc ints to bfd_booleanMike Frysinger1-21/+21
2014-08-14opcodes: blackfin: simplify decode_CC2stat_0 logicMike Frysinger1-41/+5
2014-08-14opcodes: blackfin: avoid duplicate memory readsMike Frysinger1-6/+4
2014-08-13opcodes: blackfin: push down global stateMike Frysinger1-43/+69
2014-08-13opcodes: blackfin: do not force align the PCMike Frysinger1-1/+9
2014-08-13opcodes: blackfin: handle memory read errorsMike Frysinger1-19/+39
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-18 * arc-dis.c: Include sysdep.h first, remove some redundant includes.Alan Modra1-3/+2
2012-04-01opcodes: bfin: simplify field width processing and fix build warningsMike Frysinger1-10/+1
2011-03-24opcodes: blackfin: ignore (M) on MAC0-only dsp mac funcsMike Frysinger1-1/+4
2011-02-22opcodes: blackfin: drop null/nul checks in OUTSMike Frysinger1-1/+1
2011-02-22opcodes: blackfin: use OUTS helperMike Frysinger1-4/+4
2011-02-20opcodes: blackfin: clean up saved_stateMike Frysinger1-48/+26
2011-02-14opcodes: blackfin: fix styleMike Frysinger1-43/+42
2011-02-14opcodes: blackfin: catch invalid loopsetup insnsMike Frysinger1-0/+3
2011-02-13opcodes: blackfin: fix decoding of ABSMike Frysinger1-1/+1
2011-02-13opcodes: blackfin: fix decoding of dsp mult insnsMike Frysinger1-2/+2
2011-02-13gas/opcodes: blackfin: punt BYTEOP2M insn supportMike Frysinger1-68/+0
2011-02-12opcodes: blackfin: add missing space after PRNT insnMike Frysinger1-1/+1
2011-02-12opcodes: blackfin: drop "GP" registerMike Frysinger1-3/+3
2011-02-12gas/opcodes: blackfin: move dsp mac func defines to common headerMike Frysinger1-10/+0
2011-02-11opcodes: blackfin: constify register namesMike Frysinger1-17/+18
2010-10-15gas: blackfin: fix encoding of BYTEOP2M insnMike Frysinger1-8/+8
2010-09-22opcodes: blackfin: fix decoding of 32bit addresses on 64bit systemsMike Frysinger1-0/+3
2010-09-22opcodes: blackfin: fix decoding of all register move insnsMike Frysinger1-12/+30
2010-09-22opcodes: blackfin: fix decoding of many invalid insnsMike Frysinger1-21/+105
2010-09-22opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegalMike Frysinger1-0/+3
2010-09-22opcodes: blackfin: fix decoding of vector shift insn w/saturationMike Frysinger1-1/+1
2010-09-22opcodes: blackfin: decode all ASTAT bitsMike Frysinger1-8/+21
2010-09-22opcodes: blackfin: decode insns with invalid register as illegalMike Frysinger1-14/+19
2010-09-22gas: blackfin: fix DBG/DBGCMPLX insn encodingMike Frysinger1-1/+1
2010-09-22opcodes/gas: blackfin: handle more ASTAT flagsMike Frysinger1-4/+10