aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/sim-main.h
AgeCommit message (Expand)AuthorFilesLines
1997-11-06IGEN likes to cache the current instruction address (CIA). Change theAndrew Cagney1-49/+48
1997-11-05Rewrite the MIPS simulator's memory model so that it uses the genericAndrew Cagney1-9/+13
1997-11-05Delete -l and -n options, didn't do anything.Andrew Cagney1-1/+0
1997-11-05Rewrite sim_monitor (implements read, write, open, et.al. systemAndrew Cagney1-3/+4
1997-11-04Correct r5900 sanitization.Gavin Romig-Koch1-1/+1
1997-10-29common/sim-bits.h: Document ROTn macro.Andrew Cagney1-0/+3
1997-10-24Add function to fetch 32bit instructionsAndrew Cagney1-23/+28
1997-10-21Use SIM*_OVERFLOW_RESULT defined in sim-alu.hAndrew Cagney1-2/+2
1997-10-21Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney1-2/+0
1997-10-20Make mips registers of type unsigned_word.Andrew Cagney1-2/+3
1997-10-16Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney1-1/+318
1997-10-14Move global MIPS simulator variables into sim_cpu struct.Andrew Cagney1-38/+208
1997-10-14o Add support for configuring wordsize, fp hardware and targetAndrew Cagney1-0/+221