ILL_ILLOPN
force_signal_inject(SIGILL, ILL_ILLOPN, regs->pc, esr);
code = ILL_ILLOPN;
_exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
_exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, "operand exception")
DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN, "special operation exception")
DO_ERROR_INFO(specification_exception, SIGILL, ILL_ILLOPN, "specification exception");
DO_ERROR_INFO(transaction_exception, SIGILL, ILL_ILLOPN, "transaction constraint exception")
do_trap(regs, SIGILL, ILL_ILLOPN, "data exception");
DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, "execute exception")
ILL_ILLOPN, error_get_trap_addr(regs));
else if (info->si_code != ILL_ILLOPN)