summaryrefslogtreecommitdiff
path: root/sim/mips/gencode.c
Commit message (Expand)AuthorAgeFilesLines
* gencode.c: Kill, Kill, Kill....Andrew Cagney1998-11-231-4858/+0
* Add configury for mips-lsi-elf target (32 bit MIPS16).Andrew Cagney1998-11-121-0/+9
* * Handle 10 and 20-bit versions of Break instruction. Move handlingIan Carmichael1998-06-091-0/+18
* gencode.c: Mark BEGEZALL as LIKELY.Gavin Romig-Koch1998-05-211-1/+1
* For new IGEN simulators, rewrite checks validating correct use of theAndrew Cagney1998-04-211-15/+0
* * mips.igen (MSUB): Fix to work like MADD.Jeff Law1997-12-111-1/+6
* Replace global IPC with function argument cia or current instructionAndrew Cagney1997-11-061-1/+1
* * gencode.c: Add tx49 configury and insns.Gavin Romig-Koch1997-10-291-6/+44
* * sim/mips/gencode.c (build_instruction): Follow sim_write's lead in usingGavin Romig-Koch1997-10-251-1/+1
* Add function to fetch 32bit instructionsAndrew Cagney1997-10-241-8/+8
* Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney1997-10-161-1/+1
* * gencode.c (build_instruction): Use FPR_STATE not fpr_state.Andrew Cagney1997-10-161-6/+6
* * gencode.c (build_instruction): For "FPSQRT", output correct numberAndrew Cagney1997-10-161-1/+3
* o Add support for configuring wordsize, fp hardware and targetAndrew Cagney1997-10-141-9/+9
* Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1997-09-251-10/+34
* Allow gencode.c to generate input to the igen generator.Andrew Cagney1997-09-251-201/+476
* Add handling for 3900's SDBBP, DERET, and RFE insns.Gavin Romig-Koch1997-09-201-7/+7
* * gencode.c: Add r3900 (tx39).Gavin Romig-Koch1997-09-191-21/+31
* * sim/mips/gencode.c (build_instruction): Don't need to subtract 4 forGavin Romig-Koch1997-09-161-1/+2
* Remove GCC specific `0x...LL', replace with SIGNED64 (0x...).Andrew Cagney1997-09-091-14/+11
* tx19 and related necessary changes.Gavin Romig-Koch1997-09-071-0/+9
* Test/fix pabsh, pabsw, psrlvw.Andrew Cagney1997-09-011-5/+9
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-251-3/+0
* Handle overflow from signed divide by -1.Andrew Cagney1997-07-281-5/+24
* gencode.c: Two arg MADD should not assign result to /bin/bash.Gavin Romig-Koch1997-07-251-1/+2
* Fix a number of problems in the r5900 specific p* (parallel) instructions.Andrew Cagney1997-07-111-88/+129
* * gencode.c (build_instruction): Handle "pext5" according toJeff Law1997-07-021-1/+1
* * gencode.c (build_instruction): Handle "ppac5" according toJeff Law1997-07-021-1/+1
* * gencode.c (FEATURE_WARNINGS): Remove FEATURE_WARN_ZERO.Jeff Law1997-07-021-2/+8
* o Fix padd insnAndrew Cagney1997-06-021-8/+12
* Watchpoint interface.Andrew Cagney1997-05-211-8/+8
* for DIV: check for div by zero and int overflowGavin Romig-Koch1997-04-211-15/+38
* Correct the overloaded DOUBLEWORD problemGavin Romig-Koch1997-02-261-7/+7
* start-sanitize-r5900Dawn Perchik1997-02-251-0/+2
* Correct test for ISA dependent bitsGavin Romig-Koch1997-02-201-6/+18
* Correct flags for PMADDUW insnGavin Romig-Koch1997-02-181-1/+1
* * gencode.c (build_mips16_operands): Correct computation of baseIan Lance Taylor1997-02-131-1/+1
* Add r5900Gavin Romig-Koch1997-02-111-166/+1499
* * gencode.c (build_instruction): The high order may be set in theIan Lance Taylor1997-02-041-1/+1
* For NEC 4300 project, fix last remaining host/target endianness problemJim Wilson1997-01-081-1/+1
* * gencode.c (build_instruction): Work around MSVC++ code gen bugMark Alexander1996-12-281-1/+6
* * gencode.c (build_instruction) [MUL]: Cast operands to word64, toIan Lance Taylor1996-12-191-1/+6
* * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.Ian Lance Taylor1996-12-161-10/+13
* * gencode.c (build_mips16_operands): Fix base PC value for PCIan Lance Taylor1996-12-161-3/+6
* For NEC 4100/4300 project: Add little endian support and misc cleanups.Jim Wilson1996-12-111-1/+1
* For NEC 4100/4300 projectJim Wilson1996-12-101-0/+3
* * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORDIan Lance Taylor1996-11-271-0/+3
* Add support for mips16 (16 bit MIPS implementation):Ian Lance Taylor1996-11-261-1062/+1595
* * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn1996-11-201-4/+0
* Thu Sep 26 17:35:00 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1996-09-261-3/+3