Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / arm / isa / insts /
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Fix type comparison warnings in Neon.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
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 WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
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 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Gene WuARM: Temporary local variables can't conflict with...
2010-08-23 Ali SaidiARM: Exclusive accesses must be double word aligned
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
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 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Fix vcvtr so that it uses the rounding mode in...
2010-06-02 Gabe BlackARM: Fix saturation of VCVT from fp to integer.
2010-06-02 Gabe BlackARM: Compensate for ARM's underflow coming from -before...
2010-06-02 Gabe BlackARM: Implement flush to zero for destinations as well.
2010-06-02 Gabe BlackARM: Fix up nans to match ARM's expected behavior.
2010-06-02 Gabe BlackARM: Implement flush to zero mode for VFP, and clean...
2010-06-02 Gabe BlackARM: Add barriers that make sure FP operations happen...
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: Add code to extract and record VFP exceptions.
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: Introduce new VFP base classes that are optionally...
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: 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: Make integer division by zero return a fault.
2010-06-02 Ali SaidiARM: Undef instruction on invalid user CP15 access
2010-06-02 Gabe BlackARM: Implement the vstr instruction.
2010-06-02 Gabe BlackARM: Fix the implementation of the VFP ldm and stm...
2010-06-02 Gabe BlackARM: Implement the VLDR instruction.
2010-06-02 Gabe BlackARM: Implement the various versions of VMOV.
2010-06-02 Gabe BlackARM: Implement the VMRS instruction.
2010-06-02 Gabe BlackARM: Implement the VMSR instruction.
2010-06-02 Gabe BlackARM: Implement the udiv instruction.
2010-06-02 Gabe BlackARM: Implement the sdiv instruction.
2010-06-02 Gabe BlackARM: Implement the CPS instruction.
2010-06-02 Gabe BlackARM: Implement the SRS instruction.
2010-06-02 Gabe BlackARM: Define the setend instruction.
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
2010-06-02 Gabe BlackARM: Implement the RFE instruction.
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: Explicitly keep track of the second destination...
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: Implement the bfc and bfi instructions.
2010-06-02 Gabe BlackARM: Implement the ubfx and sbfx instructions.
2010-06-02 Gabe BlackARM: Decode the clz instruction.
2010-06-02 Gabe BlackARM: Implement the clz instruction.
2010-06-02 Gabe BlackARM: Implement the rbit instruction.
2010-06-02 Gabe BlackARM: Implement nop.
2010-06-02 Gabe BlackARM: Implement the ldrex instruction.
2010-06-02 Gabe BlackARM: Implement the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Implement the sel instruction.
2010-06-02 Gabe BlackARM: Implement the pkh instruction.
2010-06-02 Gabe BlackARM: Implement zero/sign extend instructions.
2010-06-02 Gabe BlackARM: Generalize the saturation instruction bases for...
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: Implement the saturation instructions.
2010-06-02 Gabe BlackARM: Implement signed add/subtract and subtract/add.
2010-06-02 Gabe BlackARM: Implement the unsigned 8 bit and 16 bit vector...
2010-06-02 Gabe BlackARM: Implement the unsigned saturating instructions.
2010-06-02 Gabe BlackARM: Implement the ssub 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: Implement the REV* instructions.
next