summaryrefslogtreecommitdiff
path: root/src/cpu/decode_cache.hh
AgeCommit message (Expand)Author
2018-03-27arch: cpu: Make the ExtMachInst type a template argument in InstMap.Gabe Black
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2012-05-26ISA,CPU: Generalize and split out the components of the decode cache.Gabe Black
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black
2012-05-25CPU: Simplify the implementation of the decode cache.Gabe Black
2011-09-09Decode: Pull instruction decoding out of the StaticInst class into its own.Gabe Black