Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c298 if ((fsr & FSR_FTT_MASK) == FSR_FTT_IEEE_EXCP) { in cpu_loop()
/openbmc/qemu/target/sparc/
H A Dcpu.h182 #define FSR_FTT_IEEE_EXCP (1ULL << 14) macro
H A Dfop_helper.c76 env->fsr_cexc_ftt = cexc | FSR_FTT_IEEE_EXCP; in check_ieee_exceptions()