Home
last modified time | relevance | path

Searched refs:TARGET_FPE_FLTOVF (Results 1 – 10 of 10) sorted by relevance

/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h153 #define TARGET_FPE_FLTOVF (4) /* Floating point overflow. */ macro
/qemu/linux-user/loongarch64/
H A Dcpu_loop.c60 si_code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/alpha/
H A Dcpu_loop.c121 si_code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/s390x/
H A Dcpu_loop.c38 return TARGET_FPE_FLTOVF; in get_pgm_data_si_code()
/qemu/linux-user/microblaze/
H A Dcpu_loop.c93 si_code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/ppc/
H A Dcpu_loop.c113 si_code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/mips/
H A Dcpu_loop.c175 si_code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/sparc/
H A Dcpu_loop.c302 code = TARGET_FPE_FLTOVF; in cpu_loop()
/qemu/linux-user/
H A Dsyscall_defs.h661 #define TARGET_FPE_FLTOVF (4) /* floating point overflow */ macro
H A Dsyscall.c12091 si_code = TARGET_FPE_FLTOVF; in _syscall2()