Searched refs:FPE_EX (Results 1 – 2 of 2) sorted by relevance
233 DPRINTF(FPE_EX, ("fpu_emulate: emulating insn %x at %p\n", in fpu_emulate()240 DPRINTF(FPE_EX, ("fpu_emulate: SIGTRAP\n")); in fpu_emulate()249 DPRINTF(FPE_EX, ("fpu_emulate: success\n")); in fpu_emulate()257 DPRINTF(FPE_EX, ("fpu_emulate: SIGFPE\n")); in fpu_emulate()264 DPRINTF(FPE_EX, ("fpu_emulate: SIGSEGV\n")); in fpu_emulate()273 DPRINTF(FPE_EX, ("fpu_emulate: SIGILL\n")); in fpu_emulate()275 if (fpe_debug & FPE_EX) { in fpu_emulate()369 if (fpe_debug & FPE_EX) { in fpu_execute()
203 #define FPE_EX 0x1 macro