summaryrefslogtreecommitdiff
path: root/opcodes/bfin-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in opcodesAlan Modra2021-03-311-21/+21
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* ubsan: bfin-dis.c:160 shift exponent 32 is too largeAlan Modra2020-09-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: bfin: left shift of negative valueAlan Modra2019-12-161-9/+8
* ubsan: bfin: shift exponent is too largeAlan Modra2019-12-111-13/+16
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Prevent invalid array accesses when disassembling a corrupt bfin binary.Nick Clifton2017-06-151-4/+4
* Move print_insn_XXX to an opcodes internal headerYao Qi2017-05-241-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-1/+1
* Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton2015-06-221-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* opcodes: blackfin: convert ad-hoc ints to bfd_booleanMike Frysinger2014-08-141-21/+21
* opcodes: blackfin: simplify decode_CC2stat_0 logicMike Frysinger2014-08-141-41/+5
* opcodes: blackfin: avoid duplicate memory readsMike Frysinger2014-08-141-6/+4
* opcodes: blackfin: push down global stateMike Frysinger2014-08-131-43/+69
* opcodes: blackfin: do not force align the PCMike Frysinger2014-08-131-1/+9
* opcodes: blackfin: handle memory read errorsMike Frysinger2014-08-131-19/+39
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * arc-dis.c: Include sysdep.h first, remove some redundant includes.Alan Modra2012-05-181-3/+2
* opcodes: bfin: simplify field width processing and fix build warningsMike Frysinger2012-04-011-10/+1
* opcodes: blackfin: ignore (M) on MAC0-only dsp mac funcsMike Frysinger2011-03-241-1/+4
* opcodes: blackfin: drop null/nul checks in OUTSMike Frysinger2011-02-221-1/+1
* opcodes: blackfin: use OUTS helperMike Frysinger2011-02-221-4/+4
* opcodes: blackfin: clean up saved_stateMike Frysinger2011-02-201-48/+26
* opcodes: blackfin: fix styleMike Frysinger2011-02-141-43/+42
* opcodes: blackfin: catch invalid loopsetup insnsMike Frysinger2011-02-141-0/+3
* opcodes: blackfin: fix decoding of ABSMike Frysinger2011-02-131-1/+1
* opcodes: blackfin: fix decoding of dsp mult insnsMike Frysinger2011-02-131-2/+2
* gas/opcodes: blackfin: punt BYTEOP2M insn supportMike Frysinger2011-02-131-68/+0
* opcodes: blackfin: add missing space after PRNT insnMike Frysinger2011-02-121-1/+1
* opcodes: blackfin: drop "GP" registerMike Frysinger2011-02-121-3/+3
* gas/opcodes: blackfin: move dsp mac func defines to common headerMike Frysinger2011-02-121-10/+0
* opcodes: blackfin: constify register namesMike Frysinger2011-02-111-17/+18
* gas: blackfin: fix encoding of BYTEOP2M insnMike Frysinger2010-10-151-8/+8
* opcodes: blackfin: fix decoding of 32bit addresses on 64bit systemsMike Frysinger2010-09-221-0/+3
* opcodes: blackfin: fix decoding of all register move insnsMike Frysinger2010-09-221-12/+30
* opcodes: blackfin: fix decoding of many invalid insnsMike Frysinger2010-09-221-21/+105
* opcodes: blackfin: mark push/pop insns with a P6/P7 range as illegalMike Frysinger2010-09-221-0/+3
* opcodes: blackfin: fix decoding of vector shift insn w/saturationMike Frysinger2010-09-221-1/+1
* opcodes: blackfin: decode all ASTAT bitsMike Frysinger2010-09-221-8/+21
* opcodes: blackfin: decode insns with invalid register as illegalMike Frysinger2010-09-221-14/+19
* gas: blackfin: fix DBG/DBGCMPLX insn encodingMike Frysinger2010-09-221-1/+1
* opcodes/gas: blackfin: handle more ASTAT flagsMike Frysinger2010-09-221-4/+10
* opcodes/gas: blackfin: support OUTC debug insnMike Frysinger2010-09-221-4/+17