Lines Matching defs:render_opcode
1264 static void render_opcode(FILE *out, const char *fmt, ...)
1361 render_opcode(NULL, "ASN1_OP_COMPLETE,\n");
1376 render_opcode(out, "ASN1_OP_COMPLETE,\n");
1413 render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
1416 render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
1417 render_opcode(out, "_jump_target(%u),\n", entry);
1420 render_opcode(out, "ASN1_OP_END_SET%s,\n", act);
1423 render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
1424 render_opcode(out, "_jump_target(%u),\n", entry);
1430 render_opcode(out, "_action(ACT_%s),\n",
1432 render_opcode(out, "ASN1_OP_RETURN,\n");
1463 render_opcode(out, "ASN1_OP_%sMATCH_ANY%s%s,",
1478 render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
1491 render_opcode(out, "ASN1_OP_%sMATCH%s%s,",
1510 render_opcode(out, "_tag(%s, %s, %s),\n",
1515 render_opcode(out, "_tagn(%s, %s, %2u),\n",
1527 render_opcode(out, "ASN1_OP_%sACT,\n",
1535 render_opcode(out, "_jump_target(%u),", e->entry_index);
1552 render_opcode(out, "ASN1_OP_END_SEQ%s,\n", act);
1561 render_opcode(out, "_jump_target(%u),", e->entry_index);
1579 render_opcode(out, "ASN1_OP_END_SEQ_OF%s,\n", act);
1581 render_opcode(out, "ASN1_OP_END_SET_OF%s,\n", act);
1582 render_opcode(out, "_jump_target(%u),\n", entry);
1600 render_opcode(out, "ASN1_OP_COND_FAIL,\n");
1602 render_opcode(out, "ASN1_OP_ACT,\n");
1610 render_opcode(out, "_action(ACT_%s),\n", e->action->name);