summaryrefslogtreecommitdiff
path: root/sim/moxie/interp.c
Commit message (Expand)AuthorAgeFilesLines
* sim: moxie: use new common trace definesMike Frysinger2015-06-121-4/+9
* sim: moxie: rename TRACE to MOXIE_TRACE_INSNMike Frysinger2015-06-121-73/+73
* sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}Mike Frysinger2015-04-171-7/+7
* sim: avr/mcore/moxie: fill out sim-cpu pc fetch/store helpersMike Frysinger2015-04-161-1/+22
* sim: moxie: fix running after nrun conversionMike Frysinger2015-04-051-25/+20
* sim: moxie: clean up build time warningsMike Frysinger2015-03-241-44/+19
* sim: moxie: convert to nrun.oMike Frysinger2015-03-241-174/+49
* sim: moxie: switch to common sim-command.oMike Frysinger2015-03-241-11/+0
* sim: drop unused headersMike Frysinger2015-02-201-2/+2
* sim: drop unused sim_kill functionMike Frysinger2015-02-191-8/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update sto/ldo implementations with 16 bit offsetsAnthony Green2014-12-271-20/+26
* Whitespace cleanupAnthony Green2014-12-251-4/+55
* Add support for moxie's mul.x and umul.x instructionsAnthony Green2014-12-241-2/+24
* Add zex instruction support for moxie portAnthony Green2014-12-121-2/+18
* Add support for two new moxie sign-extension instructionsAnthony Green2014-04-021-2/+18
* sim: constify arg to sim_do_commandMike Frysinger2014-03-101-1/+1
* sim: constify prog_nameMike Frysinger2014-03-051-1/+1
* sim: delete duplicate SIGINT handlingMike Frysinger2014-02-171-10/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove debug outputAnthony Green2013-01-171-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Adjust for branch target encoding changeAnthony Green2012-09-081-10/+10
* sim: moxie: fix build by including config.h firstMike Frysinger2012-06-171-0/+2
* 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
* sim: constify sim_write source buffer (part 2)Mike Frysinger2010-04-141-1/+1
* sim/moxie/Jan Kratochvil2010-02-271-2/+3
* Fix nop insn for moxieAnthony Green2010-02-031-11/+15
* Add period to sentence in comment.Anthony Green2010-01-131-1/+1
* Initialize SIM_DESC properly.Anthony Green2010-01-131-0/+16
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Use common memory infrastructure and introduce device tree supportAnthony Green2009-09-101-279/+157
* Increase simulated memory size. Support new system call ABI. Support except...Anthony Green2009-07-311-10/+27
* Add PC-relative branch support to moxie sim.Anthony Green2009-06-111-122/+98
* Add missing break statemenets.Anthony Green2009-05-101-0/+2
* Add moxie simulatorAnthony Green2009-05-011-0/+1481