summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
AgeCommit message (Expand)Author
2009-07-01ARM: Get rid of some bitfields that aren't used. A few may need to be readded.Gabe Black
2009-07-01ARM: Decode some media instructions. These are untested.Gabe Black
2009-07-01ARM: Use the new DataOp format to simplify the decoder.Gabe Black
2009-07-01ARM: Add in some new artificial fields that make decoding a little easier.Gabe Black
2009-06-21ARM: Move util functions out of the isa desc.Gabe Black
2009-06-21ARM: Make inst bitfields accessible outside of the isa desc.Gabe Black
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-05arm: add ARM support to M5Stephen Hines