summaryrefslogtreecommitdiff
path: root/src/arch/mips/registers.hh
AgeCommit message (Expand)Author
2019-01-16arch: Make the ISA register types aliases for the global types.Gabe Black
2018-11-06mips: Change the integer and fp register widths to be 64 bits.Gabe Black
2018-10-17arch: Get rid of the unused type AnyReg.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)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
2013-10-15cpu: add a condition-code register classYasuko Eckert
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2013-10-15isa: clean up register constantsSteve 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
2012-01-12mips: definition of MIPS64_QNAN in registers.hhDeyuan Guo
2010-08-25ARM: Fixed register flattening logic (FP_Base_DepTag was set too low)Min Kyu Jeong
2009-12-31MIPS: Create an artificial control register to hold the thread pointer.Gabe Black
2009-07-21MIPS: Format the register index constants like the other ISAs.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black