Age | Commit message (Expand) | Author | Files | Lines |
1998-05-18 | * Monster patch - may destablize MIPS sims for a little while. | Frank Ch. Eigler | 1 | -7/+72 |
1998-05-07 | * sim-main.h (INSN_NAME): New arg `cpu'. | Doug Evans | 1 | -2/+8 |
1998-04-29 | * sim-main.h, sky-libvpe.c: r59fp_op* functions were called with | James Lemke | 1 | -11/+12 |
1998-04-22 | Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.h | James Lemke | 1 | -0/+11 |
1998-04-21 | r5900.igen, sim-main.h, sky-libvpe.c: Add run-time option --float-type | James Lemke | 1 | -0/+19 |
1998-04-21 | Fix sanitize tag. The proper keyword is "start-sanitize-*", not | Jason Molenda | 1 | -2/+2 |
1998-04-21 | For new IGEN simulators, rewrite checks validating correct use of the | Andrew Cagney | 1 | -37/+47 |
1998-04-15 | Debug tx19 built from igen sources. | Andrew Cagney | 1 | -1/+7 |
1998-04-14 | Implement 32 bit MIPS16 instructions listed in m16.igen. | Andrew Cagney | 1 | -5/+7 |
1998-04-09 | * Backed out week-old attempt at enabling quadword memory access on | Frank Ch. Eigler | 1 | -12/+0 |
1998-04-09 | * Temporarily change LOADDRMASK in sky build. | Ian Carmichael | 1 | -0/+2 |
1998-04-07 | * R5900 COP2 is now ready for testing. Let loose the dogs! | Frank Ch. Eigler | 1 | -0/+11 |
1998-04-05 | * R5900 COP2 function nearly complete. PKE sim now aware of new GPUIF | Frank Ch. Eigler | 1 | -2/+6 |
1998-04-05 | aclocal.m4: Don't enable inlining when cross-compiling. | Andrew Cagney | 1 | -9/+19 |
1998-04-02 | Re-do load/store operations so that they work for both 32 and 64 bit | Andrew Cagney | 1 | -2/+9 |
1998-04-01 | sky-vu.[ch]: prototype decls, cast floats to ints before register transfer | Ron Unrau | 1 | -3/+4 |
1998-03-30 | * Continuing sky R5900 / COP2 work. Added extra sanitize tags to hide | Frank Ch. Eigler | 1 | -4/+7 |
1998-03-27 | * Inserted skeleton of R5900 COP2 simulation. Merged old vu[01].[ch] code | Frank Ch. Eigler | 1 | -1/+13 |
1998-03-03 | Fix DIV, DIV1 (wrong check for overflow) and DIVU1 (shouldn't check | Andrew Cagney | 1 | -1/+1 |
1998-02-28 | Add generic sim-info.c:sim_info() function using module mechanism. | Andrew Cagney | 1 | -1/+1 |
1998-02-25 | Finish implementation of r5900 instructions. | Andrew Cagney | 1 | -0/+16 |
1998-02-23 | sim-main.h: Re-arange r5900 registers so that they have their own | Andrew Cagney | 1 | -51/+96 |
1998-02-02 | Rewrite the mipsI/II/III pending-slot code. | Andrew Cagney | 1 | -36/+81 |
1998-02-01 | mips: Add multi-processor support for r5900. Others might work. | Andrew Cagney | 1 | -65/+74 |
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 1 | -2/+4 |
1998-01-21 | Use macro GPR_SET(N,VAL) to clear zero registers. | Andrew Cagney | 1 | -2/+5 |
1997-11-20 | o Add SIM_SIGFPE to sim-signals | Andrew Cagney | 1 | -10/+0 |
1997-11-20 | Allow reads/writes to C0_CONFIG register. | Andrew Cagney | 1 | -1/+18 |
1997-11-11 | Fix IGEN version of MFC0, MTC0, SWC1, LWC1, SDC1, LDC1, LWXC1, | Andrew Cagney | 1 | -0/+3 |
1997-11-06 | Replace global IPC with function argument cia or current instruction | Andrew Cagney | 1 | -2/+0 |
1997-11-06 | IGEN likes to cache the current instruction address (CIA). Change the | Andrew Cagney | 1 | -49/+48 |
1997-11-05 | Rewrite the MIPS simulator's memory model so that it uses the generic | Andrew Cagney | 1 | -9/+13 |
1997-11-05 | Delete -l and -n options, didn't do anything. | Andrew Cagney | 1 | -1/+0 |
1997-11-05 | Rewrite sim_monitor (implements read, write, open, et.al. system | Andrew Cagney | 1 | -3/+4 |
1997-11-04 | Correct r5900 sanitization. | Gavin Romig-Koch | 1 | -1/+1 |
1997-10-29 | common/sim-bits.h: Document ROTn macro. | Andrew Cagney | 1 | -0/+3 |
1997-10-24 | Add function to fetch 32bit instructions | Andrew Cagney | 1 | -23/+28 |
1997-10-21 | Use SIM*_OVERFLOW_RESULT defined in sim-alu.h | Andrew Cagney | 1 | -2/+2 |
1997-10-21 | Delete profile support from MIPS simulator, use sim/common/sim-profile | Andrew Cagney | 1 | -2/+0 |
1997-10-20 | Make mips registers of type unsigned_word. | Andrew Cagney | 1 | -2/+3 |
1997-10-16 | Move register definitions and macros out of interp.c and into sim-main.h | Andrew Cagney | 1 | -1/+318 |
1997-10-14 | Move global MIPS simulator variables into sim_cpu struct. | Andrew Cagney | 1 | -38/+208 |
1997-10-14 | o Add support for configuring wordsize, fp hardware and target | Andrew Cagney | 1 | -0/+221 |