Home
last modified time | relevance | path

Searched refs:FP_TRAPPING_EXCEPTIONS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dsoft-fp.h119 #ifndef FP_TRAPPING_EXCEPTIONS
120 #define FP_TRAPPING_EXCEPTIONS 0 macro
H A Dop-common.h165 (FP_TRAPPING_EXCEPTIONS & FP_EX_UNDERFLOW)) \
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_32.h207 #define FP_TRAPPING_EXCEPTIONS ((current->thread.fsr >> 23) & 0x1f) macro
209 #define FP_TRAPPING_EXCEPTIONS ((last_task_used_math->thread.fsr >> 23) & 0x1f) macro
H A Dsfp-machine_64.h91 #define FP_TRAPPING_EXCEPTIONS ((current_thread_info()->xfsr[0] >> 23) & 0x1f) macro