stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / isa / decoder /
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-03-01 Matt HorsnellARM: Add limited CP14 support.
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-06-02 Gabe BlackARM: Decode the neon instruction space.
2010-06-02 Gabe BlackARM: Move some case values out of ##included files.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Move the VFP data operation decode into a function.
2010-06-02 Ali SaidiARM: Add some support for wfi/wfe/yield/etc
2010-06-02 Ali SaidiARM: BXJ should be BX when there is no J support
2010-06-02 Gabe BlackARM: Fix up thumb decoding of coproc instructions.
2010-06-02 Gabe BlackARM: Clean up some redundancy and fault behavior for...
2010-06-02 Gabe BlackARM: Make VFP load/store and 64 bit move decode corresp...
2010-06-02 Gabe BlackARM: Decode 8, 16, and 32 bit transfers between core...
2010-06-02 Gabe BlackARM: Decode the RFE instruction.
2010-06-02 Gabe BlackARM: When an instruction is intentionally undefined...
2010-06-02 Gabe BlackARM: Decode the thumb32 load byte/memory hint instructions.
2010-06-02 Gabe BlackARM: Decode the load halfword, memory hints instruction...
2010-06-02 Gabe BlackARM: Replace the ARM decode of CP15 MCR and MRC instruc...
2010-06-02 Gabe BlackARM: Decode the thumb versions of the mcr and mrc instr...
2010-06-02 Gabe BlackARM: Decode miscellaneous arm mode media instructions.
2010-06-02 Gabe BlackARM: Decode the clz instruction.
2010-06-02 Gabe BlackARM: Rearrange the load/store double/exclusive, table...
2010-06-02 Gabe BlackARM: Decode the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Decode 32 bit thumb data processing register instr...
2010-06-02 Gabe BlackARM: Pull decoding of ARM pack, unpack, saturate and...
2010-06-02 Gabe BlackARM: Decode the swp and swpb instructions.
2010-06-02 Gabe BlackARM: Replace the versions of MRS and MSR in the ARM...
2010-06-02 Gabe BlackARM: Implement SVC (was SWI) outside of the decoder.
2010-06-02 Gabe BlackARM: Trigger system calls from the SupervisorCall invok...
2010-06-02 Gabe BlackARM: Decode the scalar saturating add/subtract instruct...
2010-06-02 Gabe BlackARM: Decode the parallel add and subtract instructions.
2010-06-02 Gabe BlackARM: Decode unconditional ARM instructions.
2010-06-02 Gabe BlackARM: Define the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Hook the new multiply instructions into all the...
2010-06-02 Gabe BlackARM: Decode plain binary immediate thumb data processin...
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the 32 bit...
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the 16 bit...
2010-06-02 Gabe BlackARM: Hook the new branch instructions into the ARM...
2010-06-02 Gabe BlackARM: Implement branch instructions external to the...
2010-06-02 Gabe BlackARM: Hook the external data processing instructions...
2010-06-02 Gabe BlackARM: Hook the new external data processing instructions...
2010-06-02 Gabe BlackARM: Hook up 32 bit thumb load/store multiple.
2010-06-02 Gabe BlackARM: Hook up 16 bit thumb load/store multiple.
2010-06-02 Gabe BlackARM: Reimplement load/store multiple external to the...
2010-06-02 Gabe BlackARM: Eliminate decoding for the very deprecated FPA...
2010-06-02 Gabe BlackARM: Make the addressing mode 3 loads/stores use the...
2010-06-02 Gabe BlackARM: Decode 16 bit thumb PC relative memory instructions.
2010-06-02 Gabe BlackARM: Decode 16 bit thumb immediate addressed memory...
2010-06-02 Gabe BlackARM: Decode 16 bit thumb register addressed memory...
2010-06-02 Gabe BlackARM: Make single stores decode to the new external...
2010-06-02 Gabe BlackARM: Make 32 bit thumb use the new, external load instr...
2010-06-02 Gabe BlackARM: Define the store instructions from outside the...
2010-06-02 Gabe BlackARM: Define the load instructions from outside the...
2010-06-02 Gabe BlackARM: Create a "decoder" directory for the files impleme...