aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
AgeCommit message (Expand)AuthorFilesLines
1998-01-16Document existence of old (gencode) and new (igen) MIPS ISA simulators.Andrew Cagney1-0/+39
1998-01-05 * interp.c (sim_monitor): Handle Densan monitor outbyteMark Alexander2-0/+13
1997-12-29 * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).Felix Lee2-284/+284
1997-12-15In nrun.c, look for sigaction & SA_RESTART. When both present,Andrew Cagney1-0/+5
1997-12-13For MADD et.al. instructions sign extend 32 bit result assigned to aAndrew Cagney2-2/+9
1997-12-12 * configure.in (sim_igen_filter): Multi-sim vr5000 - vr5000 orJeff Law3-43/+55
1997-12-11 * mips.igen (MSUB): Fix to work like MADD.Jeff Law3-568/+476
1997-12-09For bfd, add vr5400 and vr5000 mips machine variants to list of machines.Andrew Cagney2-11/+17
1997-12-04Regenerate configure files.Doug Evans2-72/+122
1997-12-03Missing change log entry.Andrew Cagney1-0/+2
1997-11-26Fix typo in format argument to sim_io_eprintf.Andrew Cagney2-3/+5
1997-11-26Move MDMX instructions which are public knowledge from vr5400.igenAndrew Cagney4-441/+1313
1997-11-25sanitize-r5900 not v5900Andrew Cagney1-2/+2
1997-11-25vr5400 sanitize cleanupsAndrew Cagney1-4/+12
1997-11-24SanitizationAndrew Cagney1-1/+0
1997-11-20o Add SIM_SIGFPE to sim-signalsAndrew Cagney3-18/+12
1997-11-20Allow reads/writes to C0_CONFIG register.Andrew Cagney3-13/+40
1997-11-18 * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS).Doug Evans1-0/+4
1997-11-14 * mips.igen: Tag vr5000 instructions.Andrew Cagney2-0/+35
1997-11-11Make the signess of compares between GPR's explicit using a cast toAndrew Cagney2-61/+39
1997-11-11Fix IGEN version of MFC0, MTC0, SWC1, LWC1, SDC1, LDC1, LWXC1,Andrew Cagney5-121/+396
1997-11-06Replace global IPC with function argument cia or current instructionAndrew Cagney5-60/+78
1997-11-06IGEN likes to cache the current instruction address (CIA). Change theAndrew Cagney5-112/+172
1997-11-05Add option --enable-sim-igen to mips configuration. Allows user toAndrew Cagney2-17/+50
1997-11-05Rewrite the MIPS simulator's memory model so that it uses the genericAndrew Cagney5-544/+225
1997-11-05Delete -l and -n options, didn't do anything.Andrew Cagney3-51/+28
1997-11-05Rewrite sim_monitor (implements read, write, open, et.al. systemAndrew Cagney3-323/+249
1997-11-04Correct r5900 sanitization.Gavin Romig-Koch2-1/+3
1997-10-29 * gencode.c: Add tx49 configury and insns.Gavin Romig-Koch5-15/+97
1997-10-29common/sim-bits.h: Document ROTn macro.Andrew Cagney6-22/+720
1997-10-28Add support for 16 byte quantities to sim-endian macro H2T.Andrew Cagney2-26/+30
1997-10-27Separate r5900 specifoc and mips16 instructions.Andrew Cagney9-5179/+2770
1997-10-27Add mips64vr5400 to configuration listAndrew Cagney6-38/+636
1997-10-25 * sim/mips/gencode.c (build_instruction): Follow sim_write's lead in usingGavin Romig-Koch2-1/+7
1997-10-24Add basic igen configuration to autoconf. Disable.Andrew Cagney4-18/+244
1997-10-24Add function to fetch 32bit instructionsAndrew Cagney4-119/+154
1997-10-24Checkpoint IGEN version of mips simAndrew Cagney1-152/+157
1997-10-21Use SIM*_OVERFLOW_RESULT defined in sim-alu.hAndrew Cagney2-2/+7
1997-10-21Output pc profile statistics once gathered.Andrew Cagney2-9/+5
1997-10-21Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney4-225/+19
1997-10-20Make mips registers of type unsigned_word.Andrew Cagney3-3/+14
1997-10-16Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney4-274/+362
1997-10-16Checkpoint IGEN version of MIPS simulator.Andrew Cagney1-248/+218
1997-10-16Rename generated file engine.c to oengine.c.Andrew Cagney3-6/+13
1997-10-16* gencode.c (build_instruction): Use FPR_STATE not fpr_state.Andrew Cagney2-6/+10
1997-10-16* gencode.c (build_instruction): For "FPSQRT", output correct numberAndrew Cagney2-1/+8
1997-10-14Checkpoint IGEN version of MIPS simulator.Andrew Cagney1-1239/+1196
1997-10-14Move global MIPS simulator variables into sim_cpu struct.Andrew Cagney4-330/+369
1997-10-14o Add support for configuring wordsize, fp hardware and targetAndrew Cagney8-543/+822
1997-10-09Snap. Gets through igen's checks.Andrew Cagney1-322/+104