Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c880 static char* jump_names[] = { variable
1354 jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_jump()
1372 jump_names[type & 0xff], (type & SLJIT_I32_OP) ? "32" : ""); in check_sljit_emit_cmp()
1396 jump_names[type & 0xff], (type & SLJIT_F32_OP) ? ".f32" : ".f64"); in check_sljit_emit_fcmp()
1420 fprintf(compiler->verbose, " ijump.%s ", jump_names[type]); in check_sljit_emit_ijump()
1458 fprintf(compiler->verbose, ", %s%s\n", jump_names[type & 0xff], JUMP_POSTFIX(type)); in check_sljit_emit_op_flags()
DsljitNativeX86_common.c3000 jump_names[type & 0xff], JUMP_POSTFIX(type));