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
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Add base classes suitable for the REV* instructions.
Gabe Black
2010-06-02
ARM: Make LDM that loads the PC perform an interworking branch.
Gabe Black
2010-06-02
ARM: Decode the swp and swpb instructions.
Gabe Black
2010-06-02
ARM: Implement the swp and swpb instructions.
Gabe Black
2010-06-02
ARM: Decode MRS and MSR for thumb.
Gabe Black
2010-06-02
ARM: Replace the versions of MRS and MSR in the ARM decoder with the new ones.
Gabe Black
2010-06-02
ARM: Define versions of MSR and MRS outside the decoder.
Gabe Black
2010-06-02
ARM: Hook up the push/pop versions of stm/ldm in thumb.
Gabe Black
2010-06-02
ARM: Hook SVC into the thumb decoder.
Gabe Black
2010-06-02
ARM: Implement SVC (was SWI) outside of the decoder.
Gabe Black
2010-06-02
ARM: Trigger system calls from the SupervisorCall invoke method.
Gabe Black
2010-06-02
ARM: Fix multiply operations.
Gabe Black
2010-06-02
ARM: Decode the scalar saturating add/subtract instructions.
Gabe Black
2010-06-02
ARM: Decode the parallel add and subtract instructions.
Gabe Black
2010-06-02
ARM: Implement signed saturating add and/or subtract instructions.
Gabe Black
2010-06-02
ARM: Implemented prefetch instructions/decoding (pli, pld, pldw).
Gabe Black
2010-06-02
ARM: Decode unconditional ARM instructions.
Gabe Black
2010-06-02
ARM: Make sure ldm exception return writes back its base in the right mode.
Gabe Black
2010-06-02
ARM: Rework how unrecognized/unimplemented instructions are handled.
Gabe Black
2010-06-02
ARM: Add support for "SUBS PC, LR and related instructions".
Gabe Black
2010-06-02
ARM: Make ldrs into the PC and ldm exception return do interworking branches.
Gabe Black
2010-06-02
ARM: Align the PC when using it as the base for a load.
Gabe Black
2010-06-02
ARM: Implement ADR as separate from ADD.
Gabe Black
2010-06-02
ARM: Add support for interworking branch ALU instructions.
Gabe Black
2010-06-02
ARM: Fix when the flag bits are updated for thumb.
Gabe Black
2010-06-02
ARM: Don't rely on undefined behavior to get arithmetic right shift.
Gabe Black
2010-06-02
ARM: Restrict the shift amount from a register to 8 bits.
Gabe Black
2010-06-02
ARM: Define the VFP load/store multiple instructions.
Gabe Black
2010-06-02
ARM: Decode the VFP load/store multiple instructions.
Gabe Black
2010-06-02
ARM: Fix the constant describing the number of floating point registers.
Gabe Black
2010-06-02
ARM: Add templates for VFP load/store multiple instructions.
Gabe Black
2010-06-02
ARM: Add base classes for VFP load/store multiple.
Gabe Black
2010-06-02
ARM: Add floating point load/store microops.
Gabe Black
2010-06-02
ARM: Add an fp version of one of the microop indexed registers.
Gabe Black
2010-06-02
ARM: Move the mmap region to where Linux actually has it.
Gabe Black
2010-06-02
ARM: Eliminate the unused rhi and rlo operands.
Gabe Black
2010-06-02
ARM: Move the macro mem constructor out of the isa desc.
Gabe Black
2010-06-02
ARM: Make macroops panic if executed directly.
Gabe Black
2010-06-02
ARM: GCC < 4.3 has some issues with attribute no return on some functions. Fi...
Ali Saidi
2010-06-02
ARM: Split out the "basic" templates and format.
Gabe Black
2010-06-02
ARM: Remove unnecessary cruft from includes.isa.
Gabe Black
2010-06-02
ARM: Move the inst2string function out of the isa_desc.
Gabe Black
2010-06-02
ARM: Get rid of the unused ArmGenericCodeSubs.
Gabe Black
2010-06-02
ARM: Make the predecoder print out the ExtMachInst it gathered when traced.
Gabe Black
2010-06-02
ARM: Remove special naming for the new version of multiply.
Gabe Black
2010-06-02
ARM: Hook the new multiply instructions into all the decoders.
Gabe Black
2010-06-02
ARM: Implement all integer multiply instructions.
Gabe Black
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
[next]