Searched refs:check_ieee_exceptions (Results 1 – 1 of 1) sorted by relevance
/qemu/target/sparc/ |
H A D | fop_helper.c | 47 static void check_ieee_exceptions(CPUSPARCState *env, uintptr_t ra) in check_ieee_exceptions() function 90 check_ieee_exceptions(env, GETPC()); in helper_fadds() 97 check_ieee_exceptions(env, GETPC()); in helper_fsubs() 104 check_ieee_exceptions(env, GETPC()); in helper_fmuls() 111 check_ieee_exceptions(env, GETPC()); in helper_fdivs() 118 check_ieee_exceptions(env, GETPC()); in helper_faddd() 125 check_ieee_exceptions(env, GETPC()); in helper_fsubd() 132 check_ieee_exceptions(env, GETPC()); in helper_fmuld() 139 check_ieee_exceptions(env, GETPC()); in helper_fdivd() 146 check_ieee_exceptions(env, GETPC()); in helper_faddq() [all …]
|