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
/
bitfields.isa
Age
Commit message (
Expand
)
Author
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2014-12-23
arm: Raise an alignment fault if a PC has illegal alignment
Andreas Sandberg
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2010-06-02
ARM: Rearrange the load/store double/exclusive, table branch thumb decoding.
Gabe Black
2010-06-02
ARM: Hook the new multiply instructions into all the decoders.
Gabe Black
2010-06-02
ARM: Make 32 bit thumb use the new, external load instructions.
Gabe Black
2010-06-02
ARM: Flesh out the 32 bit thumb store single instructions.
Gabe Black
2010-06-02
ARM: Flesh out 32 bit thumb load word decoding.
Gabe Black
2010-06-02
ARM: Add bitfields for 32 bit thumb.
Gabe Black
2010-06-02
ARM: Decode VFP instructions.
Gabe Black
2010-06-02
ARM: Add thumb bitfields to the ExtMachInst and the isa definition.
Gabe Black
2010-06-02
ARM: Add a thumb bit bitfield.
Gabe Black
2009-11-17
ARM: Begin implementing CP15
Ali Saidi
2009-11-14
ARM: Add a bitfield to indicate if an immediate should be used.
Gabe Black
2009-11-14
ARM: Move around decoder to properly decode CP15
Ali Saidi
2009-11-10
ARM: Fix some bugs in the ISA desc and fill out some instructions.
Gabe Black
2009-07-01
ARM: Get rid of some bitfields that aren't used. A few may need to be readded.
Gabe Black
2009-07-01
ARM: Decode some media instructions. These are untested.
Gabe Black
2009-07-01
ARM: Use the new DataOp format to simplify the decoder.
Gabe Black
2009-07-01
ARM: Add in some new artificial fields that make decoding a little easier.
Gabe Black
2009-06-21
ARM: Make inst bitfields accessible outside of the isa desc.
Gabe Black
2009-06-21
ARM: Get rid of unnecessary Re operand.
Gabe Black
2009-04-05
arm: add ARM support to M5
Stephen Hines