kernel-ark/arch/arm/vfp
Russell King 90e6b04836 [ARM] vfp: fix fuitod/fsitod instructions
These two instructions exceptionally take a single precision register
as their operand.  This means we can't use vfp_get_dm() to read the
register number - we need to use vfp_get_sm() instead.  Add a flag to
indicate this exception to the general rule.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-01-10 17:07:08 +00:00
..
entry.S
Makefile kbuild: enable 'make AFLAGS=...' to add additional options to AS 2007-10-15 21:59:31 +02:00
vfp.h [ARM] vfp: fix fuitod/fsitod instructions 2008-01-10 17:07:08 +00:00
vfpdouble.c [ARM] vfp: fix fuitod/fsitod instructions 2008-01-10 17:07:08 +00:00
vfphw.S
vfpinstr.h
vfpmodule.c [ARM] 4629/1: Fix VFP emulation code to clear all exception flags of FPEXC 2007-10-20 23:42:15 +01:00
vfpsingle.c