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
/
misc.isa
Age
Commit message (
Expand
)
Author
2011-01-18
O3: Fix itstate prediction and recovery.
Matt Horsnell
2011-01-18
ARM: Add support for moving predicated false dest operands from sources.
Ali Saidi
2010-12-09
ARM: Take advantage of new PCState syntax.
Gabe Black
2010-12-07
O3: Make all instructions that write a misc. register not perform the write u...
Giacomo Gabrielli
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-13
Mem: Change the CLREX flag to CLEAR_LL.
Gabe Black
2010-10-01
ARM: Clean up use of TBit and JBit.
Ali Saidi
2010-08-25
ARM: Make VMSR, RFE PC/LR etc non speculative, and serializing
Ali Saidi
2010-08-23
ARM: Implement DBG instruction that doesn't do much for now.
Gene Wu
2010-08-23
MEM: Make CLREX a first class request operation and clear locks in caches whe...
Gene Wu
2010-08-23
ARM: Implement CLREX init/complete acc methods
Gene Wu
2010-08-23
ARM: Implement DSB, DMB, ISB
Gene Wu
2010-08-23
ARM: Implement CLREX
Gene Wu
2010-08-23
ARM: mark msr/mrs instructions as SerializeBefore/After
Min Kyu Jeong
2010-06-02
ARM: Decode to specialized conditional/unconditional versions of instructions.
Gabe Black
2010-06-02
ARM: Implement a version of mcr and mrc that works in user mode.
Gabe Black
2010-06-02
ARM: Move some miscellaneous instructions out of the decoder to share with th...
Gabe Black
2010-06-02
ARM: Implement the bkpt instruction.
Gabe Black
2010-06-02
ARM: Make undefined instructions obey predication.
Gabe Black
2010-06-02
ARM: Implement support for the IT instruction and the ITSTATE bits of CPSR.
Gabe Black
2010-06-02
ARM: Implement ARM CPU interrupts
Ali Saidi
2010-06-02
ARM: Undef instruction on invalid user CP15 access
Ali Saidi
2010-06-02
ARM: Implement the CPS instruction.
Gabe Black
2010-06-02
ARM: Define the setend instruction.
Gabe Black
2010-06-02
ARM: Implement the enterx and leavex instructions.
Gabe Black
2010-06-02
ARM: Implement the mrc and mcr instructions.
Gabe Black
2010-06-02
ARM: Rename the RevOp base class to something more generic.
Gabe Black
2010-06-02
ARM: Implement the bfc and bfi instructions.
Gabe Black
2010-06-02
ARM: Implement the ubfx and sbfx instructions.
Gabe Black
2010-06-02
ARM: Decode the clz instruction.
Gabe Black
2010-06-02
ARM: Implement the clz instruction.
Gabe Black
2010-06-02
ARM: Implement the rbit instruction.
Gabe Black
2010-06-02
ARM: Implement nop.
Gabe Black
2010-06-02
ARM: Implement the usad8 and usada8 instructions.
Gabe Black
2010-06-02
ARM: Implement the sel instruction.
Gabe Black
2010-06-02
ARM: Implement zero/sign extend instructions.
Gabe Black
2010-06-02
ARM: Generalize the saturation instruction bases for use in other instructions.
Gabe Black
2010-06-02
ARM: Implement the saturation instructions.
Gabe Black
2010-06-02
ARM: Implement the REV* instructions.
Gabe Black
2010-06-02
ARM: Define versions of MSR and MRS outside the decoder.
Gabe Black
2010-06-02
ARM: Implement SVC (was SWI) outside of the decoder.
Gabe Black