Searched refs:jump_names (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.c833 static char* jump_names[] = { variable
1371 fprintf(compiler->verbose, " jump%s.%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]);
1394 fprintf(compiler->verbose, " %scmp%s.%s ", !(type & SLJIT_INT_OP) ? "" : "i", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]);
1424 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]);
1454 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]);
1498 fprintf(compiler->verbose, ", %s\n", jump_names[type]);

Completed in 61 milliseconds