aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
1998-02-20Backout of revision 1.35. Abort may be valid operation.Andrew Cagney1-3/+14
1998-02-20More instruction tests.Nick Clifton4-0/+60
1998-02-20* Continuing unit testing of PKE simulator. It now successfully matchesFrank Ch. Eigler2-155/+210
1998-02-20 * m32r.c (do_lock,do_unlock): Delete.Doug Evans14-1656/+2284
1998-02-20Yet more tests of m32r instructionsNick Clifton1-0/+7
1998-02-19Even more instruction testsNick Clifton5-8/+96
1998-02-19Test even more instructions.Nick Clifton1-0/+21
1998-02-19test 32 bit BCL instruction.Nick Clifton1-8/+9
1998-02-19Fall back from using igen to using gencode for the mips64vr4100 becauseJohn Metzler1-0/+10
1998-02-19Add more tests.Nick Clifton1-0/+6
1998-02-19Added a couple of tests.Nick Clifton2-1/+22
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-18Delete rac-d,rac-ds,rach-d,rach-ds, they're aliases.Doug Evans5-48/+0
1998-02-18.Sanitize for devo/sim/testsuite/sim/m32r.Doug Evans1-0/+217
1998-02-18 * simops.c (multiply instructions): Cast input operands to aJeff Law1-17/+20
1998-02-18DMA define names changed (SRCADDR -> MADR).James Lemke1-1/+1
1998-02-18Extend sim-trace.[hc] to include a generic set of macro's for tracingAndrew Cagney3-76/+813
1998-02-18 * Makefile.in (M32R_OBJS): Add cpu.o.Doug Evans5-834/+1317
1998-02-18 * Make-common.in (CGEN_MAIN_SCM): Update.Doug Evans1-0/+3
1998-02-18 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.Doug Evans1-0/+10
1998-02-17* XGKICK now uses memory-based GIF fifo.Ian Carmichael1-1/+1
1998-02-17keep config, lib, sim.Doug Evans1-0/+3
1998-02-17 * config/default.exp: New file.Doug Evans1-0/+4
1998-02-17keep m32rDoug Evans1-0/+32
1998-02-17m32r simulator testsuiteDoug Evans94-0/+1212
1998-02-17 * Makefile.in (build_alias): Define.Doug Evans3-3/+229
1998-02-17Better tracing for conditional branchesMichael Meissner4-12/+92
1998-02-17For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney9-141/+238
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-16Implement "dbt" and "rtd" instructions.Andrew Cagney2-15/+40
1998-02-15Test the RDT and DBT instructions.Andrew Cagney2-0/+51
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-14TIC80 uses little endian doubles, not big endianMichael Meissner2-2/+5
1998-02-13- PKE simulation almost finished. Needed enhancements:Frank Ch. Eigler2-161/+214
1998-02-13Pass floating point structure address instead of the structure itselfMichael Meissner3-32/+40
1998-02-13First functional drop of the gpuif code plus modifications toPatrick Macdonald1-1/+1
1998-02-13Implement separate user (SPU) and interrupt (SPI) stack pointers.Andrew Cagney3-0/+15
1998-02-13Test switching between SPI/SPU.Andrew Cagney4-0/+29
1998-02-13Beginnings of m32r simulator testsuite.Doug Evans8-0/+1182
1998-02-13Keep m32r-elf.Doug Evans1-0/+1
1998-02-12 * sim-main.h (CIA_GET,CIA_SET): Provide dummy definitions for now.Doug Evans2-3/+5
1998-02-12 * decode.c, decode.h, sem.c, sem-switch.c, model.c: Regenerate.Doug Evans12-540/+2291
1998-02-11Update DMA register addressesJames Lemke1-2/+2
1998-02-11* sim-load.c (sim_load_file): Print LMA/VMA according to valueAndrew Cagney1-0/+11
1998-02-11- PKE simulation code almost complete. Still missing:Frank Ch. Eigler2-811/+1046