Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 387 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 D | sljitNativeARM_32.c | 408 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 D | sljitLir.h | 1217 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
|
H A D | sljitNativeMIPS_common.c | 322 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 D | sljitNativeARM_64.c | 169 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 D | sljitNativeX86_64.c | 46 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code()
|
H A D | sljitNativeSPARC_common.c | 225 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 D | sljitNativePPC_common.c | 266 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 D | sljitNativeTILEGX_64.c | 909 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 D | sljitNativeMIPS_32.c | 629 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
H A D | sljitNativeMIPS_64.c | 634 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
H A D | sljitNativeARM_T2_32.c | 244 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 D | sljitNativeX86_common.c | 540 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