Home
last modified time | relevance | path

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

/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h155 #define TARGET_FPE_FLTRES (6) /* Floating point inexact result. */ macro
/qemu/linux-user/loongarch64/
H A Dcpu_loop.c64 si_code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/alpha/
H A Dcpu_loop.c130 si_code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/s390x/
H A Dcpu_loop.c45 return TARGET_FPE_FLTRES; in get_pgm_data_si_code()
/qemu/linux-user/microblaze/
H A Dcpu_loop.c99 si_code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/ppc/
H A Dcpu_loop.c123 si_code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/mips/
H A Dcpu_loop.c179 si_code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/sparc/
H A Dcpu_loop.c308 code = TARGET_FPE_FLTRES; in cpu_loop()
/qemu/linux-user/
H A Dsyscall_defs.h663 #define TARGET_FPE_FLTRES (6) /* floating point inexact result */ macro
H A Dsyscall.c12085 si_code = TARGET_FPE_FLTRES; in _syscall2()