Home
last modified time | relevance | path

Searched refs:FPCR_DN (Results 1 – 3 of 3) sorted by relevance

/qemu/target/arm/
H A Dvfp_helper.c139 if (changed & FPCR_DN) { in vfp_set_fpscr_to_host()
140 bool dnan_enabled = val & FPCR_DN; in vfp_set_fpscr_to_host()
H A Dcpu.h1702 #define FPCR_DN (1 << 25) /* Default NaN enable bit */ macro
/qemu/hw/intc/
H A Darmv7m_nvic.c2124 uint32_t mask = FPCR_AHP | FPCR_DN | FPCR_FZ | FPCR_RMODE_MASK; in nvic_writel()