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.isa
Age
Commit message (
Expand
)
Author
2009-11-16
imported patch isa_fixes2.diff
Ali Saidi
2009-11-14
ARM: Check in the actual change from the last commit.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the msr instruction.
Gabe Black
2009-11-14
ARM: Fix up the implmentation of the mrs instruction.
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-11-08
ARM: Split the condition codes out of the CPSR.
Gabe Black
2009-07-27
ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmxr instruction.
Gabe Black
2009-07-27
ARM: Implement a basic version of the fmrx instruction.
Gabe Black
2009-07-27
ARM: Fix the CLZ instruction.
Gabe Black
2009-07-27
ARM: Handle register indexed system calls.
Ali Saidi
2009-07-08
ARM: Move the remaining microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the memory microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the integer microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Add an AddrMode2 format for memory instructions that use address mode 2.
Gabe Black
2009-07-08
ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
Gabe Black
2009-07-08
ARM: Add load/store double instructions.
Gabe Black
2009-07-02
ARM: Fix how address mode bits are handled.
Jack Whitham
2009-07-02
ARM: Fix the code snippet for mla.
Jack Whitham
2009-07-01
ARM: Make DataOps select from a set of ways to set the c and v flags.
Gabe Black
2009-07-01
ARM: Add a findLsbSet function and use it to implement clz.
Gabe Black
2009-07-01
ARM: Add defaults for DataOp flag code.
Gabe Black
2009-07-01
ARM: Get rid of the val2 variable.
Gabe Black
2009-07-01
ARM: Centralize the declaration of resTemp.
Gabe Black
2009-07-01
ARM: Add a DataImmOp format similar to DataOp.
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-06-24
ARM: Fix signed multiply long and add some unimplemented loads.
Jack Whitman
2009-06-24
ARM: Link register is trashed by non-executed branch and link operations.
Jack Whitman
2009-06-21
ARM: Get rid of a few more unused operands.
Gabe Black
2009-06-21
ARM: Make the isa parser aware that CPSR is being used.
Gabe Black
2009-06-21
ARM: Pull some static code out of the isa desc and create miscregs.hh.
Gabe Black
2009-04-05
arm: add ARM support to M5
Stephen Hines