Searched refs:jump_names (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 1027 static const char* jump_names[] = { variable 1304 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op1() 1378 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op2() 1534 fprintf(compiler->verbose, ".%s_f", jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_fop1_cmp() 1679 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_jump() 1698 fprintf(compiler->verbose, " %s%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_call() 1733 jump_names[type & 0xff], (type & SLJIT_32) ? "32" : ""); in check_sljit_emit_cmp() 1758 jump_names[type & 0xff], (type & SLJIT_32) ? ".f32" : ".f64"); in check_sljit_emit_fcmp() 1782 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump() 1806 fprintf(compiler->verbose, " i%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_icall() [all …]
|