Searched refs:VFPEXC_OFC (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/include/ | ||
H A D | vfp.h | 99 #define VFPEXC_OFC (0x00000004) /* Overflow exception */ macro |
/freebsd/sys/arm/arm/ | ||
H A D | vfp.c | 233 else if (fpexc & VFPEXC_OFC) in vfp_bounce() |