Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.c346 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler()
1346 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_jump()
1353 fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1364 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_cmp()
1371 fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1388 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp()
1395 fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
1648 type = condition | (type & (SLJIT_I32_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1674 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1701 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_fcmp()
DsljitNativeARM_32.c396 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
745 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code()
2409 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2419 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump()
2429 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
DsljitNativeMIPS_common.c229 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
232 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1632 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1763 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
1887 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_fcmp()
DsljitLir.h1006 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
DsljitNativeARM_64.c159 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type()
1889 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1917 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
DsljitNativePPC_common.c259 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
262 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2149 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeTILEGX_64.c909 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2419 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2481 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
DsljitNativeSPARC_common.c209 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1302 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeARM_T2_32.c228 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1924 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeX86_common.c511 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code()
2593 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);