summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/insts/neon.isa
AgeCommit message (Expand)Author
2019-01-14arm: Stop using the FloatReg and FloatRegBits types.Gabe Black
2017-05-23arch-arm: Fix some poorly done type max and min in NEONRekai Gonzalez-Alberquilla
2016-04-13misc: Fix issues flagged by gcc 6Andreas Hansson
2015-05-05arm: Add missing FPEXC.EN checkAndreas Hansson
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-09arm: add preliminary ISA splits for ARM archCurtis Dunham
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2013-02-15arm: fix some fp comparisons that worked by accident.Ali Saidi
2012-01-07Merge with main repository.Gabe Black
2011-11-02SE/FS: Get rid of FULL_SYSTEM in the ARM ISA.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-04-04ARM: Cleanup and small fixes to some NEON ops to match the spec.William Wang
2011-01-18ARM: The ARM decoder should not panic when decoding undefined holes is arch.Matt Horsnell
2010-12-07O3: Make all instructions that write a misc. register not perform the write u...Giacomo Gabrielli
2010-11-15CPU/ARM: Add SIMD op classes to CPU models and ARM ISA.Giacomo Gabrielli
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 CPACR register and return Undefined Instruction when FP access...Gabe Black
2010-08-25ARM: Implement all ARM SIMD instructions.Gabe Black