Home
last modified time | relevance | path

Searched refs:helper_raise_exception (Results 1 – 25 of 146) sorted by relevance

123456

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dhelper.c25 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception() function
84 helper_raise_exception(env, TT_DIV_ZERO); in helper_udiv_common()
124 helper_raise_exception(env, TT_DIV_ZERO); in helper_sdiv_common()
162 helper_raise_exception(env, TT_DIV_ZERO); in helper_sdivx()
178 helper_raise_exception(env, TT_DIV_ZERO); in helper_udivx()
211 helper_raise_exception(env, TT_TOVF); in helper_taddcctv()
241 helper_raise_exception(env, TT_TOVF); in helper_tsubcctv()
H A Dwin_helper.c107 helper_raise_exception(env, TT_ILL_INSN); in helper_rett()
113 helper_raise_exception(env, TT_WIN_UNF); in helper_rett()
127 helper_raise_exception(env, TT_WIN_OVF); in helper_save()
138 helper_raise_exception(env, TT_WIN_UNF); in helper_restore()
146 helper_raise_exception(env, TT_ILL_INSN); in helper_wrpsr()
166 helper_raise_exception(env, TT_SPILL | (env->otherwin != 0 ? in helper_save()
173 helper_raise_exception(env, TT_CLRWIN); in helper_save()
188 helper_raise_exception(env, TT_FILL | (env->otherwin != 0 ? in helper_restore()
202 helper_raise_exception(env, TT_SPILL | (env->otherwin != 0 ? in helper_flushw()
H A Dldst_helper.c260 helper_raise_exception(env, TT_UNALIGNED); in helper_check_align()
1109 helper_raise_exception(env, TT_PRIV_ACT); in helper_ld_asi()
1214 helper_raise_exception(env, TT_PRIV_ACT); in helper_st_asi()
1272 helper_raise_exception(env, TT_DATA_ACCESS); in helper_st_asi()
1294 helper_raise_exception(env, TT_PRIV_ACT); in helper_ld_asi()
1449 helper_raise_exception(env, TT_ILL_INSN); in helper_ld_asi()
1664 helper_raise_exception(env, TT_PRIV_ACT); in helper_st_asi()
1822 helper_raise_exception(env, TT_ILL_INSN); in helper_st_asi()
2043 helper_raise_exception(env, TT_PRIV_ACT); in helper_ldda_asi()
2417 helper_raise_exception(env, TT_CODE_ACCESS); in sparc_cpu_unassigned_access()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dhelper.c25 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception() function
84 helper_raise_exception(env, TT_DIV_ZERO); in helper_udiv_common()
124 helper_raise_exception(env, TT_DIV_ZERO); in helper_sdiv_common()
162 helper_raise_exception(env, TT_DIV_ZERO); in helper_sdivx()
178 helper_raise_exception(env, TT_DIV_ZERO); in helper_udivx()
211 helper_raise_exception(env, TT_TOVF); in helper_taddcctv()
241 helper_raise_exception(env, TT_TOVF); in helper_tsubcctv()
H A Dwin_helper.c107 helper_raise_exception(env, TT_ILL_INSN); in helper_rett()
113 helper_raise_exception(env, TT_WIN_UNF); in helper_rett()
127 helper_raise_exception(env, TT_WIN_OVF); in helper_save()
138 helper_raise_exception(env, TT_WIN_UNF); in helper_restore()
146 helper_raise_exception(env, TT_ILL_INSN); in helper_wrpsr()
166 helper_raise_exception(env, TT_SPILL | (env->otherwin != 0 ? in helper_save()
173 helper_raise_exception(env, TT_CLRWIN); in helper_save()
188 helper_raise_exception(env, TT_FILL | (env->otherwin != 0 ? in helper_restore()
202 helper_raise_exception(env, TT_SPILL | (env->otherwin != 0 ? in helper_flushw()
H A Dldst_helper.c260 helper_raise_exception(env, TT_UNALIGNED); in helper_check_align()
1109 helper_raise_exception(env, TT_PRIV_ACT); in helper_ld_asi()
1214 helper_raise_exception(env, TT_PRIV_ACT); in helper_st_asi()
1272 helper_raise_exception(env, TT_DATA_ACCESS); in helper_st_asi()
1294 helper_raise_exception(env, TT_PRIV_ACT); in helper_ld_asi()
1449 helper_raise_exception(env, TT_ILL_INSN); in helper_ld_asi()
1664 helper_raise_exception(env, TT_PRIV_ACT); in helper_st_asi()
1822 helper_raise_exception(env, TT_ILL_INSN); in helper_st_asi()
2043 helper_raise_exception(env, TT_PRIV_ACT); in helper_ldda_asi()
2417 helper_raise_exception(env, TT_CODE_ACCESS); in sparc_cpu_unassigned_access()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu5/qemu-5.2.0/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu42/qemu-4.2.1/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu60/qemu-6.0.0/target/moxie/
H A Dhelper.c29 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
47 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
60 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/moxie/
H A Dhelper.c43 void helper_raise_exception(CPUMoxieState *env, int ex) in helper_raise_exception() function
61 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_div()
74 helper_raise_exception(env, MOXIE_EX_DIV0); in helper_udiv()
/dports/emulators/qemu-utils/qemu-4.2.1/target/microblaze/
H A Dop_helper.c66 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
141 helper_raise_exception(env, EXCP_HW_EXCP); in div_prepare()
169 helper_raise_exception(env, EXCP_HW_EXCP); in raise_fpu_exception()
442 helper_raise_exception(env, EXCP_HW_EXCP); in helper_memalign()
454 helper_raise_exception(env, EXCP_HW_EXCP); in helper_stackprot()
494 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
499 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/microblaze/
H A Dop_helper.c66 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
141 helper_raise_exception(env, EXCP_HW_EXCP); in div_prepare()
169 helper_raise_exception(env, EXCP_HW_EXCP); in raise_fpu_exception()
442 helper_raise_exception(env, EXCP_HW_EXCP); in helper_memalign()
454 helper_raise_exception(env, EXCP_HW_EXCP); in helper_stackprot()
494 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
499 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/microblaze/
H A Dop_helper.c85 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
160 helper_raise_exception(env, EXCP_HW_EXCP); in div_prepare()
188 helper_raise_exception(env, EXCP_HW_EXCP); in raise_fpu_exception()
461 helper_raise_exception(env, EXCP_HW_EXCP); in helper_memalign()
473 helper_raise_exception(env, EXCP_HW_EXCP); in helper_stackprot()
511 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_unassigned_access()
516 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_unassigned_access()
/dports/emulators/qemu42/qemu-4.2.1/target/microblaze/
H A Dop_helper.c66 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
141 helper_raise_exception(env, EXCP_HW_EXCP); in div_prepare()
169 helper_raise_exception(env, EXCP_HW_EXCP); in raise_fpu_exception()
442 helper_raise_exception(env, EXCP_HW_EXCP); in helper_memalign()
454 helper_raise_exception(env, EXCP_HW_EXCP); in helper_stackprot()
494 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
499 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/microblaze/
H A Dop_helper.c66 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
141 helper_raise_exception(env, EXCP_HW_EXCP); in div_prepare()
169 helper_raise_exception(env, EXCP_HW_EXCP); in raise_fpu_exception()
442 helper_raise_exception(env, EXCP_HW_EXCP); in helper_memalign()
454 helper_raise_exception(env, EXCP_HW_EXCP); in helper_stackprot()
494 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
499 helper_raise_exception(env, EXCP_HW_EXCP); in mb_cpu_transaction_failed()
/dports/emulators/qemu-utils/qemu-4.2.1/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu5/qemu-5.2.0/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu42/qemu-4.2.1/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/nios2/
H A Dop_helper.c47 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/nios2/
H A Dop_helper.c56 void helper_raise_exception(CPUNios2State *env, uint32_t index) in helper_raise_exception() function

123456