aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/pseudo_instructions.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-22Blackfin: add support for the DBG (debug output) pseudo insnRobin Getz1-0/+1
Another pseudo insn used by Blackfin simulators. Also factor some now common register lookup code out of the DBGA handlers. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-05-22Blackfin: add support for the DBGA (debug assert) pseudo insnRobin Getz1-0/+17
A few pseudo debug insns exist to make testing of simulators easier. Since these don't actually exist in the hardware, we have to have the exception handler take care of emulating these. This allows sim test cases to be executed unmodified under Linux and thus simplify debugging greatly. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>