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
/
insts
/
static_inst.hh
Age
Commit message (
Expand
)
Author
2012-01-31
Merge with head, hopefully the last time for this batch.
Gabe Black
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2011-11-02
SE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
Gabe Black
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-01
ARM: Clean up use of TBit and JBit.
Ali Saidi
2010-08-25
ARM: Implement CPACR register and return Undefined Instruction when FP access...
Gabe Black
2010-08-25
ARM: Implement all ARM SIMD instructions.
Gabe Black
2010-06-02
ARM: Mark some ARM static inst functions as inline.
Gabe Black
2010-06-02
ARM: Implement ARM CPU interrupts
Ali Saidi
2010-06-02
ARM: Clean up VFP
Gabe Black
2010-06-02
ARM: Implement the VFP version of vmul.
Gabe Black
2010-06-02
ARM: Ignore writing a bad mode to CPSR with MSR.
Gabe Black
2010-06-02
ARM: Respect the E bit of the CPSR when doing loads and stores.
Gabe Black
2010-06-02
ARM: Squash the low order bits of the PC when performing a regular branch.
Gabe Black
2010-06-02
ARM: Fix the implementation of BX to work in thumbEE mode.
Gabe Black
2010-06-02
ARM: Implement the saturation instructions.
Gabe Black
2010-06-02
ARM: Implement the unsigned saturating instructions.
Gabe Black
2010-06-02
ARM: Implement signed saturating add and/or subtract instructions.
Gabe Black
2010-06-02
ARM: Rework how unrecognized/unimplemented instructions are handled.
Gabe Black
2010-06-02
ARM: Move the inst2string function out of the isa_desc.
Gabe Black
2010-06-02
ARM: Replace the interworking branch base class with a special operand.
Gabe Black
2010-06-02
ARM: Fix PC operand handling.
Gabe Black
2010-06-02
ARM: Get rid of unnecessary flag calculating functions.
Gabe Black
2010-06-02
ARM: Implement disassembly for the new data processing classes.
Gabe Black
2010-06-02
ARM: Move the modified_imm function from all ARM instructions to just data pr...
Gabe Black
2010-06-02
ARM: Add a function to decode 32 bit thumb immediate values.
Gabe Black
2010-06-02
ARM: Make sure ExtMachInst is used consistently instead of regular MachInst.
Gabe Black
2010-06-02
ARM: Add a new base class for instructions that can do an interworking branch.
Gabe Black
2010-06-02
ARM: Track the current ISA mode using the PC.
Gabe Black
2009-11-14
ARM: Write some functions to write to the CPSR and SPSR for instructions.
Gabe Black
2009-07-08
ARM: Tune up predicated instruction decoding.
Gabe Black
2009-06-27
ARM: Show more information when disassembling data processing intstructions.
Gabe Black
2009-06-27
ARM: Show branch targets relative to the nearest symbol.
Gabe Black
2009-06-27
ARM: Write a function for printing mnemonics and predicates.
Gabe Black
2009-06-21
ARM: Simplify some utility functions.
Gabe Black
2009-06-21
ARM: Move util functions out of the isa desc.
Gabe Black
2009-06-21
ARM: Simplify the ISA desc by pulling some classes out of it.
Gabe Black