summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/templates/neon.isa
AgeCommit message (Collapse)Author
2011-04-04ARM: Cleanup implementation of ITSTATE and put important code in PCState.Ali Saidi
Consolidate all code to handle ITSTATE in the PCState object rather than touching a variety of structures/objects.
2011-02-23ARM: NEON instruction templates modified to set the predicate flag to false ↵Giacomo Gabrielli
when needed.
2011-01-18ARM: Add support for moving predicated false dest operands from sources.Ali Saidi
2010-08-25ARM: Fix VFP enabled checks for mem instructionsAli Saidi
2010-08-25ARM: Fix type comparison warnings in Neon.Gabe Black
2010-08-25ARM: Implement all ARM SIMD instructions.Gabe Black