Searched refs:update_fpscr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 216 static void update_fpscr(CPUSH4State *env, uintptr_t retaddr) in update_fpscr() function 259 update_fpscr(env, GETPC()); in helper_fadd_FT() 267 update_fpscr(env, GETPC()); in helper_fadd_DT() 277 update_fpscr(env, GETPC()); in helper_fcmp_eq_FT() 287 update_fpscr(env, GETPC()); in helper_fcmp_eq_DT() 297 update_fpscr(env, GETPC()); in helper_fcmp_gt_FT() 307 update_fpscr(env, GETPC()); in helper_fcmp_gt_DT() 316 update_fpscr(env, GETPC()); in helper_fcnvsd_FT_DT() 325 update_fpscr(env, GETPC()); in helper_fcnvds_DT_FT() 333 update_fpscr(env, GETPC()); in helper_fdiv_FT() [all …]
|