Home
last modified time | relevance | path

Searched refs:__sim_exceptions_thread (Results 1 – 16 of 16) sorted by relevance

/sysdeps/powerpc/nofpu/
A Dsim-full.c24 __thread int __sim_exceptions_thread; variable
25 libc_hidden_tls_def (__sim_exceptions_thread);
52 __sim_exceptions_thread |= x; in __simulate_exceptions()
53 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __simulate_exceptions()
A Dfsetexcptflg.c26 __sim_exceptions_thread in __fesetexceptflag()
27 = (__sim_exceptions_thread & ~excepts) | (*flagp & excepts); in __fesetexceptflag()
28 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __fesetexceptflag()
A Dfeupdateenv.c30 saved_exceptions = __sim_exceptions_thread; in __feupdateenv()
36 __sim_exceptions_thread |= saved_exceptions; in __feupdateenv()
37 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __feupdateenv()
A Dfesetexcept.c24 __sim_exceptions_thread |= (excepts & FE_ALL_EXCEPT); in fesetexcept()
25 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in fesetexcept()
A Datomic-feholdexcept.c28 u.l[0] = __sim_exceptions_thread; in __atomic_feholdexcept()
36 __sim_exceptions_thread = 0; in __atomic_feholdexcept()
A Datomic-feupdateenv.c28 int saved_exceptions = __sim_exceptions_thread; in __atomic_feupdateenv()
33 __sim_exceptions_thread |= u.l[0]; in __atomic_feupdateenv()
A Dfclrexcpt.c25 __sim_exceptions_thread &= ~x; in __feclearexcept()
26 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __feclearexcept()
A Dfraiseexcpt.c26 __sim_exceptions_thread |= x; in __feraiseexcept()
27 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __feraiseexcept()
A Dfesetenv.c28 __sim_exceptions_thread = u.l[0] & FE_ALL_EXCEPT; in __fesetenv()
29 SIM_SET_GLOBAL (__sim_exceptions_global, __sim_exceptions_thread); in __fesetenv()
A Dsoft-supp.h35 extern __thread int __sim_exceptions_thread attribute_tls_model_ie;
36 libc_hidden_tls_proto (__sim_exceptions_thread, tls_model ("initial-exec"));
A Datomic-feclearexcept.c27 __sim_exceptions_thread = 0; in __atomic_feclearexcept()
A Dftestexcept.c25 return __sim_exceptions_thread & x; in fetestexcept()
A Dfgetexcptflg.c25 *flagp = (fexcept_t) __sim_exceptions_thread & excepts & FE_ALL_EXCEPT; in __fegetexceptflag()
A Dfegetenv.c27 u.l[0] = __sim_exceptions_thread; in __fegetenv()
A DVersions25 __sim_exceptions_thread;
A Dsfp-machine.h105 extern __thread int __sim_exceptions_thread attribute_tls_model_ie;
106 libc_hidden_tls_proto (__sim_exceptions_thread, tls_model ("initial-exec"));

Completed in 9 milliseconds