Lines Matching refs:DO_ERROR_INFO
92 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
98 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
100 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
102 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
104 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
106 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
108 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
110 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
112 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
114 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
116 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
118 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
120 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
122 DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN,
190 DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN,