aboutsummaryrefslogtreecommitdiff
path: root/sim/v850
AgeCommit message (Expand)AuthorFilesLines
1996-10-31Fix linux build problem.Gavin Romig-Koch2-0/+6
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-29 * simops.c: Include <sys/stat.h>.Jeff Law2-18/+20
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
1996-10-24 * simops.c (trace_input): Remove all references to SEXT7.Jeff Law2-10/+18
1996-10-24 * Makefile.in: Get rid of srcroot. Set all INSTALL macros viaStu Grossman4-51/+131
1996-10-15 * interp.c (MEM_SIZE): It's now bytes, not a power of 2.Stu Grossman1-0/+31
1996-09-28 * gencode.c (write_opcodes): Output hex values for opcode maskStu Grossman4-5/+27
1996-09-27 * simops.c (trace_input): Fix thinko.Jeff Law2-7/+16
1996-09-12Print line # and function name or filename if they exist for each PC.Michael Meissner2-3/+69
1996-09-11Add tracing support; Fix some problems with hardwired sizesMichael Meissner4-106/+650
1996-09-10 * interp.c (hash): Make this an inline functionJeff Law3-44/+43
1996-09-03 * gencode.c: Fix various indention & style problems.Jeff Law3-83/+70
1996-09-03Fix typpppoJeff Law1-1/+1
1996-09-03 * interp.c: OP should be an array of 32bit operands!Jeff Law4-78/+248
1996-08-30 * simops.c: Fix "not1" and "set1".Jeff Law2-2/+4
1996-08-30 * simops.c: Don't forget to initialize temp forJeff Law2-0/+5
1996-08-30 * interp.c: Remove various debugging printfs.Jeff Law2-15/+2
1996-08-30 * simops.c: Fix satadd, satsub boundary case handling.Jeff Law2-5/+7
1996-08-30 * interp.c (hash): Fix.Jeff Law3-18/+80
1996-08-30 * interp.c (do_format_4): Get operands correctly andJeff Law3-0/+61
1996-08-30 * v850_sim.h: The V850 doesn't have split I&D spaces. ChangeJeff Law3-121/+181
1996-08-30 * v850_sim.h (struct _state): Remove "psw" field. AddJeff Law3-78/+89
1996-08-30 * simops.c: Handle "satadd", "satsub", "satsubi", "satsubr".Jeff Law2-25/+173
1996-08-30 * interp.c (do_format_5): Get operands correctly andJeff Law3-12/+39
1996-08-30 * simops.c: Fix minor typos. Handle "cmp", "setf", "tst"Jeff Law2-25/+146
1996-08-30 * interp.c (do_format_3): Get operands correctly and callJeff Law3-13/+211
1996-08-30 * simops.c: Add condition code handling to shift insns.Jeff Law2-30/+101
1996-08-30 * Makefile.in: Fix typo.Jeff Law2-19/+79
1996-08-29 * interp.c (hash): Update to be more accurate.Jeff Law5-138/+348
1996-08-29 * simops.c: Add shift support.Jeff Law2-22/+56
1996-08-29Fix typos in multiply and divide code.Jeff Law1-3/+3
1996-08-29 * simops.c: Add multiply & divide support. Abort for systemJeff Law2-48/+93
1996-08-29 * simops.c: Add logicals, mov, movhi, movea, add, addi, subJeff Law2-40/+147
1996-08-29 * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h,Jeff Law8-0/+1274