summaryrefslogtreecommitdiff
path: root/src/arch/arm/decoder.cc
AgeCommit message (Expand)Author
2018-06-14arch-arm: Add Illegal Execution flag to PCStateGiacomo Travaglini
2015-10-09isa: Add parameter to pick different decoder inside ISARekai Gonzalez Alberquilla
2014-12-23arm: Raise an alignment fault if a PC has illegal alignmentAndreas Sandberg
2014-12-23arm: Clean up and document decoder APIAndreas Sandberg
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-01-04Decoder: Remove the thread context get/set from the decoder.Gabe Black
2013-01-04ARM: Keep a copy of the fpscr len and stride fields in the decoder.Gabe Black
2012-05-26ISA,CPU: Generalize and split out the components of the decode cache.Gabe Black
2012-05-26CPU: Merge the predecoder and decoder.Gabe Black
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black