arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / isa / operands.isa
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-09-25 Nathanael PremillieuARM: Inst writing to cntrlReg registers not set as...
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-05-13 Ali SaidiARM: Construct the predicate test register for more...
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Ali SaidiARM: Remove the saturating (Q) condition code from...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
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-04-04 Ali SaidiARM: Fix m5op parameters bug.
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Matt HorsnellARM: Rename registers used as temporary state by microops.
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
2010-12-09 Gabe BlackARM: Get rid of some unused FP operands.
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
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