Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3415 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match()
5230 start = JUMP(SLJIT_JUMP); in mainloop_entry()
5244 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
6245 quit = JUMP(SLJIT_JUMP); in fast_forward_newline()
9280 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
9793 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
9841 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
12201 jump = JUMP(SLJIT_JUMP); in compile_iterator_backtrackingpath()
12510 once = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
12849 jump = JUMP(SLJIT_JUMP); in compile_bracketpos_backtrackingpath()
[all …]
H A Dpcre2_jit_simd_inc.h340 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
640 jump[1] = JUMP(SLJIT_JUMP); in fast_forward_char_pair_simd()
747 add_jump(compiler, &common->failed_match, JUMP(SLJIT_JUMP)); in fast_forward_char_pair_simd()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c2132 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_cc()
2171 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump()
2189 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump()
2443 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src)); in sljit_emit_ijump()
2448 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)); in sljit_emit_ijump()
2460 …literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, type <= SLJIT_JUMP ? TMP_PC : TMP_R… in sljit_emit_ijump()
2465 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1))); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c1846 if (type < SLJIT_JUMP) { in sljit_emit_jump()
1854 if (type <= SLJIT_JUMP) in sljit_emit_jump()
2112 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src)); in sljit_emit_ijump()
2115 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump()
2128 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1)); in sljit_emit_ijump()
H A DsljitLir.c389 …ERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_EQUAL_F64 & 0x1) && !(SLJIT_JUMP & 0x1), in sljit_create_compiler()
1588 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_I32_OP)); in check_sljit_emit_jump()
1590 if ((type & 0xff) < SLJIT_JUMP) { in check_sljit_emit_jump()
1723 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
H A DsljitLir.h1207 #define SLJIT_JUMP 24 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.c455 if (type == SLJIT_JUMP) { in generate_near_jump_code()
2719 compiler->size += (type >= SLJIT_JUMP) ? 5 : 6;
2721 compiler->size += (type >= SLJIT_JUMP) ? (10 + 3) : (2 + 10 + 3);
H A DsljitNativeTILEGX_64.c2475 inst = inst | ((type <= SLJIT_JUMP) ? BOFF_X1(5) : BOFF_X1(6)); in sljit_emit_jump()
2480 if (type <= SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativePPC_common.c1963 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_bo_bi_flags()
1986 if (type < SLJIT_JUMP) in sljit_emit_jump()
H A DsljitNativeSPARC_common.c1354 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.c1900 if (type <= SLJIT_JUMP) in sljit_emit_jump()

Completed in 135 milliseconds