Home
last modified time | relevance | path

Searched refs:do_raise_exception (Results 1 – 11 of 11) sorted by relevance

/qemu/target/loongarch/tcg/
H A Dop_helper.c22 do_raise_exception(env, exception, GETPC()); in helper_raise_exception()
51 do_raise_exception(env, EXCCODE_BCE, GETPC()); in helper_asrtle_d()
59 do_raise_exception(env, EXCCODE_BCE, GETPC()); in helper_asrtgt_d()
97 do_raise_exception(env, EXCCODE_IPE, GETPC()); in helper_rdtime_d()
137 do_raise_exception(env, EXCP_HLT, 0); in helper_idle()
H A Dfpu_helper.c82 do_raise_exception(env, EXCCODE_FPE, pc); in update_fcsr0_mask()
H A Dvec_helper.c2388 do_raise_exception(env, EXCCODE_FPE, pc); in vec_update_fcsr0_mask()
/qemu/target/mips/tcg/
H A Dop_helper.c164 do_raise_exception(env, EXCP_THREAD, GETPC()); in helper_yield()
171 do_raise_exception(env, EXCP_THREAD, GETPC()); in helper_yield()
179 do_raise_exception(env, EXCP_THREAD, GETPC()); in helper_yield()
189 do_raise_exception(env, EXCP_RI, pc); in check_hwrena()
311 do_raise_exception(env, EXCP_IBE, retaddr); in mips_cpu_do_transaction_failed()
313 do_raise_exception(env, EXCP_DBE, retaddr); in mips_cpu_do_transaction_failed()
H A Dexception.c54 do_raise_exception(env, exception, GETPC()); in helper_raise_exception()
59 do_raise_exception(env, EXCP_DEBUG, 0); in helper_raise_exception_debug()
64 do_raise_exception(env, exception, 0); in raise_exception()
H A Dtcg-internal.h36 void do_raise_exception(CPUMIPSState *env, in do_raise_exception() function
H A Dldst_helper.c39 do_raise_exception(env, EXCP_AdEL, GETPC()); \
H A Dfpu_helper.c54 do_raise_exception(env, EXCP_RI, GETPC()); in helper_cfc1()
99 do_raise_exception(env, EXCP_RI, GETPC()); in helper_ctc1()
111 do_raise_exception(env, EXCP_RI, GETPC()); in helper_ctc1()
167 do_raise_exception(env, EXCP_RI, GETPC()); in helper_ctc1()
175 do_raise_exception(env, EXCP_FPE, GETPC()); in helper_ctc1()
218 do_raise_exception(env, EXCP_FPE, pc); in update_fcr31()
H A Dmsa_helper.c6110 do_raise_exception(env, EXCP_MSAFPE, GETPC()); in helper_msa_ctcmsa()
6182 do_raise_exception(env, EXCP_MSAFPE, retaddr); in check_msacsr_cause()
/qemu/target/loongarch/
H A Dinternals.h23 void G_NORETURN do_raise_exception(CPULoongArchState *env,
H A Dcpu.c92 void G_NORETURN do_raise_exception(CPULoongArchState *env, in do_raise_exception() function
316 do_raise_exception(env, EXCCODE_ADEF, retaddr); in loongarch_cpu_do_transaction_failed()
318 do_raise_exception(env, EXCCODE_ADEM, retaddr); in loongarch_cpu_do_transaction_failed()