Deleted Added
full compact
26c26
< * $FreeBSD: stable/10/sys/arm/include/vfp.h 266277 2014-05-17 00:53:12Z ian $
---
> * $FreeBSD: stable/10/sys/arm/include/vfp.h 266341 2014-05-17 19:37:04Z ian $
94a95,99
> #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 */