Lines Matching refs:GETPC
146 update_fpsw(env, *(uint32_t *)&ret, GETPC()); \
159 update_fpsw(env, 0, GETPC()); in FLOATOP()
179 update_fpsw(env, ret, GETPC()); in helper_ftoi()
187 update_fpsw(env, ret, GETPC()); in helper_round()
195 update_fpsw(env, ret, GETPC()); in helper_itof()
207 tmp0 = cpu_ldub_data_ra(env, env->regs[1]++, GETPC()); in helper_scmpu()
208 tmp1 = cpu_ldub_data_ra(env, env->regs[2]++, GETPC()); in helper_scmpu()
241 cpu_stfn[sz](env, env->regs[1], env->regs[2], GETPC()); in helper_sstr()
258 tmp = cpu_ldub_data_ra(env, env->regs[2], GETPC()); in smov()
259 cpu_stb_data_ra(env, env->regs[1], tmp, GETPC()); in smov()
293 tmp = cpu_ldufn[sz](env, env->regs[1], GETPC()); in helper_suntil()
312 tmp = cpu_ldufn[sz](env, env->regs[1], GETPC()); in helper_swhile()
340 tmp0 = cpu_ldfn[sz](env, env->regs[1], GETPC()); in helper_rmpa()
341 tmp1 = cpu_ldfn[sz](env, env->regs[2], GETPC()); in helper_rmpa()
435 raise_exception(env, 20, GETPC()); in helper_raise_privilege_violation()
440 raise_exception(env, 21, GETPC()); in helper_raise_access_fault()
445 raise_exception(env, 23, GETPC()); in helper_raise_illegal_instruction()