summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/includes.isa
AgeCommit message (Expand)Author
2018-10-09arch-arm: AArch32 Crypto SHAMatt Horsnell
2017-11-15arm: Add support for armv8 CRC32 instructionsGiacomo Travaglini
2017-08-01arch-arm: Use named constants for m5op instructionsAndreas Sandberg
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-09-03arch, cpu: Factor out the ExecContext into a proper base classAndreas Sandberg
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black
2012-04-14clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6Andreas Hansson
2011-07-02ISA: Use readBytes/writeBytes for all instruction level memory operations.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-11-08ARM: Add support for M5 ops in the ARM ISAAli Saidi
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2010-06-02ARM: Implement the version of VMRS that writes to the APSR.Gabe Black
2010-06-02ARM: Introduce new VFP base classes that are optionally microops.Gabe Black
2010-06-02ARM: Add some support for wfi/wfe/yield/etcAli Saidi
2010-06-02ARM: Define versions of MSR and MRS outside the decoder.Gabe Black
2010-06-02ARM: Remove unnecessary cruft from includes.isa.Gabe Black
2010-06-02ARM: Add base classes for multiply instructions.Gabe Black
2009-07-01ARM: Make DataOps select from a set of ways to set the c and v flags.Gabe Black
2009-06-21ARM: Simplify the ISA desc by pulling some classes out of it.Gabe Black
2009-04-05arm: add ARM support to M5Stephen Hines