summaryrefslogtreecommitdiff
path: root/src/arch/x86/registers.hh
AgeCommit message (Expand)Author
2019-01-16arch: Make the ISA register types aliases for the global types.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
2016-01-17arch: get rid of unused LargestRead typedefSteve Reinhardt
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2013-10-15arch/x86: add support for explicit CC register fileYasuko Eckert
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
2011-04-15includes: sort all includesNathan Binkert
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-08-25ARM: Fixed register flattening logic (FP_Base_DepTag was set too low)Min Kyu Jeong
2010-08-23X86: Create a directory for files that define register indexes.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black