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
/
thumb.isa
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 the VFP data operation decode into a function.
Gabe Black
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: 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: Decode the thumb versions of the mcr and mrc instructions.
Gabe Black
2010-06-02
ARM: Rearrange the load/store double/exclusive, table branch thumb decoding.
Gabe Black
2010-06-02
ARM: Decode 32 bit thumb data processing register 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 external data processing instructions into the Thumb 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: Decode 16 bit thumb PC relative memory instructions.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb immediate addressed memory instructions.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb register addressed memory instructions.
Gabe Black
2010-06-02
ARM: Make single stores decode to the new external store instructions.
Gabe Black
2010-06-02
ARM: Make 32 bit thumb use the new, external load instructions.
Gabe Black
2010-06-02
ARM: Create a "decoder" directory for the files implementing the decoder.
Gabe Black