gem5.git
2010-06-02 Gabe BlackARM: Implement a function to decode CP15 registers...
2010-06-02 Gabe BlackARM: Decode the bfi and bfc instructions.
2010-06-02 Gabe BlackARM: Implement the bfc and bfi instructions.
2010-06-02 Gabe BlackARM: Decode the ubfx and sbfx instructions.
2010-06-02 Gabe BlackARM: Decode miscellaneous arm mode media instructions.
2010-06-02 Gabe BlackARM: Implement the ubfx and sbfx instructions.
2010-06-02 Gabe BlackARM: Add a register, immediate, immediate to register...
2010-06-02 Gabe BlackARM: Decode the clz instruction.
2010-06-02 Gabe BlackARM: Implement the clz instruction.
2010-06-02 Gabe BlackARM: Decode the rbit instruction.
2010-06-02 Gabe BlackARM: Implement the rbit instruction.
2010-06-02 Gabe BlackARM: Decode the nop instruction.
2010-06-02 Gabe BlackARM: Implement nop.
2010-06-02 Gabe BlackARM: Decode the ldrex instruction.
2010-06-02 Gabe BlackARM: Rearrange the load/store double/exclusive, table...
2010-06-02 Gabe BlackARM: Implement the ldrex instruction.
2010-06-02 Gabe BlackARM: Decode the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Implement the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Add a base class to support usada8.
2010-06-02 Gabe BlackARM: Decode the sel instruction.
2010-06-02 Gabe BlackARM: Implement the sel instruction.
2010-06-02 Gabe BlackARM: Add a base class for the sel instruction.
2010-06-02 Gabe BlackARM: Decode pkh instructions.
2010-06-02 Gabe BlackARM: Implement the pkh instruction.
2010-06-02 Gabe BlackARM: Decode the sign/zero extend instructions.
2010-06-02 Gabe BlackARM: Implement zero/sign extend instructions.
2010-06-02 Gabe BlackARM: Add a base class for extend and add instructions.
2010-06-02 Gabe BlackARM: Generalize the saturation instruction bases for...
2010-06-02 Gabe BlackARM: Decode the 8/16 bit signed/unsigned add/subtract...
2010-06-02 Gabe BlackARM: Implement the 8/16 bit signed/unsigned add/subtrac...
2010-06-02 Gabe BlackARM: Fix signed most significant multiply instructions.
2010-06-02 Gabe BlackARM: Fix multiply overflow flag setting.
2010-06-02 Gabe BlackARM: Decode the saturation instructions.
2010-06-02 Gabe BlackARM: Implement the saturation instructions.
2010-06-02 Gabe BlackARM: Implement base classes for the saturation instruct...
2010-06-02 Gabe BlackARM: Decode the signed add/subtract and subtract/add...
2010-06-02 Gabe BlackARM: Implement signed add/subtract and subtract/add.
2010-06-02 Gabe BlackARM: Decode the unsigned 8 and 16 bit add and subtract...
2010-06-02 Gabe BlackARM: Implement the unsigned 8 bit and 16 bit vector...
2010-06-02 Gabe BlackARM: Decode the unsigned saturating instructions.
2010-06-02 Gabe BlackARM: Implement the unsigned saturating instructions.
2010-06-02 Gabe BlackARM: Decode the ssub instructions.
2010-06-02 Gabe BlackARM: Implement the ssub instructions.
2010-06-02 Gabe BlackARM: Decode the SADD8 and SADD16 instructions.
2010-06-02 Gabe BlackARM: Implement the SADD8 and SADD16 instructions.
2010-06-02 Gabe BlackARM: Support instructions that set the GE bits when...
2010-06-02 Gabe BlackARM: Decode 32 bit thumb data processing register instr...
2010-06-02 Gabe BlackARM: Decode the 16 bit thumb versions of the REV* instr...
2010-06-02 Gabe BlackARM: Decode the ARM version of the REV* instructions.
2010-06-02 Gabe BlackARM: Pull decoding of ARM pack, unpack, saturate and...
2010-06-02 Gabe BlackARM: Implement the REV* instructions.
2010-06-02 Gabe BlackARM: Add base classes suitable for the REV* instructions.
2010-06-02 Gabe BlackARM: Make LDM that loads the PC perform an interworking...
2010-06-02 Gabe BlackARM: Decode the swp and swpb instructions.
2010-06-02 Gabe BlackARM: Implement the swp and swpb instructions.
2010-06-02 Gabe BlackARM: Decode MRS and MSR for thumb.
2010-06-02 Gabe BlackARM: Replace the versions of MRS and MSR in the ARM...
2010-06-02 Gabe BlackARM: Define versions of MSR and MRS outside the decoder.
2010-06-02 Gabe BlackARM: Hook up the push/pop versions of stm/ldm in thumb.
2010-06-02 Gabe BlackARM: Hook SVC into the thumb decoder.
2010-06-02 Gabe BlackARM: Implement SVC (was SWI) outside of the decoder.
2010-06-02 Gabe BlackARM: Update the stats for the new syscall behavior.
2010-06-02 Gabe BlackARM: Trigger system calls from the SupervisorCall invok...
2010-06-02 Gabe BlackARM: Fix multiply operations.
2010-06-02 Gabe BlackARM: Decode the scalar saturating add/subtract instruct...
2010-06-02 Gabe BlackARM: Decode the parallel add and subtract instructions.
2010-06-02 Gabe BlackARM: Implement signed saturating add and/or subtract...
2010-06-02 Gabe BlackARM: Implemented prefetch instructions/decoding (pli...
2010-06-02 Gabe BlackARM: Decode unconditional ARM instructions.
2010-06-02 Gabe BlackARM: Make sure ldm exception return writes back its...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Add support for "SUBS PC, LR and related instructi...
2010-06-02 Gabe BlackARM: Make ldrs into the PC and ldm exception return...
2010-06-02 Gabe BlackARM: Align the PC when using it as the base for a load.
2010-06-02 Gabe BlackARM: Implement ADR as separate from ADD.
2010-06-02 Gabe BlackARM: Add support for interworking branch ALU instructions.
2010-06-02 Gabe BlackARM: Fix when the flag bits are updated for thumb.
2010-06-02 Gabe BlackARM: Don't rely on undefined behavior to get arithmetic...
2010-06-02 Gabe BlackARM: Restrict the shift amount from a register to 8...
2010-06-02 Gabe BlackARM: Update the stats now that VFP load/store multiple...
2010-06-02 Gabe BlackARM: Define the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Decode the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Fix the constant describing the number of floating...
2010-06-02 Gabe BlackARM: Add templates for VFP load/store multiple instruct...
2010-06-02 Gabe BlackARM: Add base classes for VFP load/store multiple.
2010-06-02 Gabe BlackARM: Add floating point load/store microops.
2010-06-02 Gabe BlackARM: Add an fp version of one of the microop indexed...
2010-06-02 Gabe BlackARM: Move the mmap region to where Linux actually has it.
2010-06-02 Gabe BlackARM: Eliminate the unused rhi and rlo operands.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...
2010-06-02 Gabe BlackARM: Make macroops panic if executed directly.
2010-06-02 Ali SaidiARM: GCC < 4.3 has some issues with attribute no return...
2010-06-02 Gabe BlackARM: Split out the "basic" templates and format.
2010-06-02 Gabe BlackARM: Remove unnecessary cruft from includes.isa.
2010-06-02 Gabe BlackARM: Move the inst2string function out of the isa_desc.
2010-06-02 Gabe BlackARM: Get rid of the unused ArmGenericCodeSubs.
2010-06-02 Gabe BlackARM: Make the predecoder print out the ExtMachInst...
2010-06-02 Gabe BlackARM: Remove special naming for the new version of multiply.
2010-06-02 Gabe BlackARM: Hook the new multiply instructions into all the...
2010-06-02 Gabe BlackARM: Implement all integer multiply instructions.
next