aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/rx.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-2/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-10Update the RX simulator to handle the latest opcode types.Nick Clifton1-1/+15
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-06-28* rx.c (SHIFT_OP): A shift by zero still sets the condition codes.Nick Clifton1-2/+1
2013-01-16 * rx.c (decode_opcode): Handle RXO_satr.Nick Clifton1-0/+16
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-14(decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie1-2/+2
2010-12-14* rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie1-0/+8
2010-11-12* rx.c (lsb_count): New.DJ Delorie1-7/+86
2010-09-29 * rx.c (decode_opcode: RXO_int): Only break out of the emulationNick Clifton1-1/+3
2010-09-24 * rx.c (decode_opcode): Add cycle information for RXO_smovu.Kevin Buettner1-0/+4
2010-09-23 * cpu.h (reset_decoder): Declare.Kevin Buettner1-0/+8
2010-09-23 * rx.c (decode_opcode): Declare `rx' as unsigned.Kevin Buettner1-1/+1
2010-07-29[include/opcode]DJ Delorie1-168/+128
2010-07-28[sim/rx]DJ Delorie1-40/+785
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-12-23* rx/rx.c (decode_opcode): btst bit address mask fix.DJ Delorie1-1/+1
2009-11-30* rx/rx.c (decode_opcode): fix SWHILE logic.DJ Delorie1-3/+3
2009-11-24[sim]DJ Delorie1-0/+1444