arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / isa / templates / misc.isa
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2011-04-04 Ali SaidiARM: Use CPU local lock before sending load to mem...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
2010-06-02 Gabe BlackARM: Add a new RegImmOp base class.
2010-06-02 Gabe BlackARM: Add a RegRegImmOp base class.
2010-06-02 Gabe BlackARM: Widen the immediate fields in the misc instruction...
2010-06-02 Gabe BlackARM: Make a base class for instructions that use only...
2010-06-02 Gabe BlackARM: Rename the RevOp base class to something more...
2010-06-02 Gabe BlackARM: Add a register, immediate, immediate to register...
2010-06-02 Gabe BlackARM: Add a base class to support usada8.
2010-06-02 Gabe BlackARM: Add a base class for the sel instruction.
2010-06-02 Gabe BlackARM: Add a base class for extend and add instructions.
2010-06-02 Gabe BlackARM: Generalize the saturation instruction bases for...
2010-06-02 Gabe BlackARM: Implement base classes for the saturation instruct...
2010-06-02 Gabe BlackARM: Add base classes suitable for the REV* instructions.
2010-06-02 Gabe BlackARM: Define versions of MSR and MRS outside the decoder.