Searched refs:fex_exception (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/lib/libm/common/m9x/ |
| H A D | __fex_hdlr.c | 232 enum fex_exception e; 395 enum fex_exception e, simd_e[4]; 423 e = (enum fex_exception)-1; 457 if (e == (enum fex_exception)-1) {
|
| H A D | __fex_i386.c | 237 enum fex_exception 270 return (enum fex_exception) -1; 283 return (enum fex_exception) -1; 296 return (enum fex_exception) -1; 309 return (enum fex_exception) -1; 321 return (enum fex_exception) -1; 371 return (enum fex_exception) -1; 538 return (enum fex_exception) -1;
|
| H A D | __fex_sparc.c | 93 enum fex_exception 123 return (enum fex_exception) -1; 173 return (enum fex_exception) -1;
|
| H A D | __fex_sse.c | 341 static enum fex_exception 357 return (enum fex_exception) -1; 419 return (enum fex_exception)-1; 478 enum fex_exception 821 return (enum fex_exception)-1; 837 __fex_get_simd_op(ucontext_t *uap, sseinst_t *inst, enum fex_exception *e, 1107 __fex_st_sse_result(ucontext_t *uap, sseinst_t *inst, enum fex_exception e, 1340 __fex_st_simd_result(ucontext_t *uap, sseinst_t *inst, enum fex_exception *e,
|
| H A D | fex_handler.h | 34 enum fex_exception { enum 59 extern void __fex_mklog(ucontext_t *, char *, int, enum fex_exception, 63 extern enum fex_exception __fex_get_invalid_type(siginfo_t *, ucontext_t *); 204 extern enum fex_exception __fex_get_sse_op(ucontext_t *, sseinst_t *, 207 enum fex_exception *, fex_info_t *); 209 enum fex_exception, fex_info_t *); 211 enum fex_exception *, fex_info_t *);
|
| H A D | fex_log.c | 284 __fex_mklog(ucontext_t *uap, char *addr, int f, enum fex_exception e,
|
Completed in 97 milliseconds