Searched refs:VMVFR1_FZ_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/include/ | ||
H A D | vfp.h | 136 #define VMVFR1_FZ_MASK (0x0000000f) /* Neon denormal arith supp */ macro |
/freebsd/sys/arm/arm/ | ||
H A D | vfp.c | 168 if ((tmp & VMVFR1_FZ_MASK) == 0x1) { in vfp_init() |