summaryrefslogtreecommitdiffstats
path: root/sim/mips/interp.c
Commit message (Expand)AuthorAgeFilesLines
...
* * interp.c (sim_monitor): Handle Densan monitor outbyteMark Alexander1998-01-051-0/+8
* * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).Felix Lee1997-12-291-284/+275
* o Add SIM_SIGFPE to sim-signalsAndrew Cagney1997-11-201-6/+6
* Allow reads/writes to C0_CONFIG register.Andrew Cagney1997-11-201-12/+16
* Fix IGEN version of MFC0, MTC0, SWC1, LWC1, SDC1, LDC1, LWXC1,Andrew Cagney1997-11-111-5/+4
* Replace global IPC with function argument cia or current instructionAndrew Cagney1997-11-061-31/+34
* IGEN likes to cache the current instruction address (CIA). Change theAndrew Cagney1997-11-061-40/+63
* Rewrite the MIPS simulator's memory model so that it uses the genericAndrew Cagney1997-11-051-527/+172
* Delete -l and -n options, didn't do anything.Andrew Cagney1997-11-051-50/+15
* Rewrite sim_monitor (implements read, write, open, et.al. systemAndrew Cagney1997-11-051-320/+228
* Correct r5900 sanitization.Gavin Romig-Koch1997-11-041-0/+2
* Separate r5900 specifoc and mips16 instructions.Andrew Cagney1997-10-271-1/+9
* Add function to fetch 32bit instructionsAndrew Cagney1997-10-241-88/+98
* Output pc profile statistics once gathered.Andrew Cagney1997-10-211-9/+1
* Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney1997-10-211-223/+3
* Make mips registers of type unsigned_word.Andrew Cagney1997-10-201-1/+1
* Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney1997-10-161-272/+7
* Rename generated file engine.c to oengine.c.Andrew Cagney1997-10-161-2/+2
* Move global MIPS simulator variables into sim_cpu struct.Andrew Cagney1997-10-141-291/+142
* o Add support for configuring wordsize, fp hardware and targetAndrew Cagney1997-10-141-329/+238
* * interp.c: Allow Debug, DEPC, and EPC registers to be examined in GDB.Mark Alexander1997-09-261-7/+99
* * sim/mips/interp.c: Correct some HASFPU problems.Gavin Romig-Koch1997-09-161-5/+15
* Short form of sample-size option had wrong value.Andrew Cagney1997-09-121-1/+1
* mips/sim_info was just returning?????Andrew Cagney1997-09-101-2/+0
* Better word error messages.Andrew Cagney1997-09-091-2/+2
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-271-102/+95
* Flush defunct sim_kill.Andrew Cagney1997-08-261-18/+0
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-251-17/+27
* * interp.c (sim_engine_run): Reset the ZERO register to zeroJeff Law1997-07-021-23/+38
* o Fixes to repeated watchpointsAndrew Cagney1997-06-031-109/+170
* Extend xor-endian and per-cpu support in core module.Andrew Cagney1997-05-271-28/+34
* ifdef out uses of simSTOP, simSTEP and simBE when DEBUG is defined.Gavin Romig-Koch1997-05-221-0/+4
* Watchpoint interface.Andrew Cagney1997-05-211-532/+471
* Graft sim/common event and other code onto the mips simulator.Andrew Cagney1997-05-191-194/+144
* * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn1997-04-171-26/+39
* Cleanups to compile under FreeBSDAndrew Cagney1997-04-171-8/+23
* * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1997-03-131-165/+440
* * interp.c (mips16_entry): Add support for floating point cases.Ian Lance Taylor1997-02-061-16/+48
* * interp.c (store_word, load_word): New static functions.Ian Lance Taylor1996-12-301-1/+144
* * interp.c: Fix byte-swapping code throughout to work onMark Alexander1996-12-291-9/+15
* add flush_cache PMON routineAngela Marie Thomas1996-12-251-0/+7
* * gencode.c (build_mips16_operands): Fix base PC value for PCIan Lance Taylor1996-12-161-116/+59
* For NEC 4100/4300 projectJim Wilson1996-12-101-69/+120
* * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn1996-11-201-58/+144
* Fix multiplication, ldxc1, and floating point conversion. See ChangeLog.Ian Lance Taylor1996-09-201-0/+14
* * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC.Ian Lance Taylor1996-09-191-4/+0
* Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1996-09-161-58/+248
* * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,Ian Lance Taylor1996-06-031-43/+55
* Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1996-05-091-1/+1
* Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1996-05-081-12/+145
OpenPOWER on IntegriCloud