render_opcode
render_opcode(NULL, "ASN1_OP_COMPLETE,\n");
render_opcode(out, "ASN1_OP_COMPLETE,\n");
render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
render_opcode(out, "_jump_target(%u),\n", entry);
render_opcode(out, "ASN1_OP_END_SET%s,\n", act);
render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
render_opcode(out, "_jump_target(%u),\n", entry);
render_opcode(out, "_action(ACT_%s),\n",
render_opcode(out, "ASN1_OP_RETURN,\n");
render_opcode(out, "ASN1_OP_%sMATCH_ANY%s%s,",
render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
render_opcode(out, "_tag(%s, %s, %s),\n",
render_opcode(out, "_tagn(%s, %s, %2u),\n",
render_opcode(out, "ASN1_OP_%sACT,\n",
render_opcode(out, "_jump_target(%u),", e->entry_index);
render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
render_opcode(out, "_jump_target(%u),", e->entry_index);
render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
render_opcode(out, "_jump_target(%u),\n", entry);
render_opcode(out, "ASN1_OP_COND_FAIL,\n");
render_opcode(out, "ASN1_OP_ACT,\n");
render_opcode(out, "_action(ACT_%s),\n", e->action->name);