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
Age
Commit message (
Expand
)
Author
2010-06-02
ARM: Implement the RFE instruction.
Gabe Black
2010-06-02
ARM: Implement the enterx and leavex instructions.
Gabe Black
2010-06-02
ARM: Fix the implementation of BX to work in thumbEE mode.
Gabe Black
2010-06-02
ARM: Explicitly keep track of the second destination for double loads/stores.
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 ldrex instruction.
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 the pkh 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 8/16 bit signed/unsigned add/subtract half instructions.
Gabe Black
2010-06-02
ARM: Fix signed most significant multiply instructions.
Gabe Black
2010-06-02
ARM: Fix multiply overflow flag setting.
Gabe Black
2010-06-02
ARM: Implement the saturation instructions.
Gabe Black
2010-06-02
ARM: Implement signed add/subtract and subtract/add.
Gabe Black
2010-06-02
ARM: Implement the unsigned 8 bit and 16 bit vector adds and subtracts.
Gabe Black
2010-06-02
ARM: Implement the unsigned saturating instructions.
Gabe Black
2010-06-02
ARM: Implement the ssub instructions.
Gabe Black
2010-06-02
ARM: Implement the SADD8 and SADD16 instructions.
Gabe Black
2010-06-02
ARM: Support instructions that set the GE bits when they write the condition ...
Gabe Black
2010-06-02
ARM: Implement 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: Implement the swp and swpb 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
2010-06-02
ARM: Fix multiply operations.
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: 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: 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: 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: Add floating point load/store microops.
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: Remove special naming for the new version of multiply.
Gabe Black
2010-06-02
ARM: Implement all integer multiply instructions.
Gabe Black
2010-06-02
ARM: Define a new "movt" data processing instruction.
Gabe Black
2010-06-02
ARM: Implement branch instructions external to the decoder.
Gabe Black
2010-06-02
ARM: Remove the special naming from the new version of data processing instru...
Gabe Black
[next]