Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c587 env->fsr_cexc_ftt = fsr & (FSR_CEXC_MASK | FSR_FTT_MASK); in cpu_put_fsr()
601 env->fsr_cexc_ftt &= FSR_FTT_MASK; in helper_set_fsr_nofcc_noftt()
608 env->fsr_cexc_ftt = fsr & (FSR_CEXC_MASK | FSR_FTT_MASK); in helper_set_fsr_nofcc()
H A Dcpu.h181 #define FSR_FTT_MASK (FSR_FTT2 | FSR_FTT1 | FSR_FTT0) macro
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c298 if ((fsr & FSR_FTT_MASK) == FSR_FTT_IEEE_EXCP) { in cpu_loop()