index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
power
/
registers.hh
Age
Commit message (
Expand
)
Author
2019-02-01
cpu, arch: Replace the CCReg type with RegVal.
Gabe Black
2019-01-31
power: Get rid of some ISA specific register types.
Gabe Black
2019-01-31
arch: cpu: Rename *FloatRegBits* to *FloatReg*.
Gabe Black
2019-01-30
arch,cpu: Add vector predicate registers
Giacomo Gabrielli
2019-01-24
base: arch: Get rid of the now unused FloatRegVal type.
Gabe Black
2019-01-16
arch: Make the ISA register types aliases for the global types.
Gabe Black
2018-10-17
arch: Get rid of the unused type AnyReg.
Gabe Black
2017-07-05
cpu: Added interface for vector reg file
Rekai Gonzalez-Alberquilla
2017-07-05
arch, cpu: Architectural Register structural indexing
Nathanael Premillieu
2015-07-28
revert 5af8f40d8f2c
Nilay Vaish
2015-07-26
cpu: implements vector registers
Nilay Vaish
2013-10-15
cpu: add a condition-code register class
Yasuko Eckert
2013-10-15
cpu: rename *_DepTag constants to *_Reg_Base
Steve Reinhardt
2012-06-08
Power: Fix MaxMiscDestRegs which was set to zero
Andreas Hansson
2012-06-05
O3: Clean up the O3 structures and try to pack them a bit better.
Ali Saidi
2012-04-23
ISA: Put parser generated files in a "generated" directory.
Gabe Black
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-08-25
ARM: Fixed register flattening logic (FP_Base_DepTag was set too low)
Min Kyu Jeong
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones