binutils-gdb/sim/h8300
Mike Frysinger 2a2757ac7e sim: h8300: simplify h8300_reg_{fetch,store} funcs
We can leverage the cpu->regs array rather than going through the
function helpers to get nice compact code.

Further, fix up the return values: return -1 when we can't find a
register (and let the caller write out warnings), return 2/4 when
we actually write out that amount, and handle the zero reg.
2015-12-30 06:02:27 -05:00
..
aclocal.m4 sim: drop duplicate header checks 2015-03-14 06:04:29 -04:00
ChangeLog sim: h8300: simplify h8300_reg_{fetch,store} funcs 2015-12-30 06:02:27 -05:00
compile.c sim: h8300: simplify h8300_reg_{fetch,store} funcs 2015-12-30 06:02:27 -05:00
config.in sim: punt WITH_DEVICES & tconfig.h support 2015-12-26 20:38:31 -05:00
configure sim: h8300: move default endian/alignment to configure 2015-12-30 05:20:41 -05:00
configure.ac sim: h8300: move default endian/alignment to configure 2015-12-30 05:20:41 -05:00
Makefile.in sim: h8300: switch to common sim-resume 2015-12-30 05:27:18 -05:00
sim-main.h sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
writecode.c