gem5.git
2010-06-02 Gabe BlackARM: Implement the VLDR instruction.
2010-06-02 Gabe BlackARM: Decode all the various forms of vmov.
2010-06-02 Gabe BlackARM: Make VFP load/store and 64 bit move decode corresp...
2010-06-02 Gabe BlackARM: Implement the various versions of VMOV.
2010-06-02 Gabe BlackARM: Add a new RegImmOp base class.
2010-06-02 Gabe BlackARM: Add a RegRegImmOp base class.
2010-06-02 Gabe BlackARM: Widen the immediate fields in the misc instruction...
2010-06-02 Gabe BlackARM: Add a function to decode VFP modified immediate...
2010-06-02 Gabe BlackARM: Add a function to decode SIMD modified immediate...
2010-06-02 Gabe BlackARM: Add fp operands to operands.isa.
2010-06-02 Gabe BlackARM: Decode the VMRS instruction.
2010-06-02 Gabe BlackARM: Update the set of FP related miscregs.
2010-06-02 Gabe BlackARM: Implement the VMRS instruction.
2010-06-02 Gabe BlackARM: Decode the VMSR instruction.
2010-06-02 Gabe BlackARM: Implement the VMSR instruction.
2010-06-02 Gabe BlackARM: Decode 8, 16, and 32 bit transfers between core...
2010-06-02 Gabe BlackARM: Ignore attempts to disable coprocessors that aren...
2010-06-02 Gabe BlackARM: Implement the udiv instruction.
2010-06-02 Gabe BlackARM: Implement the sdiv instruction.
2010-06-02 Gabe BlackARM: Ignore writing a bad mode to CPSR with MSR.
2010-06-02 Gabe BlackARM: Decode the CPS instruction.
2010-06-02 Gabe BlackARM: Implement the CPS instruction.
2010-06-02 Gabe BlackARM: Decode the SRS instruction.
2010-06-02 Gabe BlackARM: Implement the SRS instruction.
2010-06-02 Gabe BlackARM: Add a base class for SRS.
2010-06-02 Gabe BlackARM: Implement a badMode function that says whether...
2010-06-02 Gabe BlackARM: Allow flattening into any mode.
2010-06-02 Gabe BlackARM: Decode TBB and TBH.
2010-06-02 Gabe BlackARM: Decode the setend instruction.
2010-06-02 Gabe BlackARM: Define the setend instruction.
2010-06-02 Gabe BlackARM: Make a base class for instructions that use only...
2010-06-02 Gabe BlackARM: Decode the arm version of ldrexd.
2010-06-02 Gabe BlackARM: Decode the strex instructions.
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Set CPSR.E to SCTLR.EE on faults.
2010-06-02 Gabe BlackARM: Warn about not implementing MPU translation, not...
2010-06-02 Gabe BlackARM: Ignore/warn on accesses to the DRBAR, DRACR, and...
2010-06-02 Gabe BlackARM: Allow access to the RGNR register.
2010-06-02 Gabe BlackARM: Make the MPUIR register report that 1 unified...
2010-06-02 Gabe BlackARM: Ignore/warn on accesses to the BPIALLIS and BPIALL...
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Zero the micropc when vectoring to a fault.
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
2010-06-02 Gabe BlackARM: Decode the RFE instruction.
2010-06-02 Gabe BlackARM: Implement the RFE instruction.
2010-06-02 Gabe BlackARM: Add a base class for the RFE instruction.
2010-06-02 Gabe BlackARM: Make sure some undefined thumb32 instructions...
2010-06-02 Gabe BlackARM: Squash the low order bits of the PC when performin...
2010-06-02 Gabe BlackARM: When changing the CPSR and branching, make sure...
2010-06-02 Gabe BlackARM: Ignore/warn when CSSELR or CCSIDR are accessed.
2010-06-02 Gabe BlackARM: Ignore/warn access to the bpimva registers.
2010-06-02 Gabe BlackARM: Ignore/warn on accesses to the dccmvac register.
2010-06-02 Gabe BlackARM: Decode the enterx and leavex instructions.
2010-06-02 Gabe BlackARM: Implement the enterx and leavex instructions.
2010-06-02 Gabe BlackARM: Fix the implementation of BX to work in thumbEE...
2010-06-02 Gabe BlackARM: When an instruction is intentionally undefined...
2010-06-02 Gabe BlackARM: Decode the thumb version of the ldrd and strd...
2010-06-02 Gabe BlackARM: Explicitly keep track of the second destination...
2010-06-02 Gabe BlackARM: Decode the thumb32 load byte/memory hint instructions.
2010-06-02 Gabe BlackARM: Decode the load halfword, memory hints instruction...
2010-06-02 Gabe BlackARM: Ignore/warn on accesses to icimvau.
2010-06-02 Gabe BlackARM: Ignore/warn on iciallu.
2010-06-02 Gabe BlackARM: Ignore/warn on ICIALLUIS.
2010-06-02 Gabe BlackARM: Add support for the clidr register.
2010-06-02 Gabe BlackARM: Decode the unimplemented data barrier CP15 accesses.
2010-06-02 Gabe BlackARM: Implement a stub of CPACR.
2010-06-02 Gabe BlackARM: Actually write the value of sctlr in ISA.clear().
2010-06-02 Gabe BlackARM: Replace the ARM decode of CP15 MCR and MRC instruc...
2010-06-02 Gabe BlackARM: Decode the unimplemented cp15 instruction barrier.
2010-06-02 Gabe BlackARM: Ignore accesses to DCCIMVAC.
2010-06-02 Gabe BlackARM: Allow accesses to the software thread id registers.
2010-06-02 Gabe BlackARM: Allow accesses to the contextidr register.
2010-06-02 Gabe BlackARM: Warn about and ignore accesses to DCCISW.
2010-06-02 Gabe BlackARM: Decode the thumb versions of the mcr and mrc instr...
2010-06-02 Gabe BlackARM: Implement the mrc and mcr instructions.
2010-06-02 Gabe BlackARM: Rename the RevOp base class to something more...
2010-06-02 Gabe BlackARM: Add a version of the Dest and Op1 operands for...
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.
next