Searched refs:jump_names (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 880 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()
|
H A D | sljitNativeX86_common.c | 2977 JUMP_PREFIX(type), jump_names[type & 0xff]);
|
Completed in 14 milliseconds