Searched refs:FP_EX_UNDERFLOW (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dsfp-exceptions.c44 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h57 #define FP_EX_UNDERFLOW 0x10 macro
61 | FP_EX_UNDERFLOW | FP_EX_INEXACT)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dsfp-exceptions.c44 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h57 #define FP_EX_UNDERFLOW 0x10 macro
61 | FP_EX_UNDERFLOW | FP_EX_INEXACT)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dsfp-exceptions.c83 if (_fex & FP_EX_UNDERFLOW)
87 temp.__status_word |= FP_EX_UNDERFLOW;
H A Dsfp-machine.h49 #define FP_EX_UNDERFLOW 0x10 macro
53 | FP_EX_UNDERFLOW | FP_EX_INEXACT)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dsfp-exceptions.c81 if (_fex & FP_EX_UNDERFLOW)
84 temp.__status_word |= FP_EX_UNDERFLOW;
H A Dsfp-machine.h50 #define FP_EX_UNDERFLOW 0x10 macro
54 | FP_EX_UNDERFLOW | FP_EX_INEXACT)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dsfp-exceptions.c81 if (_fex & FP_EX_UNDERFLOW)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c58 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h119 # define FP_EX_UNDERFLOW ISA_BIT(36) macro
123 | FP_EX_UNDERFLOW | FP_EX_DIVZERO \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c60 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h78 #define FP_EX_UNDERFLOW 0x08 macro
82 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dsfp-exceptions.c60 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h78 #define FP_EX_UNDERFLOW 0x08 macro
82 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dsfp-exceptions.c58 if (_fex & FP_EX_UNDERFLOW)
H A Dsfp-machine.h119 # define FP_EX_UNDERFLOW ISA_BIT(36) macro
123 | FP_EX_UNDERFLOW | FP_EX_DIVZERO \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dsfp-machine.h134 #define FP_EX_UNDERFLOW 0x08 macro
137 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
174 #define FP_EX_UNDERFLOW (1 << 1) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/loongarch/
H A Dsfp-machine.h97 #define FP_EX_UNDERFLOW 0x020000 macro
100 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
139 #define FP_EX_UNDERFLOW (1 << 1) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dsfp-machine.h134 #define FP_EX_UNDERFLOW 0x08 macro
137 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
174 #define FP_EX_UNDERFLOW (1 << 1) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/or1k/
H A Dsfp-machine.h53 #define FP_EX_UNDERFLOW 1 << 4 macro
58 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dsoft-fp.h108 #ifndef FP_EX_UNDERFLOW
109 # define FP_EX_UNDERFLOW 0 macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dsoft-fp.h108 #ifndef FP_EX_UNDERFLOW
109 # define FP_EX_UNDERFLOW 0 macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Dsfp-machine.h107 #define FP_EX_UNDERFLOW 0x02 macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Dsfp-machine.h107 #define FP_EX_UNDERFLOW 0x02 macro

Completed in 367 milliseconds

12