Searched refs:jump_names (Results 1 – 1 of 1) sorted by relevance
/external/pcre/src/sljit/ |
D | sljitLir.c | 1022 static const char* jump_names[] = { variable 1367 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op1() 1448 !(op & VARIABLE_FLAG_MASK) ? "" : jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_op2() 1633 fprintf(compiler->verbose, ".%s", jump_names[GET_FLAG_TYPE(op)]); in check_sljit_emit_fop1_cmp() 1789 jump_names[type & 0xff]); in check_sljit_emit_jump() 1814 fprintf(compiler->verbose, " %s%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_call() 1849 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]); in check_sljit_emit_cmp() 1875 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]); in check_sljit_emit_fcmp() 1899 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump() 1929 fprintf(compiler->verbose, " i%s%s ret[%s", jump_names[type & 0xff], in check_sljit_emit_icall() [all …]
|