Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h28 #define FSR_NVA (FPEXC_NV << FSR_AEXC_SHIFT) macro
33 #define FSR_AEXC (FSR_NVA | FSR_OFA | FSR_UFA | FSR_DZA | FSR_NXA)
/openbmc/qemu/target/sparc/
H A Dcpu.h160 #define FSR_NVA (1ULL << 9) macro
165 #define FSR_AEXC_MASK (FSR_NVA | FSR_OFA | FSR_UFA | FSR_DZA | FSR_NXA)
H A Dfop_helper.c449 env->fsr |= FSR_NVA; in finish_fcmp()