arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / insts / misc.cc
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
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: 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.