summaryrefslogtreecommitdiff
path: root/sim/rx/rx.c
Commit message (Expand)AuthorAgeFilesLines
* sim: rx: replace cycle-stats with common profile settingsMike Frysinger2021-06-121-16/+16
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-1/+3
* sim/rx: fill in missing 'void' for empty argument listsAndrew Burgess2021-02-081-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger2017-02-131-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update the RX simulator to handle the latest opcode types.Nick Clifton2015-11-101-1/+15
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * rx.c (SHIFT_OP): A shift by zero still sets the condition codes.Nick Clifton2013-06-281-2/+1
* * rx.c (decode_opcode): Handle RXO_satr.Nick Clifton2013-01-161-0/+16
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* (decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie2010-12-141-2/+2
* * rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie2010-12-141-0/+8
* * rx.c (lsb_count): New.DJ Delorie2010-11-121-7/+86
* * rx.c (decode_opcode: RXO_int): Only break out of the emulationNick Clifton2010-09-291-1/+3
* * rx.c (decode_opcode): Add cycle information for RXO_smovu.Kevin Buettner2010-09-241-0/+4
* * cpu.h (reset_decoder): Declare.Kevin Buettner2010-09-231-0/+8
* * rx.c (decode_opcode): Declare `rx' as unsigned.Kevin Buettner2010-09-231-1/+1
* [include/opcode]DJ Delorie2010-07-291-168/+128
* [sim/rx]DJ Delorie2010-07-281-40/+785
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* * rx/rx.c (decode_opcode): btst bit address mask fix.DJ Delorie2009-12-231-1/+1
* * rx/rx.c (decode_opcode): fix SWHILE logic.DJ Delorie2009-11-301-3/+3
* [sim]DJ Delorie2009-11-241-0/+1444