Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c387 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler()
1585 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_jump()
1602 fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump()
1614 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP))); in check_sljit_emit_call()
1647 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_call()
1670 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_cmp()
1678 fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp()
1695 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp()
1703 fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp()
1776 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_icall()
[all …]
H A DsljitNativeARM_32.c408 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
786 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code()
2162 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2173 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump()
2183 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
H A DsljitLir.h1217 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
H A DsljitNativeMIPS_common.c322 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
325 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1847 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1959 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
H A DsljitNativeARM_64.c169 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type()
1692 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1734 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
H A DsljitNativeX86_64.c46 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code()
H A DsljitNativeSPARC_common.c225 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1341 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
H A DsljitNativePPC_common.c266 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
269 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1982 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()
2424 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2486 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
H A DsljitNativeMIPS_32.c629 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeMIPS_64.c634 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
H A DsljitNativeARM_T2_32.c244 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1842 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
H A DsljitNativeX86_common.c540 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code()
2714 set_jump(jump, compiler, (type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT));

Completed in 83 milliseconds