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
/
insts
/
insts.isa
Age
Commit message (
Collapse
)
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: Implement the VMSR instruction.
Gabe Black
2010-06-02
ARM: Implement the sdiv instruction.
Gabe Black
2010-06-02
ARM: Implement the swp and swpb instructions.
Gabe Black
2010-06-02
ARM: Implement SVC (was SWI) outside of the decoder.
Gabe Black
2010-06-02
ARM: Implement all integer multiply instructions.
Gabe Black
2010-06-02
ARM: Implement branch instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Implement data processing instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Reimplement load/store multiple external to the decoder.
Gabe Black
--HG-- rename : src/arch/arm/isa/formats/macromem.isa => src/arch/arm/isa/insts/macromem.isa rename : src/arch/arm/isa/formats/macromem.isa => src/arch/arm/isa/templates/macromem.isa
2010-06-02
ARM: Define the store instructions from outside the decoder.
Gabe Black
--HG-- rename : src/arch/arm/isa/insts/ldr.isa => src/arch/arm/isa/insts/str.isa
2010-06-02
ARM: Define the load instructions from outside the decoder.
Gabe Black