Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c386 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_32, in sljit_create_compiler()
1661 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_jump()
1678 fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1688 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_CALL_RETURN))); in check_sljit_emit_call()
1699 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_call()
1724 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_cmp()
1732 fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1749 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_fcmp()
1757 fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
2218 type = condition | (type & (SLJIT_32 | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
[all …]
H A DsljitNativeX86_64.c282 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code()
793 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeARM_32.c417 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
869 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code()
2495 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2506 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump()
2516 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
2725 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
2754 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeARM_64.c164 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type()
1794 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1820 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
1842 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
H A DsljitLir.h1247 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
H A DsljitNativePPC_common.c271 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
274 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2129 set_jump(jump, compiler, (sljit_u32)type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2162 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeARM_T2_32.c254 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2080 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2296 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
2326 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeMIPS_common.c326 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
329 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2054 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2166 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
H A DsljitNativeS390X.c1444 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code()
1538 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code()
3104 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
3125 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeSPARC_common.c229 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1460 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
H A DsljitNativeMIPS_32.c584 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeX86_32.c1221 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeMIPS_64.c651 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeX86_common.c544 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code()
2692 …set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT…

Completed in 125 milliseconds