Lines Matching refs:DO_ERROR_INFO
349 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
361 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
363 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
365 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
367 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
369 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
371 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
373 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
375 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
377 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
379 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
381 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
383 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
385 DO_ERROR_INFO(translation_exception, SIGILL, ILL_ILLOPN,
549 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,