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