Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-26 | ISA,CPU: Generalize and split out the components of the decode cache. | Gabe Black | |
This will allow it to be specialized by the ISAs. The existing caching scheme is provided by the BasicDecodeCache in the GenericISA namespace and is built from the generalized components. --HG-- rename : src/cpu/decode_cache.cc => src/arch/generic/decode_cache.cc | |||
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black | |