Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / arm / insts / misc.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: 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.