arm: Delete authors lists from the arm files.
[gem5.git] / src / arch / arm / isa / decoder / arm.isa
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2018-02-20 Giacomo Travagliniarch-arm: Add AArch32 HLT Semihosting interface
2017-11-15 Giacomo Travagliniarm: Add support for armv8 CRC32 instructions
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-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: 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: Replace the ARM decode of CP15 MCR and MRC instruc...
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: Decode the usad8 and usada8 instructions.
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: 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 new external data processing instructions...
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: 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...