Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c76 env->fsr_cexc_ftt = cexc | FSR_FTT_IEEE_EXCP; in check_ieee_exceptions()
85 env->fsr_cexc_ftt = cexc; in check_ieee_exceptions()
541 target_ulong fsr = env->fsr | env->fsr_cexc_ftt; in cpu_get_fsr()
587 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()
602 env->fsr_cexc_ftt |= fsr & FSR_CEXC_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.h438 uint32_t fsr_cexc_ftt; /* cexc, ftt */ member
H A Dtranslate.c1304 offsetof(CPUSPARCState, fsr_cexc_ftt)); in gen_op_clear_ieee_excp_and_FTT()
1462 offsetof(CPUSPARCState, fsr_cexc_ftt)); in gen_op_fpexception_im()