linux/arch/arm/vfp
Daniel Jacobowitz c29ecac18c [ARM] 3749/3: Correct VFP single/double conversion emulation
Patch from Daniel Jacobowitz

The fcvtsd/fcvtds emulation was left behind when the numbering of double
precision registers was changed from 0-30 to 0-15.  Both conversion
instructions were writing their results to the wrong register.  Also,
the conversion instructions should stop after the first element even
if a vector length is specified.

Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-08-27 12:42:10 +01:00
..
entry.S [ARM] Move enable_irq and disable_irq to assembler.h 2006-03-23 16:59:37 +00:00
Makefile [ARM] Enable VFP to be built when non-VFP capable CPUs are selected 2006-06-22 10:24:24 +01:00
vfp.h [ARM] 3748/3: Correct error check in vfp_raise_exceptions 2006-08-27 12:42:08 +01:00
vfpdouble.c [ARM] 3749/3: Correct VFP single/double conversion emulation 2006-08-27 12:42:10 +01:00
vfphw.S [ARM] Enable VFP to be built when non-VFP capable CPUs are selected 2006-06-22 10:24:24 +01:00
vfpinstr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vfpmodule.c [ARM] 3748/3: Correct error check in vfp_raise_exceptions 2006-08-27 12:42:08 +01:00
vfpsingle.c [ARM] 3749/3: Correct VFP single/double conversion emulation 2006-08-27 12:42:10 +01:00