Lines Matching refs:DO_ERROR_INFO
91 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
99 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
101 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
103 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
105 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
107 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
109 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
111 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
113 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
115 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
117 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
119 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
121 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
189 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,