Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / arm / isa / operands.isa
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Make integer division by zero return a fault.
2010-06-02 Ali SaidiARM: Add some support for wfi/wfe/yield/etc
2010-06-02 Gabe BlackARM: Add fp operands to operands.isa.
2010-06-02 Gabe BlackARM: Allow flattening into any mode.
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Squash the low order bits of the PC when performin...
2010-06-02 Gabe BlackARM: When changing the CPSR and branching, make sure...
2010-06-02 Gabe BlackARM: Explicitly keep track of the second destination...
2010-06-02 Gabe BlackARM: Add a version of the Dest and Op1 operands for...
2010-06-02 Gabe BlackARM: Add a base class to support usada8.
2010-06-02 Gabe BlackARM: Make LDM that loads the PC perform an interworking...
2010-06-02 Gabe BlackARM: Align the PC when using it as the base for a load.
2010-06-02 Gabe BlackARM: Add support for interworking branch ALU instructions.
2010-06-02 Gabe BlackARM: Add an fp version of one of the microop indexed...
2010-06-02 Gabe BlackARM: Eliminate the unused rhi and rlo operands.
2010-06-02 Gabe BlackARM: Implement all integer multiply instructions.
2010-06-02 Gabe BlackARM: Implement branch instructions external to the...
2010-06-02 Gabe BlackARM: Replace the interworking branch base class with...
2010-06-02 Gabe BlackARM: Fix PC operand handling.
2010-06-02 Gabe BlackARM: Add new base classes for data processing instructions.
2010-06-02 Gabe BlackARM: Define the load instructions from outside the...
2010-06-02 Gabe BlackARM: Add an operand for accessing the current PC.
2010-06-02 Gabe BlackARM: Track the current ISA mode using the PC.
2010-06-02 Gabe BlackARM: Remove IsControl from operands that don't imply...
2010-01-19 Derek Howermerge
2009-11-15 Gabe BlackARM: More accurately describe the effects of using...
2009-11-15 Gabe BlackARM: Hook up the moded versions of the SPSR.
2009-11-11 Gabe BlackARM: Fix some bugs in the ISA desc and fill out some...
2009-11-08 Gabe BlackARM: Split the condition codes out of the CPSR.
2009-11-08 Gabe BlackARM: Add back in spots for Rhi and Rlo, and use a named...
2009-11-08 Gabe BlackARM: Get rid of the Raddr operand.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Gabe BlackARM: Add in spots for the VFP control registers.
2009-07-27 Ali SaidiARM: Handle register indexed system calls.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Use custom read/write code to alias R15 with the PC.
2009-07-09 Gabe BlackARM: Move the integer microops out of the decoder and...
2009-07-09 Gabe BlackARM: Add operands for the load/store double instructions.
2009-06-21 Gabe BlackARM: Get rid of a few more unused operands.
2009-06-21 Gabe BlackARM: Get rid of unnecessary Re operand.
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5