arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / insts / static_inst.hh
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
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: Mark some ARM static inst functions as inline.
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Implement the VFP version of vmul.
2010-06-02 Gabe BlackARM: Ignore writing a bad mode to CPSR with MSR.
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Squash the low order bits of the PC when performin...
2010-06-02 Gabe BlackARM: Fix the implementation of BX to work in thumbEE...
2010-06-02 Gabe BlackARM: Implement the saturation instructions.
2010-06-02 Gabe BlackARM: Implement the unsigned saturating instructions.
2010-06-02 Gabe BlackARM: Implement signed saturating add and/or subtract...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Move the inst2string function out of the isa_desc.
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: Get rid of unnecessary flag calculating functions.
2010-06-02 Gabe BlackARM: Implement disassembly for the new data processing...
2010-06-02 Gabe BlackARM: Move the modified_imm function from all ARM instru...
2010-06-02 Gabe BlackARM: Add a function to decode 32 bit thumb immediate...
2010-06-02 Gabe BlackARM: Make sure ExtMachInst is used consistently instead...
2010-06-02 Gabe BlackARM: Add a new base class for instructions that can...
2010-06-02 Gabe BlackARM: Track the current ISA mode using the PC.
2010-01-19 Derek Howermerge
2009-11-15 Gabe BlackARM: Write some functions to write to the CPSR and...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Tune up predicated instruction decoding.
2009-06-27 Gabe BlackARM: Show more information when disassembling data...
2009-06-27 Gabe BlackARM: Show branch targets relative to the nearest symbol.
2009-06-27 Gabe BlackARM: Write a function for printing mnemonics and predic...
2009-06-22 Gabe BlackARM: Simplify some utility functions.
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...