Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c346 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_SINGLE_OP, in sljit_create_compiler()
1331 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_jump()
1338 fprintf(compiler->verbose, " jump%s.%s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1349 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_cmp()
1356 fprintf(compiler->verbose, " cmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1373 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_SINGLE_OP))); in check_sljit_emit_fcmp()
1380 fprintf(compiler->verbose, " fcmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
1632 type = condition | (type & (SLJIT_INT_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1658 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1685 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_fcmp()
H A 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()
H A 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()
H A DsljitLir.h1010 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
H A 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()
H A DsljitNativeSPARC_common.c205 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1298 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
H A DsljitNativePPC_common.c255 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
258 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2145 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
H A DsljitNativeTILEGX_64.c909 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2417 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2479 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
H A 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()
H A DsljitNativeX86_common.c488 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code()
2570 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);

Completed in 86 milliseconds