Searched refs:TARGET_FPE_INTDIV (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 151 #define TARGET_FPE_INTDIV (2) /* Integer divide by zero. */ macro
|
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 118 si_code = TARGET_FPE_INTDIV; in cpu_loop()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 141 n = TARGET_FPE_INTDIV; in cpu_loop()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 49 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->mmu.ar); in cpu_loop()
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | cpu_loop.c | 80 si_code = TARGET_FPE_INTDIV; in cpu_loop()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 51 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, pc); in do_tr_or_bp()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | cpu_loop.c | 219 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, in cpu_loop()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 254 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->pc); in cpu_loop()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 285 force_sig_fault(TARGET_SIGFPE, TARGET_FPE_INTDIV, env->eip); in cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 658 #define TARGET_FPE_INTDIV (1) /* integer divide by zero */ macro
|