Searched refs:check_ieee_exceptions (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 48 static void check_ieee_exceptions(CPUSPARCState *env, uintptr_t ra) in check_ieee_exceptions() function 91 check_ieee_exceptions(env, GETPC()); in helper_fadds() 98 check_ieee_exceptions(env, GETPC()); in helper_fsubs() 105 check_ieee_exceptions(env, GETPC()); in helper_fmuls() 112 check_ieee_exceptions(env, GETPC()); in helper_fdivs() 119 check_ieee_exceptions(env, GETPC()); in helper_faddd() 126 check_ieee_exceptions(env, GETPC()); in helper_fsubd() 133 check_ieee_exceptions(env, GETPC()); in helper_fmuld() 140 check_ieee_exceptions(env, GETPC()); in helper_fdivd() 147 check_ieee_exceptions(env, GETPC()); in helper_faddq() [all …]
|