Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3411 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match()
5234 start = JUMP(SLJIT_JUMP); in mainloop_entry()
5248 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
6476 JUMPTO(SLJIT_JUMP, loop); in search_requested_char()
9357 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
9870 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
9918 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
12278 jump = JUMP(SLJIT_JUMP); in compile_iterator_backtrackingpath()
12587 once = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
12926 jump = JUMP(SLJIT_JUMP); in compile_bracketpos_backtrackingpath()
[all …]
H A Dpcre2_jit_simd_inc.h360 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
647 jump[1] = JUMP(SLJIT_JUMP); in fast_forward_char_pair_simd()
751 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_simd()
1440 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
1749 jump[1] = JUMP(SLJIT_JUMP); in fast_forward_char_pair_simd()
1844 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_pair_simd()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c2215 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_cc()
2254 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(compiler, type), 0)); in sljit_emit_jump()
2272 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump()
2526 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src)); in sljit_emit_ijump()
2531 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)); in sljit_emit_ijump()
2543 …literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, type <= SLJIT_JUMP ? TMP_PC : TMP_R… in sljit_emit_ijump()
2548 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1))); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c1857 if (type < SLJIT_JUMP) { in sljit_emit_jump()
1865 if (type <= SLJIT_JUMP) in sljit_emit_jump()
2123 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src)); in sljit_emit_ijump()
2126 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump()
2139 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1)); in sljit_emit_ijump()
H A DsljitLir.c386 …ERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_EQUAL_F64 & 0x1) && !(SLJIT_JUMP & 0x1), in sljit_create_compiler()
1604 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_I32_OP)); in check_sljit_emit_jump()
1606 if ((type & 0xff) < SLJIT_JUMP) { in check_sljit_emit_jump()
1737 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
H A DsljitLir.h1203 #define SLJIT_JUMP 22 macro
H A DsljitNativeX86_32.c45 if (type == SLJIT_JUMP) { in generate_far_jump_code()
H A DsljitNativeX86_64.c51 if (type < SLJIT_JUMP) { in generate_far_jump_code()
H A DsljitNativeX86_common.c453 if (type == SLJIT_JUMP) { in generate_near_jump_code()
2716 compiler->size += (type >= SLJIT_JUMP) ? 5 : 6;
2718 compiler->size += (type >= SLJIT_JUMP) ? (10 + 3) : (2 + 10 + 3);
H A DsljitNativePPC_common.c2005 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_bo_bi_flags()
2028 if (type < SLJIT_JUMP) in sljit_emit_jump()
H A DsljitNativeSPARC_common.c1359 else if (type < SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativeARM_64.c1695 if (type < SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativeMIPS_common.c1903 if (type <= SLJIT_JUMP) in sljit_emit_jump()
H A DsljitNativeS390X.c2770 sljit_u8 mask = ((type & 0xff) < SLJIT_JUMP) ? get_cc(compiler, type & 0xff) : 0xf; in sljit_emit_jump()

Completed in 120 milliseconds