aboutsummaryrefslogtreecommitdiff
path: root/risugen
AgeCommit message (Expand)Author
2011-02-08Allow risugen --fpscr to take hex as well as decimal argument.Peter Maydell
2011-02-03Be more generous about permitted names for variable pattern fieldsPeter Maydell
2011-01-19Tweak how --pattern arguments are matched against instruction patterns.Peter Maydell
2010-12-31Add support for setting FPSCR to a given value in generated code.Peter Maydell
2010-12-07Add support for user-defined constraints on instructions.Peter Maydell
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-11-11Bias the initial values generated for FP regs towards special casesPeter Maydell
2010-10-22Add a basic progress bar so the user doesn't get bored.Peter Maydell
2010-10-22Allow user to restrict patterns used via command line option.Peter Maydell
2010-10-22Print insn pattern name in config parsing error messages.Peter Maydell
2010-10-22Switch to Getopt::Long instead of doing things by hand.Peter Maydell
2010-10-22Add code to reinitialise registers periodically, and init d16-d31.Peter Maydell
2010-10-14Add code to initialise VFP regs d0..d15Peter Maydell
2010-10-13Tweak the enter-thumb code sequence so r0 isn't left with a random value.Peter Maydell
2010-10-13Write 100 random instructions rather than just one of each in the config file.Peter Maydell
2010-10-13Write 32 bit Thumb instructions out in the correct order.Peter Maydell
2010-10-13Add support to risugen for generating Thumb instructions.Peter Maydell
2010-09-22Add actual instruction generation code.Peter Maydell
2010-09-22Clean up the insn details dumping code.Peter Maydell
2010-09-22Add code to risugen to parse instruction encodings from a config file.Peter Maydell
2010-09-22Handle CPSR correctly in test images and in comparisons.Peter Maydell
2010-09-22Add initial version of risugen.Peter Maydell