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