aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
1996-12-02 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".Jeff Law2-2/+6
1996-12-02 * simops.c: Fix overflow computation for many instructions.Jeff Law2-87/+89
1996-12-02 * simops.c: Fix "movdm, an", "movbu dm, (an)", and "movhu dm, (an)".Jeff Law2-5/+7
1996-12-02 * simops.c: Fix "mov am, dn".Jeff Law2-1/+3
1996-12-01 * simops.c: Fix more bugs in "add imm,an" andJeff Law2-8/+13
1996-11-27 * simops.c: Fix bugs in "movm" and "add imm,an".Jeff Law2-17/+19
1996-11-27 * simops.c: Don't lose the upper 24 bits of the returnJeff Law2-16/+154
1996-11-27 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.Jeff Law2-50/+168
1996-11-27 * simops.c Implement remaining 4 byte instructions.Jeff Law2-39/+145
1996-11-27 * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORDIan Lance Taylor1-0/+3
1996-11-27 * simops.c Implement remaining 3 byte instructions.Jeff Law2-32/+120
1996-11-27 * simops.c: Implement remaining 2 byte instructions. CallJeff Law2-23/+120
1996-11-27Actually check in the right change to interp.c.Ian Lance Taylor1-2/+1
1996-11-27 * simops.c: Implement lots of random instructions.Jeff Law2-129/+642
1996-11-27 * simops.c: Implement "movm" and "bCC" insns.Jeff Law2-7/+160
1996-11-27 * mn10300_sim.h (_state): Add another register (MDR).Jeff Law3-9/+199
1996-11-26 * mn10300_sim.h (PSW_*): Define for CC status tracking.Jeff Law3-20/+310
1996-11-26 * gencode.c, interp.c: Snapshot current simulator code.Jeff Law3-3/+27
1996-11-26 Add support for mips16 (16 bit MIPS implementation):Ian Lance Taylor3-1062/+1631
1996-11-26Regenerated since aclocal.m4 changed.David Edelsohn1-41/+378
1996-11-26 * config.in (WORDS_BIGENDIAN): Add.David Edelsohn2-88/+383
1996-11-25 * Makefile.in, config.in, configure, configure.in: New files.Jeff Law9-0/+1956
1996-11-21Make address in I/O space a bus error; properly cast callocMichael Meissner1-0/+9
1996-11-20 * run.c: Deleted, using one in ../common now.David Edelsohn3-93/+1
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn2-36/+4
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn2-22/+4
1996-11-20 * Makefile.in (LIBCOMMON): Define.David Edelsohn1-0/+3
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn6-90/+209
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn4-162/+31
1996-11-20 * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn5-186/+338
1996-11-20New file.David Edelsohn2-0/+5
1996-11-20 * Makefile.in: Delete all stuff moved to ../common/Make-common.in.David Edelsohn3-81/+62
1996-11-20Add new files.David Edelsohn1-0/+11
1996-11-20 * run.c: #include ../common/config.h, tconfig.h.David Edelsohn5-0/+395
1996-11-20 * run.c: Deleted, use one in ../common now.David Edelsohn3-171/+4
1996-11-20 * configure.in (configdirs): Add common.David Edelsohn2-43/+55
1996-11-20 * sim_calls.c (sim_resume): Reset sim_should_run if single stepping.David Edelsohn2-14/+115
1996-11-15Fix some warningsMichael Meissner2-0/+349
1996-11-09Fri Nov 8 16:19:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+146
1996-11-01Powerpc-linux now builds the simulatorMichael Meissner2-1/+12
1996-11-01Thu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt2-2/+8
1996-10-31Fix linux build problem.Gavin Romig-Koch2-0/+6
1996-10-30Fix -t option to work with memory mapping; Print PC in some error messagesMichael Meissner4-26/+57
1996-10-30 * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.Jeff Law2-0/+24
1996-10-30 * simops.c (OP_10007E0): Handle SYS_time.Jeff Law2-0/+7
1996-10-29Add access, sigaltstack, sigaction emulationsMichael Meissner2-1/+206
1996-10-29 * simops.c: Include <sys/stat.h>.Jeff Law2-18/+20
1996-10-29Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt4-143/+439
1996-10-24 * simops.c (OP_500): Mask off low bit in displacementJeff Law2-2/+6
1996-10-24 * simops.c (OP_500): Fix displacement handling for sld.w.Jeff Law2-2/+5