* gencode.c: Tidied instruction decoding, and added FP instruction

support.
* interp.c: Added dineroIII, and BSD profiling support. Also
run-time FP handling.

At the moment the options are still mostly build-time controlled,
rather than run-time. Also work still needs to be done to remove (long
long) usage (However this is trivial, just time-consuming).

The out-standing instruction work to be done is in supporting round
and trunc for FP operations, and providing better exception support.
This commit is contained in:
Jackie Smith Cashion 1995-12-01 16:42:44 +00:00
parent d4c8a45ee7
commit 8bae0a0c48
3 changed files with 4259 additions and 515 deletions

12
sim/mips/ChangeLog Normal file
View File

@ -0,0 +1,12 @@
Fri Dec 1 16:37:19 1995 James G. Smith <jsmith@cygnus.co.uk>
* gencode.c: Tidied instruction decoding, and added FP instruction
support.
* interp.c: Added dineroIII, and BSD profiling support. Also
run-time FP handling.
Sun Oct 22 00:57:18 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
* Changelog, Makefile.in, README.Cygnus, configure, configure.in,
gencode.c, interp.c, support.h: created.

File diff suppressed because it is too large Load Diff

3465
sim/mips/interp.c Normal file

File diff suppressed because it is too large Load Diff