ARM: Make DataOps select from a set of ways to set the c and v flags.
[gem5.git] / src / arch / arm / isa /
2009-07-02 Gabe BlackARM: Make DataOps select from a set of ways to set...
2009-07-02 Gabe BlackARM: Get rid of some bitfields that aren't used. A...
2009-07-02 Gabe BlackARM: Add a findLsbSet function and use it to implement...
2009-07-02 Gabe BlackARM: Add defaults for DataOp flag code.
2009-07-02 Gabe BlackARM: Get rid of the val2 variable.
2009-07-02 Gabe BlackARM: Centralize the declaration of resTemp.
2009-07-02 Gabe BlackARM: Add a DataImmOp format similar to DataOp.
2009-07-02 Gabe BlackARM: Decode some media instructions. These are untested.
2009-07-02 Gabe BlackARM: Use the new DataOp format to simplify the decoder.
2009-07-02 Gabe BlackARM: Add in some new artificial fields that make decodi...
2009-07-02 Gabe BlackARM: Add a DataOp format so data op definitions can...
2009-06-25 Jack WhitmanARM: Fix signed multiply long and add some unimplemente...
2009-06-25 Jack WhitmanARM: Link register is trashed by non-executed branch...
2009-06-24 Jack WhitmanARM: Added unimplemented load/store multiple instructions.
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...
2009-06-22 Gabe BlackARM: Remove the currently unecessary FPAOp class.
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-06-21 Gabe BlackARM: Don't downconvert ExtMachInsts to MachInsts.
2009-06-21 Gabe BlackARM: Get rid of a few more unused operands.
2009-06-21 Gabe BlackARM: Get rid of unnecessary Re operand.
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-06-21 Gabe BlackARM: Get rid of unnecessary fp_enable_checks.
2009-06-21 Gabe BlackARM: Adjust simplify rotate_imm slightly.
2009-06-21 Gabe BlackARM: Make the isa parser aware that CPSR is being used.
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-06-21 Gabe BlackARM: Get rid of unused postacc_code.
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Nathan Binkertgcc: work around a bogus gcc error
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5