aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
AgeCommit message (Expand)AuthorFilesLines
1998-02-28Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney4-46/+18
1998-02-28 * interp.c (DECLARE_OPTION_HANDLER): Use it.Doug Evans2-2/+12
1998-02-27* Major endianness fixes on sky code today. The milestone sample and existingFrank Ch. Eigler4-48/+65
1998-02-25* PKE unit testing continuing. Confusion over PKE1 double-bufferingFrank Ch. Eigler2-30/+210
1998-02-25Finish implementation of r5900 instructions.Andrew Cagney3-20/+61
1998-02-25* Unit testing of PKE sim continuing. Only minor VU addressing problemsFrank Ch. Eigler1-18/+16
1998-02-24* A bunch of changes which get us closer to running the sample.Ian Carmichael2-6/+16
1998-02-24Add tracing to r5900 p* instructions.Andrew Cagney1-0/+4
1998-02-24* PKE sim unit testing continuing. Starting to run milestone sample.Frank Ch. Eigler2-86/+102
1998-02-23Make it compile again for -DTARGET_SKYRon Unrau1-32/+33
1998-02-23sim-main.h: Re-arange r5900 registers so that they have their ownAndrew Cagney7-261/+628
1998-02-20* PKE sim unit testing continuing. The DIRECT and MPG instructionsFrank Ch. Eigler1-28/+53
1998-02-20* Continuing unit testing of PKE simulator. It now successfully matchesFrank Ch. Eigler2-155/+210
1998-02-19Fall back from using igen to using gencode for the mips64vr4100 becauseJohn Metzler1-0/+10
1998-02-19 * interp.c (load_memory): Add missing "break"'s.Gavin Romig-Koch2-6/+25
1998-02-18* Started PKE sim unit testing. A number of minor errors were corrected.Frank Ch. Eigler2-89/+183
1998-02-18DMA define names changed (SRCADDR -> MADR).James Lemke1-1/+1
1998-02-17* XGKICK now uses memory-based GIF fifo.Ian Carmichael1-1/+1
1998-02-16* Added VU0_CIA register #define.Ian Carmichael1-1/+2
1998-02-16* Add magic VU1_CIA register.Ian Carmichael2-10/+27
1998-02-16* Partially implement new VPE_STAT register.Ian Carmichael3-12/+25
1998-02-16configure: rerun autoconfRon Unrau1-0/+2
1998-02-15configure.in: add -DTARGET_SKY for mips64r5900-sky-elf configure.Ron Unrau2-2/+88
1998-02-14* Vu1 state moved to struct. Host-target endian twiddling. Misc other fixes.Ian Carmichael1-34/+29
1998-02-13- PKE simulation almost finished. Needed enhancements:Frank Ch. Eigler2-161/+214
1998-02-13First functional drop of the gpuif code plus modifications toPatrick Macdonald1-1/+1
1998-02-11Update DMA register addressesJames Lemke1-2/+2
1998-02-11- PKE simulation code almost complete. Still missing:Frank Ch. Eigler2-811/+1046
1998-02-10* Many changes to make sky sim build with --enable-sim-warnings.Ian Carmichael6-27/+34
1998-02-10* Make it so vu.bin is an optional file.Ian Carmichael1-7/+6
1998-02-09* Add hardware_init hook.Ian Carmichael2-1/+14
1998-02-07Fix double dependency for itable.[hc]. Was causing both the mips16 and theAndrew Cagney1-0/+4
1998-02-07- Added almost all code needed for PKE0/1 simulation. ConsidersFrank Ch. Eigler2-95/+1457
1998-02-06sky sanitizationDoug Evans1-0/+30
1998-02-06 * Makefile.in (SIM_SKY_OBJS,MIPS_EXTRA_OBJS): New vars.Doug Evans3-55/+92
1998-02-06Prepend sky- to sky header file names.Doug Evans1-1/+1
1998-02-06Second pass at moving sky files into mips dir,Doug Evans4-8/+8
1998-02-06First pass at moving sky stuff from ../txvu to mips dir.Doug Evans7-0/+923
1998-02-05New files, update .SanitizeAndrew Cagney2-0/+16
1998-02-03IGEN - Replace IMEM (IMEM_IMMED) macro with IMEM<insn-size> macro,Andrew Cagney5-73/+216
1998-02-02Make IGEN the generator for all but mips16 simulators.Andrew Cagney1-5/+17
1998-02-02Add support for configuring the size of the floating point unit (fp_word).Andrew Cagney3-19/+81
1998-02-02Rewrite the mipsI/II/III pending-slot code.Andrew Cagney3-109/+163
1998-02-02Always compile FP code (test for FP at run-time).Andrew Cagney2-129/+102
1998-02-01mips: Add multi-processor support for r5900. Others might work.Andrew Cagney6-324/+460
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney2-24/+53
1998-01-31mips - for r5900 generate igen simulator.Andrew Cagney3-9/+16
1998-01-31igen: Fix SMP simulator generator support.Andrew Cagney3-4/+16
1998-01-21Use macro GPR_SET(N,VAL) to clear zero registers.Andrew Cagney4-73/+85
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans2-47/+73