index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
isa
/
decoder
Age
Commit message (
Expand
)
Author
2010-11-08
ARM: Add support for M5 ops in the ARM ISA
Ali Saidi
2010-08-25
ARM: Implement all ARM SIMD instructions.
Gabe Black
2010-06-02
ARM: Decode the neon instruction space.
Gabe Black
2010-06-02
ARM: Move some case values out of ##included files.
Gabe Black
2010-06-02
ARM: Move some miscellaneous instructions out of the decoder to share with th...
Gabe Black
2010-06-02
ARM: Get rid of some of the old FP implementation.
Gabe Black
2010-06-02
ARM: Add BKPT instruction
Ali Saidi
2010-06-02
ARM: Implement ARM CPU interrupts
Ali Saidi
2010-06-02
ARM: Move the VFP data operation decode into a function.
Gabe Black
2010-06-02
ARM: Add some support for wfi/wfe/yield/etc
Ali Saidi
2010-06-02
ARM: BXJ should be BX when there is no J support
Ali Saidi
2010-06-02
ARM: Fix up thumb decoding of coproc instructions.
Gabe Black
2010-06-02
ARM: Clean up some redundancy and fault behavior for unimplemented thumb MCR,...
Gabe Black
2010-06-02
ARM: Make VFP load/store and 64 bit move decode correspond with CP10 and CP11.
Gabe Black
2010-06-02
ARM: Decode 8, 16, and 32 bit transfers between core and extension (fp) regis...
Gabe Black
2010-06-02
ARM: Decode the RFE instruction.
Gabe Black
2010-06-02
ARM: When an instruction is intentionally undefined, fault on it.
Gabe Black
2010-06-02
ARM: Decode the thumb32 load byte/memory hint instructions.
Gabe Black
2010-06-02
ARM: Decode the load halfword, memory hints instructions for 32 bit Thumb.
Gabe Black
2010-06-02
ARM: Replace the ARM decode of CP15 MCR and MRC instructions.
Gabe Black
2010-06-02
ARM: Decode the thumb versions of the mcr and mrc instructions.
Gabe Black
2010-06-02
ARM: Decode miscellaneous arm mode media instructions.
Gabe Black
2010-06-02
ARM: Decode the clz instruction.
Gabe Black
2010-06-02
ARM: Rearrange the load/store double/exclusive, table branch thumb decoding.
Gabe Black
2010-06-02
ARM: Decode the usad8 and usada8 instructions.
Gabe Black
2010-06-02
ARM: Decode 32 bit thumb data processing register instructions.
Gabe Black
2010-06-02
ARM: Pull decoding of ARM pack, unpack, saturate and reverse instructions int...
Gabe Black
2010-06-02
ARM: Decode the swp and swpb instructions.
Gabe Black
2010-06-02
ARM: Replace the versions of MRS and MSR in the ARM decoder with the new ones.
Gabe Black
2010-06-02
ARM: Implement SVC (was SWI) outside of the decoder.
Gabe Black
2010-06-02
ARM: Trigger system calls from the SupervisorCall invoke method.
Gabe Black
2010-06-02
ARM: Decode the scalar saturating add/subtract instructions.
Gabe Black
2010-06-02
ARM: Decode the parallel add and subtract instructions.
Gabe Black
2010-06-02
ARM: Decode unconditional ARM instructions.
Gabe Black
2010-06-02
ARM: Define the VFP load/store multiple instructions.
Gabe Black
2010-06-02
ARM: Hook the new multiply instructions into all the decoders.
Gabe Black
2010-06-02
ARM: Decode plain binary immediate thumb data processing instructions.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the 32 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the 16 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the ARM decoder.
Gabe Black
2010-06-02
ARM: Implement branch instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Hook the external data processing instructions into the Thumb decoder.
Gabe Black
2010-06-02
ARM: Hook the new external data processing instructions to the ARM decoder.
Gabe Black
2010-06-02
ARM: Hook up 32 bit thumb load/store multiple.
Gabe Black
2010-06-02
ARM: Hook up 16 bit thumb load/store multiple.
Gabe Black
2010-06-02
ARM: Reimplement load/store multiple external to the decoder.
Gabe Black
2010-06-02
ARM: Eliminate decoding for the very deprecated FPA instructions.
Gabe Black
2010-06-02
ARM: Make the addressing mode 3 loads/stores use the externally defined instr...
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb PC relative memory instructions.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb immediate addressed memory instructions.
Gabe Black
[next]