Lines Matching refs:GETPC
93 if (!check_divz(env, a, b, GETPC())) { in helper_divs()
101 if (!check_divz(env, a, b, GETPC())) { in helper_divu()
155 update_fpu_flags(env, flags, GETPC()); in helper_fadd()
169 update_fpu_flags(env, flags, GETPC()); in helper_frsub()
183 update_fpu_flags(env, flags, GETPC()); in helper_fmul()
198 update_fpu_flags(env, flags, GETPC()); in helper_fdiv()
213 update_fpu_flags(env, float_flag_invalid, GETPC()); in helper_fcmp_un()
236 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_lt()
252 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_eq()
268 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_le()
284 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_gt()
298 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_ne()
313 update_fpu_flags(env, flags & float_flag_invalid, GETPC()); in helper_fcmp_ge()
337 update_fpu_flags(env, flags, GETPC()); in helper_fint()
351 update_fpu_flags(env, flags, GETPC()); in helper_fsqrt()
381 cpu_loop_exit_restore(cs, GETPC()); in helper_stackprot()