summaryrefslogtreecommitdiff
path: root/sim
Commit message (Expand)AuthorAgeFilesLines
* Don't bother generating trace prefix string when not tracing.Andrew Cagney1998-04-033-99/+117
* * sim-main.h: add vif registersRon Unrau1998-04-022-146/+167
* Re-do load/store operations so that they work for both 32 and 64 bitAndrew Cagney1998-04-025-19/+72
* For mips get_mem_size call. Force the return of a 32 bit valueAndrew Cagney1998-04-023-46/+16
* sky-vu.[ch]: prototype decls, cast floats to ints before register transferRon Unrau1998-04-012-54/+152
* * You bop one on the head ... another one appears.Frank Ch. Eigler1998-04-012-2/+12
* * configure.in (SIM_AC_OPTION_WARNINGS): Add.Andrew Cagney1998-04-012-0/+8
* * sky-dma.c: Clarify text in warning msg.James Lemke1998-03-311-3/+27
* * Continuing sky R5900 / COP2 work. Added extra sanitize tags to hideFrank Ch. Eigler1998-03-303-61/+113
* * configure.in (mipstx39*-*-*): Use gencode simulator ratherGavin Romig-Koch1998-03-303-74/+76
* * run.c (main): Handle all alternatives of enum sim_stop.Andrew Cagney1998-03-301-0/+5
* * Oops, added #ifdef TARGET_SKY around R5900 COP2 implementation skeleton.Frank Ch. Eigler1998-03-292-0/+10
* * Updated test cases to confirm PKE behavior according to new SCEI specs.Frank Ch. Eigler1998-03-2828-1576/+196
* * Modified sky PKE behavior according to new SCEI specs.Frank Ch. Eigler1998-03-281-9/+11
* * Inserted skeleton of R5900 COP2 simulation. Merged old vu[01].[ch] codeFrank Ch. Eigler1998-03-2712-506/+864
* sky-gs.c: initial drop of GS control registers (outstanding questions)Patrick Macdonald1998-03-271-0/+1
* * sky-vu.c: new file to read/write VU registersRon Unrau1998-03-277-154/+70
* Do top level sim-hw module for device tree.Andrew Cagney1998-03-2712-40/+234
* Clean up m32rx sanitizationAndrew Cagney1998-03-271-2/+31
* Define CPU_INDEX. Initialize.Andrew Cagney1998-03-275-25/+62
* Add sanitize-am30 markers. Keep details of AM30 implementation ofAndrew Cagney1998-03-277-48/+161
* * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of succeedingAndrew Cagney1998-03-262-2/+14
* * Makefile.in (tmp-igen): Prefix all usage of move-if-changeStu Grossman1998-03-261-0/+6
* * configure.in: Make --enable-sim-common the default.Andrew Cagney1998-03-263-4/+12
* * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was 0x2fAndrew Cagney1998-03-251-0/+5
* * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.Joyce Janczyn1998-03-252-1/+5
* * hw-tree.c (hw_tree_find_property): Return NULL when device is not found.Andrew Cagney1998-03-252-2/+20
* * Added HAVE_FPU_CONTROL_H and HAVE___SETFPUCW to fix non-linux builds.Ian Carmichael1998-03-252-2/+8
* * simops.c (OP_F0FD): Initialise variable 'sp' for rti instruction.Joyce Janczyn1998-03-252-0/+5
* * dv-mn103int.c (decode_group): A group register every 4 bytes not 8.Andrew Cagney1998-03-251-0/+7
* * interp.c (sim_open): Tidy up device creation.Andrew Cagney1998-03-253-48/+89
* * interp.c (sim_open): Create second 1mb memory region at 0x40000000.Andrew Cagney1998-03-257-197/+1433
* * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM): Define.Andrew Cagney1998-03-251-0/+6
* * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,Andrew Cagney1998-03-253-64/+278
* Re-do --enable-sim-hardware so that each simulator can specify the devicesAndrew Cagney1998-03-2510-199/+253
* Pacify GCC.Andrew Cagney1998-03-256-51/+72
* * interp.c (Max, Min): Comment out functions. Not yet used.Andrew Cagney1998-03-242-1/+15
* * Several fixes and performance enhancements from my 2 weeks working in Japan.Ian Carmichael1998-03-242-1/+5
* * gen-engine.c (print_run_body): Re-extract the CIA afterAndrew Cagney1998-03-241-0/+5
* Add new files: mn10300.igen, mn10300.dc, sim-main.h, op_utils.cJoyce Janczyn1998-03-241-0/+4
* Port mn10300 simulator to build with the common simulator frameworkJoyce Janczyn1998-03-241-0/+41
* Add code to support building mn10300 simulator with the common simulatorJoyce Janczyn1998-03-241-79/+398
* Add support for building simulator based on common simulator framework.Joyce Janczyn1998-03-241-5/+110
* Add ability to configure mn10300 built with common simulator code base.Joyce Janczyn1998-03-242-50/+551
* New {load/store}_{byte/half/word} macros for simulator built withJoyce Janczyn1998-03-241-5/+209
* Header file required by igen generated files.Joyce Janczyn1998-03-241-0/+96
* IGEN input files for mn10300 simulator.Joyce Janczyn1998-03-242-0/+3524
* * Makefile.in: Get SHELL from configure.Stu Grossman1998-03-241-0/+16
* * Make-common.in: Get SHELL from configure.Stu Grossman1998-03-243-39/+225
* Build IGEN with the mn10300 simulator.Joyce Janczyn1998-03-243-63/+53