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
/
formats
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Ignore/warn on accesses to the BPIALLIS and BPIALL registers.
Gabe Black
2010-06-02
ARM: Decode the RFE instruction.
Gabe Black
2010-06-02
ARM: Make sure some undefined thumb32 instructions fault.
Gabe Black
2010-06-02
ARM: Ignore/warn access to the bpimva registers.
Gabe Black
2010-06-02
ARM: Ignore/warn on accesses to the dccmvac register.
Gabe Black
2010-06-02
ARM: Decode the enterx and leavex instructions.
Gabe Black
2010-06-02
ARM: When an instruction is intentionally undefined, fault on it.
Gabe Black
2010-06-02
ARM: Decode the thumb version of the ldrd and strd instructions.
Gabe Black
2010-06-02
ARM: Explicitly keep track of the second destination for double loads/stores.
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: Ignore/warn on accesses to icimvau.
Gabe Black
2010-06-02
ARM: Ignore/warn on ICIALLUIS.
Gabe Black
2010-06-02
ARM: Decode the unimplemented data barrier CP15 accesses.
Gabe Black
2010-06-02
ARM: Decode the unimplemented cp15 instruction barrier.
Gabe Black
2010-06-02
ARM: Ignore accesses to DCCIMVAC.
Gabe Black
2010-06-02
ARM: Warn about and ignore accesses to DCCISW.
Gabe Black
2010-06-02
ARM: Decode the thumb versions of the mcr and mrc instructions.
Gabe Black
2010-06-02
ARM: Decode the bfi and bfc instructions.
Gabe Black
2010-06-02
ARM: Decode the ubfx and sbfx 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: Decode the rbit instruction.
Gabe Black
2010-06-02
ARM: Decode the nop instruction.
Gabe Black
2010-06-02
ARM: Decode the ldrex 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 the sel instruction.
Gabe Black
2010-06-02
ARM: Decode pkh instructions.
Gabe Black
2010-06-02
ARM: Decode the sign/zero extend instructions.
Gabe Black
2010-06-02
ARM: Decode the 8/16 bit signed/unsigned add/subtract half instructions.
Gabe Black
2010-06-02
ARM: Decode the saturation instructions.
Gabe Black
2010-06-02
ARM: Decode the signed add/subtract and subtract/add instructions.
Gabe Black
2010-06-02
ARM: Decode the unsigned 8 and 16 bit add and subtract instructions.
Gabe Black
2010-06-02
ARM: Decode the unsigned saturating instructions.
Gabe Black
2010-06-02
ARM: Decode the ssub instructions.
Gabe Black
2010-06-02
ARM: Decode the SADD8 and SADD16 instructions.
Gabe Black
2010-06-02
ARM: Decode 32 bit thumb data processing register instructions.
Gabe Black
2010-06-02
ARM: Decode the 16 bit thumb versions of the REV* instructions.
Gabe Black
2010-06-02
ARM: Decode the ARM version of the REV* 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: Decode MRS and MSR for thumb.
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: Hook up the push/pop versions of stm/ldm in thumb.
Gabe Black
2010-06-02
ARM: Hook SVC into the thumb decoder.
Gabe Black
2010-06-02
ARM: Implement SVC (was SWI) outside of the decoder.
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: Implemented prefetch instructions/decoding (pli, pld, pldw).
Gabe Black
[next]