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-26 | CPU: Merge the predecoder and decoder. | Gabe Black | |
These classes are always used together, and merging them will give the ISAs more flexibility in how they cache things and manage the process. --HG-- rename : src/arch/x86/predecoder_tables.cc => src/arch/x86/decoder_tables.cc | |||
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black | |