summaryrefslogtreecommitdiff
path: root/src/arch/arm/registers.hh
AgeCommit message (Expand)Author
2019-01-22arm: Get rid of some register type definitions.Gabe Black
2019-01-16arch: Make the ISA register types aliases for the global types.Gabe Black
2019-01-16arm: Make the fp register types 64 bits.Gabe Black
2018-10-17arch: Get rid of the unused type AnyReg.Gabe Black
2017-07-05cpu: Added interface for vector reg fileRekai Gonzalez-Alberquilla
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2014-04-29arm: use condition code registers for ARM ISACurtis Dunham
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-10-15cpu: add a condition-code register classYasuko Eckert
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2012-06-05O3: Clean up the O3 structures and try to pack them a bit better.Ali Saidi
2012-04-23ISA: Put parser generated files in a "generated" directory.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2011-01-18ARM: Add support for moving predicated false dest operands from sources.Ali Saidi
2010-08-25ARM: Limited implementation of dprintk.Ali Saidi
2010-08-25ARM: Fixed register flattening logic (FP_Base_DepTag was set too low)Min Kyu Jeong
2010-08-25ARM: Eliminate some unused enums.Gabe Black
2010-08-23ARM: Add some registers for big loads/stores to support neon.Ali Saidi
2010-07-13ARM: Adjust the FP_Base_DepTag to be larger than the largest int reg index.Gabe Black
2010-06-02ARM: Allow flattening into any mode.Gabe Black
2010-06-02ARM: Fix the constant describing the number of floating point registers.Gabe Black
2009-11-08ARM: Get rid of NumInternalProcRegs.Gabe Black
2009-11-08ARM: Set up an intregs.hh for ARM.Gabe Black
2009-11-07ARM: Get rid of some unneeded register indexes.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black