Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.c880 static char* jump_names[] = { variable
1339 JUMP_PREFIX(type), jump_names[type & 0xff]); in check_sljit_emit_jump()
1357 (type & SLJIT_INT_OP) ? "i_" : "", jump_names[type & 0xff]); in check_sljit_emit_cmp()
1381 (type & SLJIT_SINGLE_OP) ? "s_" : "d_", jump_names[type & 0xff]); in check_sljit_emit_fcmp()
1405 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1442 fprintf(compiler->verbose, ", %s%s\n", JUMP_PREFIX(type), jump_names[type & 0xff]); in check_sljit_emit_op_flags()

Completed in 11 milliseconds