Author: andrew
Date: Sat Mar 29 10:11:19 2014
New Revision: 263910
URL: http://svnweb.freebsd.org/changeset/base/263910

Log:
  Add more flags for the fpexc register from the ARM1176JZF-S Manual

Modified:
  head/sys/arm/include/vfp.h

Modified: head/sys/arm/include/vfp.h
==============================================================================
--- head/sys/arm/include/vfp.h  Sat Mar 29 09:27:08 2014        (r263909)
+++ head/sys/arm/include/vfp.h  Sat Mar 29 10:11:19 2014        (r263910)
@@ -92,6 +92,11 @@
 /* VFPEXC */
 #define        VFPEXC_EX               (0x80000000)    /* exception v1 v2 */
 #define        VFPEXC_EN               (0x40000000)    /* vfp enable */
+#define        VFPEXC_FP2V             (0x10000000)    /* FPINST2 valid */
+#define        VFPEXC_INV              (0x00000080)    /* Input exception */
+#define        VFPEXC_UFC              (0x00000008)    /* Underflow exception 
*/
+#define        VFPEXC_OFC              (0x00000004)    /* Overflow exception */
+#define        VFPEXC_IOC              (0x00000001)    /* Invlaid operation */
 
 /* version 3 registers */
 /* VMVFR0 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to