index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
insts
/
vfp.hh
Age
Commit message (
Expand
)
Author
2017-05-19
base, sim, arch: Fix clang 5.0 warnings
Andreas Sandberg
2016-10-13
isa,arm: Add missing AArch32 FP instructions
Mitch Hayenga
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2012-03-01
ARM: fix bits-to-fp conversion function declarations.
Giacomo Gabrielli
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2011-04-15
includes: sort all includes
Nathan Binkert
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-08-25
ARM: Implement all ARM SIMD instructions.
Gabe Black
2010-06-02
ARM: Move code from vfp.hh to vfp.cc.
Gabe Black
2010-06-02
ARM: Implement conversion to/from half precision.
Gabe Black
2010-06-02
ARM: Clean up VFP
Gabe Black
2010-06-02
ARM: Clean up the implementation of the VFP instructions.
Gabe Black
2010-06-02
ARM: Fix vcvtr so that it uses the rounding mode in the FPSCR.
Gabe Black
2010-06-02
ARM: Compensate for ARM's underflow coming from -before- rounding, but x86's ...
Gabe Black
2010-06-02
ARM: Implement flush to zero for destinations as well.
Gabe Black
2010-06-02
ARM: Fix up nans to match ARM's expected behavior.
Gabe Black
2010-06-02
ARM: Implement flush to zero mode for VFP, and clean up some corner cases.
Gabe Black
2010-06-02
ARM: Add barriers that make sure FP operations happen where they're supposed to.
Gabe Black
2010-06-02
ARM: Implement the floating/fixed point VCVT instructions.
Gabe Black
2010-06-02
ARM: Add code to extract and record VFP exceptions.
Gabe Black
2010-06-02
ARM: Add support for VFP vector mode.
Gabe Black
2010-06-02
ARM: Introduce new VFP base classes that are optionally microops.
Gabe Black