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
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Add templates for multiply instructions.
Gabe Black
2010-06-02
ARM: Add base classes for multiply instructions.
Gabe Black
2010-06-02
ARM: Decode plain binary immediate thumb data processing instructions.
Gabe Black
2010-06-02
ARM: Define a new "movt" data processing instruction.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the 32 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the 16 bit thumb decoder.
Gabe Black
2010-06-02
ARM: Eliminate the old style branch instructions.
Gabe Black
2010-06-02
ARM: Hook the new branch instructions into the ARM decoder.
Gabe Black
2010-06-02
ARM: Implement branch instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Add new templates for branch instructions.
Gabe Black
2010-06-02
ARM: Implement new base classes for branches.
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: Remove the special naming from the new version of data processing instru...
Gabe Black
2010-06-02
ARM: Get rid of unnecessary flag calculating functions.
Gabe Black
2010-06-02
ARM: Get rid of the unused Jump format.
Gabe Black
2010-06-02
ARM: Get rid of obsoleted predicated inst formats, etc.
Gabe Black
2010-06-02
ARM: Implement disassembly for the new data processing classes.
Gabe Black
2010-06-02
ARM: Hook the external data processing instructions into the Thumb decoder.
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: Hook the new external data processing instructions to the ARM decoder.
Gabe Black
2010-06-02
ARM: Implement data processing instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Add new base classes for data processing instructions.
Gabe Black
2010-06-02
ARM: Hook up 32 bit thumb load/store multiple.
Gabe Black
2010-06-02
ARM: Hook up 16 bit thumb load/store multiple.
Gabe Black
2010-06-02
ARM: Reimplement load/store multiple external to the decoder.
Gabe Black
2010-06-02
ARM: Move the templates for predicated instructions into a separate file.
Gabe Black
2010-06-02
ARM: Remove the special naming for the new memory instructions.
Gabe Black
2010-06-02
ARM: Eliminate the old memory formats which are no longer used.
Gabe Black
2010-06-02
ARM: Eliminate decoding for the very deprecated FPA instructions.
Gabe Black
2010-06-02
ARM: Make the addressing mode 3 loads/stores use the externally defined instr...
Gabe Black
2010-06-02
ARM: Pull double memory instructions out of the decoder.
Gabe Black
2010-06-02
ARM: Force the condition code for 16 bit thumb instructions to be unconditional.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb PC relative memory instructions.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb immediate addressed memory instructions.
Gabe Black
2010-06-02
ARM: Decode 16 bit thumb register addressed memory instructions.
Gabe Black
2010-06-02
ARM: Make single stores decode to the new external store instructions.
Gabe Black
2010-06-02
ARM: Add a .w to the disassembly of 32 bit thumb instructions.
Gabe Black
2010-06-02
ARM: Make 32 bit thumb use the new, external load instructions.
Gabe Black
2010-06-02
ARM: Define the store instructions from outside the decoder.
Gabe Black
2010-06-02
ARM: Define the load instructions from outside the decoder.
Gabe Black
2010-06-02
ARM: Implement a new set of base classes for non macro memory instructions.
Gabe Black
2010-06-02
ARM: Create a "decoder" directory for the files implementing the decoder.
Gabe Black
2010-06-02
ARM: Flesh out the 32 bit thumb store single instructions.
Gabe Black
2010-06-02
ARM: Implement the 32 bit thumb load word instructions.
Gabe Black
2010-06-02
ARM: Add an operand for accessing the current PC.
Gabe Black
2010-06-02
ARM: Flesh out 32 bit thumb load word decoding.
Gabe Black
2010-06-02
ARM: Implement some 32 bit thumb data processing immediate instructions.
Gabe Black
2010-06-02
ARM: Replace the "never" condition with the "unconditional" condition.
Gabe Black
2010-06-02
ARM: Add a base class for 32 bit thumb data processing immediate instructions.
Gabe Black
[next]