Lines Matching refs:check_ieee_exceptions

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()
154 check_ieee_exceptions(env, GETPC()); in helper_fsubq()
161 check_ieee_exceptions(env, GETPC()); in helper_fmulq()
168 check_ieee_exceptions(env, GETPC()); in helper_fdivq()
177 check_ieee_exceptions(env, GETPC()); in helper_fsmuld()
186 check_ieee_exceptions(env, GETPC()); in helper_fdmulq()
194 check_ieee_exceptions(env, GETPC()); in helper_fitos()
201 check_ieee_exceptions(env, GETPC()); in helper_fitod()
208 check_ieee_exceptions(env, GETPC()); in helper_fitoq()
216 check_ieee_exceptions(env, GETPC()); in helper_fxtos()
223 check_ieee_exceptions(env, GETPC()); in helper_fxtod()
230 check_ieee_exceptions(env, GETPC()); in helper_fxtoq()
239 check_ieee_exceptions(env, GETPC()); in helper_fdtos()
246 check_ieee_exceptions(env, GETPC()); in helper_fstod()
253 check_ieee_exceptions(env, GETPC()); in helper_fqtos()
260 check_ieee_exceptions(env, GETPC()); in helper_fstoq()
267 check_ieee_exceptions(env, GETPC()); in helper_fqtod()
274 check_ieee_exceptions(env, GETPC()); in helper_fdtoq()
282 check_ieee_exceptions(env, GETPC()); in helper_fstoi()
289 check_ieee_exceptions(env, GETPC()); in helper_fdtoi()
297 check_ieee_exceptions(env, GETPC()); in helper_fqtoi()
305 check_ieee_exceptions(env, GETPC()); in helper_fstox()
312 check_ieee_exceptions(env, GETPC()); in helper_fdtox()
320 check_ieee_exceptions(env, GETPC()); in helper_fqtox()
328 check_ieee_exceptions(env, GETPC()); in helper_fsqrts()
335 check_ieee_exceptions(env, GETPC()); in helper_fsqrtd()
342 check_ieee_exceptions(env, GETPC()); in helper_fsqrtq()
350 check_ieee_exceptions(env, GETPC()); in helper_fmadds()
358 check_ieee_exceptions(env, GETPC()); in helper_fmaddd()
373 check_ieee_exceptions(env, GETPC()); in helper_fnadds()
385 check_ieee_exceptions(env, GETPC()); in helper_fnmuls()
400 check_ieee_exceptions(env, GETPC()); in helper_fnaddd()
412 check_ieee_exceptions(env, GETPC()); in helper_fnmuld()
426 check_ieee_exceptions(env, GETPC()); in helper_fnsmuld()
432 check_ieee_exceptions(env, ra); in finish_fcmp()