aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)AuthorFilesLines
1997-10-29common/sim-bits.h: Document ROTn macro.Andrew Cagney8-22/+726
1997-10-28Add support for 16 byte quantities to sim-endian macro H2T.Andrew Cagney10-75/+153
1997-10-28Implement sim_core_{read,write}_word using sim_core_{read,write}_<N>.Andrew Cagney4-13/+27
1997-10-27 * sem-ops.h (U{DIV,MOD}[BHSD]I): Use unsigned division.Doug Evans2-12/+24
1997-10-27 * sim-endian.h: Disable 16 byte support.Doug Evans2-7/+9
1997-10-27 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.Doug Evans1-0/+4
1997-10-27Fix typo.Doug Evans1-1/+1
1997-10-27Separate r5900 specifoc and mips16 instructions.Andrew Cagney9-5179/+2770
1997-10-27Add mips64vr5400 to configuration listAndrew Cagney6-38/+636
1997-10-27Add include-file support to igen.Andrew Cagney5-417/+1348
1997-10-27Add 128 bit transfers to sim core.Andrew Cagney7-66/+180
1997-10-25 * sim/mips/gencode.c (build_instruction): Follow sim_write's lead in usingGavin Romig-Koch2-1/+7
1997-10-25Correct name of file given in ChangeLog for change: Pass lma_p andAndrew Cagney3-3/+3
1997-10-24Add basic igen configuration to autoconf. Disable.Andrew Cagney4-18/+244
1997-10-24Add function to fetch 32bit instructionsAndrew Cagney4-119/+154
1997-10-24Checkpoint IGEN version of mips simAndrew Cagney1-152/+157
1997-10-24Add function sim_events_slip()Andrew Cagney2-16/+56
1997-10-24Address MSC compiler issues in d10v_sim.hAndrew Cagney1-0/+8
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney9-9/+102
1997-10-22* nrun.c (main): Exit if bfd_openr fails.Doug Evans1-0/+1
1997-10-22 * nrun.c (main): Remove useless test of name != NULL.Doug Evans2-3/+20
1997-10-21 * simops.c: Correctly handle register restores for "ret" and "retf"Jeff Law2-66/+71
1997-10-21Use SIM*_OVERFLOW_RESULT defined in sim-alu.hAndrew Cagney2-2/+7
1997-10-21Pacify GCC -WallAndrew Cagney1-0/+6
1997-10-21Output pc profile statistics once gathered.Andrew Cagney2-9/+5
1997-10-21Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney5-225/+46
1997-10-20Have single bit macros return an unsigned result. Avoids risk (andAndrew Cagney2-16/+33
1997-10-20Make mips registers of type unsigned_word.Andrew Cagney3-3/+14
1997-10-20Add 8 bit arithmetic to sim-alu.Andrew Cagney3-2/+15
1997-10-17Preliminary tests for sim-alu module.Andrew Cagney3-0/+189
1997-10-16Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney4-274/+362
1997-10-16Checkpoint IGEN version of MIPS simulator.Andrew Cagney1-248/+218
1997-10-16Rename generated file engine.c to oengine.c.Andrew Cagney3-6/+13
1997-10-16* gencode.c (build_instruction): Use FPR_STATE not fpr_state.Andrew Cagney2-6/+10
1997-10-16* gencode.c (build_instruction): For "FPSQRT", output correct numberAndrew Cagney2-1/+8
1997-10-16* gen-semantics.c (print_semantic_body): Use CIA not cia.ip. EscapeAndrew Cagney1-0/+6
1997-10-15Sanitize additional files.Andrew Cagney1-0/+3
1997-10-15Enable d10v simulator testsuite - two tests: Hello World and exit47.Andrew Cagney4-0/+1072
1997-10-14Handle core regions which start at a poorly aligned address.Andrew Cagney3-27/+51
1997-10-14* sim-alu.h (ALU64_HAD_OVERFLOW): Define.Andrew Cagney3-6/+21
1997-10-14Checkpoint IGEN version of MIPS simulator.Andrew Cagney1-1239/+1196
1997-10-14Move global MIPS simulator variables into sim_cpu struct.Andrew Cagney4-330/+369
1997-10-14Correct type of address argument for sim_core_{read,write}Andrew Cagney2-2/+22
1997-10-14o Add support for configuring wordsize, fp hardware and targetAndrew Cagney8-543/+822
1997-10-14Output line-ref to original igen source file when generating traceAndrew Cagney3-15/+54
1997-10-13 * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and moveFred Fish2-8/+15
1997-10-11 * simops.c (OP_6401): postdecrement on r15 is OK, remove exception.Fred Fish1-15/+3
1997-10-11 * simops.c (OP_6401): postdecrement on r15 is OK, remove exception.Fred Fish1-0/+9
1997-10-09Snap. Gets through igen's checks.Andrew Cagney1-322/+104
1997-10-09Add -Wnodiscard option so that warning about discarded instructionsAndrew Cagney4-928/+1555