Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c915 static char* jump_names[] = { variable
1201 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op1()
1271 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op2()
1395 fprintf(compiler->verbose, ".%s_f", jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_fop1_cmp()
1540 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_jump()
1583 fprintf(compiler->verbose, " %s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_call()
1616 jump_names[type & 0xff], (type & SLJIT_I32_OP) ? "32" : ""); in check_sljit_emit_cmp()
1641 jump_names[type & 0xff], (type & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fcmp()
1665 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1712 fprintf(compiler->verbose, " i%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_icall()
[all …]

Completed in 18 milliseconds