Searched refs:VFPEXC_UFC (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/include/ | ||
| H A D | vfp.h | 99 #define VFPEXC_UFC (0x00000008) /* Underflow exception */ macro |
| /f-stack/freebsd/arm/arm/ | ||
| H A D | vfp.c | 204 if (fpexc & VFPEXC_UFC) in vfp_bounce() |