Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c974 static char* jump_names[] = { variable
1244 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op1()
1314 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op2()
1467 fprintf(compiler->verbose, ".%s_f", jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_fop1_cmp()
1612 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_jump()
1655 fprintf(compiler->verbose, " %s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_call()
1688 jump_names[type & 0xff], (type & SLJIT_I32_OP) ? "32" : ""); in check_sljit_emit_cmp()
1713 jump_names[type & 0xff], (type & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fcmp()
1737 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1784 fprintf(compiler->verbose, " i%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_icall()
[all …]