Home
last modified time | relevance | path

Searched refs:FEX_SIGNAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c279 else if (mode == FEX_SIGNAL) { in __fex_hdlr()
447 case FEX_SIGNAL: in __fex_hdlr()
449 mode = FEX_SIGNAL; in __fex_hdlr()
454 FEX_SIGNAL) in __fex_hdlr()
485 } else if (mode == FEX_SIGNAL) { in __fex_hdlr()
561 } else if (mode == FEX_SIGNAL) { in __fex_hdlr()
657 else if (mode == FEX_SIGNAL) { in __fex_hdlr()
/illumos-gate/usr/src/head/
H A Dfenv.h111 #define FEX_SIGNAL 2 macro