Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / arm / isa / formats /
2010-08-26 Min Kyu JeongARM: Adding a bogus fault that does nothing.
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-23 Gene WuARM: Implement DBG instruction that doesn't do much...
2010-08-23 Gene WuARM: Implement DSB, DMB, ISB
2010-08-23 Gene WuARM: Implement CLREX
2010-08-23 Gene WuARM: BX instruction can be contitional if last instruct...
2010-08-23 Ali SaidiARM: Decode neon memory instructions.
2010-08-23 Ali SaidiARM: Implement some more misc registers
2010-07-15 Gabe BlackARM: Make an SRS instruction with a bad mode cause...
2010-06-02 Gabe BlackARM: Decode the neon instruction space.
2010-06-02 Gabe BlackARM: Combine some redundant cases in one of the data...
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make sure undefined unconditional ARM instructions...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Hook the misc instructions into the thumb decoder.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Treat LDRD in ARM with an odd index as an undefine...
2010-06-02 Gabe BlackARM: Detect a bad offset field for the VFP Ldm/Stm...
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Even though writes to MVFR0/1 should be unpredicta...
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Ignore reads and writes to DCIMVAC.
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Implement the version of VCVT float to int that...
2010-06-02 Gabe BlackARM: Implement the floating/fixed point VCVT instructions.
2010-06-02 Gabe BlackARM: Implement the VFP version of VCMP.
2010-06-02 Gabe BlackARM: Add support for VFP vector mode.
2010-06-02 Gabe BlackARM: Implement VCVT between double and single width FP.
2010-06-02 Gabe BlackARM: Implement vcvt between int and fp. Ignore rounding.
2010-06-02 Gabe BlackARM: Consolidate the VFP register index computation...
2010-06-02 Gabe BlackARM: Implement the VFP negated multiplies.
2010-06-02 Gabe BlackARM: Implement the VFP versions of VMLA and VMLS.
2010-06-02 Gabe BlackARM: Implement the VFP version of vdiv and vsqrt.
2010-06-02 Gabe BlackARM: Implement the VFP version of vsub.
2010-06-02 Gabe BlackARM: Implement the VFP version of vadd.
2010-06-02 Gabe BlackARM: Implement the VFP version of vabs.
2010-06-02 Gabe BlackARM: Implement the VFP version of vneg.
2010-06-02 Gabe BlackARM: Implement the VFP version of vmul.
2010-06-02 Gabe BlackARM: Move the VFP data operation decode into a function.
2010-06-02 Gabe BlackARM: Decode ARM unconditional MRC and MCR instructions.
2010-06-02 Gabe BlackARM: Move the CP15 decode block into a function.
2010-06-02 Gabe BlackARM: Decode the unconditional version of ARM fp instruc...
2010-06-02 Gabe BlackARM: Move the FP decode blocks into functions.
2010-06-02 Gabe BlackARM: Warn/ignore when TLB maintenance operations are...
2010-06-02 Gabe BlackARM: Convert the CP15 registers from MPU to MMU.
2010-06-02 Gabe BlackARM: Decode the VSTR instruction.
2010-06-02 Ali SaidiARM: BXJ should be BX when there is no J support
2010-06-02 Gabe BlackARM: Decode the VLDR instruction.
2010-06-02 Gabe BlackARM: Decode all the various forms of vmov.
2010-06-02 Gabe BlackARM: Decode the VMRS instruction.
2010-06-02 Gabe BlackARM: Decode the VMSR instruction.
2010-06-02 Gabe BlackARM: Decode 8, 16, and 32 bit transfers between core...
2010-06-02 Gabe BlackARM: Implement the udiv instruction.
2010-06-02 Gabe BlackARM: Implement the sdiv instruction.
2010-06-02 Gabe BlackARM: Decode the CPS instruction.
2010-06-02 Gabe BlackARM: Decode the SRS instruction.
2010-06-02 Gabe BlackARM: Decode TBB and TBH.
2010-06-02 Gabe BlackARM: Decode the setend instruction.
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: Ignore/warn on accesses to the DRBAR, DRACR, and...
2010-06-02 Gabe BlackARM: Ignore/warn on accesses to the BPIALLIS and BPIALL...
2010-06-02 Gabe BlackARM: Decode the RFE instruction.
2010-06-02 Gabe BlackARM: Make sure some undefined thumb32 instructions...
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: 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 ICIALLUIS.
2010-06-02 Gabe BlackARM: Decode the unimplemented data barrier CP15 accesses.
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: 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: Decode the bfi and bfc 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: Decode the clz instruction.
2010-06-02 Gabe BlackARM: Decode the rbit instruction.
2010-06-02 Gabe BlackARM: Decode the nop instruction.
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: Decode the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Decode the sel instruction.
2010-06-02 Gabe BlackARM: Decode pkh instructions.
2010-06-02 Gabe BlackARM: Decode the sign/zero extend instructions.
2010-06-02 Gabe BlackARM: Decode the 8/16 bit signed/unsigned add/subtract...
next