binutils-gdb/sim/mips
Mike Frysinger 26f8bf63bf sim: mips: delete mmu stubs to move to common sim_{read,write}
The only unique thing about mip's sim_{read,write} helpers is the call to
address_translation on the incoming address.  When we look closer at that
function though, we see it's just a stub that maps physical to virtual,
and the cache/return values are hardcoded.  If we delete this function,
we can then collapse all the callers and drop the custom sim_{read,write}
logic entirely.

Some day we might want to add MMU support, but when we do, we'll want to
have the common layers handle things so all targets benefit.
2015-12-26 11:50:59 -05:00
..
ChangeLog sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
Makefile.in sim: sim-stop/sim-reason/sim-reg: move to common obj list 2015-11-16 00:41:59 -05:00
aclocal.m4
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: mips: delete TARGET_TX3904 define 2015-12-24 22:39:30 -05:00
configure.ac sim: mips: delete TARGET_TX3904 define 2015-12-24 22:39:30 -05:00
cp1.c
cp1.h
dsp.c
dsp.igen [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
dsp2.igen [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
dv-tx3904cpu.c sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
dv-tx3904irc.c
dv-tx3904sio.c
dv-tx3904tmr.c
interp.c sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
m16.dc
m16.igen [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
m16e.igen
m16run.c sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
mdmx.c
mdmx.igen
micromips.dc [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
micromips.igen sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
micromips16.dc [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
micromipsdsp.igen [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
micromipsrun.c [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
mips.dc
mips.igen sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
mips3d.igen
mips3264r2.igen [PATCH] Add micromips support to the MIPS simulator 2015-09-25 15:52:18 +01:00
sb1.igen
sim-main.c sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
sim-main.h sim: mips: delete mmu stubs to move to common sim_{read,write} 2015-12-26 11:50:59 -05:00
smartmips.igen
tx.igen
vr.igen