summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/formats/macromem.isa
AgeCommit message (Expand)Author
2009-07-08ARM: Move the integer microops out of the decoder and into the ISA desc.Gabe Black
2009-07-08ARM: Get rid of end_addr in the ArmMacroStore constructor.Gabe Black
2009-06-23ARM: Added unimplemented load/store multiple instructions.Jack Whitman
2009-06-21ARM: Simplify the ISA desc by pulling some classes out of it.Gabe Black
2009-06-21ARM: Don't downconvert ExtMachInsts to MachInsts.Gabe Black
2009-06-21ARM: Make the isa parser aware that CPSR is being used.Gabe Black
2009-04-05arm: add ARM support to M5Stephen Hines