summaryrefslogtreecommitdiff
path: root/src/arch/power/utility.cc
AgeCommit message (Expand)Author
2020-02-01arch,sim: Merge initCPU into the ISA System classes.Gabe Black
2019-01-31arch: cpu: Rename *FloatRegBits* to *FloatReg*.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2013-10-15cpu: add a condition-code register classYasuko Eckert
2011-11-13POWER: Add a stub implementation of initCPU.Gabe Black
2011-11-13Power: Implement a stub for getArgument.Gabe Black
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-10-01Power: Fix compile error from previous push.Ali Saidi
2010-10-01Debug: Implement getArgument() and function skipping for ARM.Ali Saidi
2010-07-22Power: Provide a utility function to copy registers from one thread contextTimothy M. Jones