Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2555 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match()
3372 start = JUMP(SLJIT_JUMP); in mainloop_entry()
3386 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
4619 quit = JUMP(SLJIT_JUMP); in fast_forward_newline()
4706 JUMPTO(SLJIT_JUMP, start); in fast_forward_start_bits()
4769 JUMPTO(SLJIT_JUMP, loop); in search_requested_char()
7014 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
7497 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
7545 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
10474 jump = JUMP(SLJIT_JUMP); in compile_then_trap_backtrackingpath()
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c2114 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_cc()
2152 type <= SLJIT_JUMP ? TMP_PC : TMP_REG2, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump()
2170 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)) & ~COND_MASK) | … in sljit_emit_jump()
2187 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src)); in sljit_emit_ijump()
2191 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)); in sljit_emit_ijump()
2202 …eral(compiler, EMIT_DATA_TRANSFER(WORD_DATA | LOAD_DATA, 1, 0, type <= SLJIT_JUMP ? TMP_PC : TMP_R… in sljit_emit_ijump()
2207 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2))); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c1803 if (type < SLJIT_JUMP) { in sljit_emit_jump()
1811 if (type <= SLJIT_JUMP) in sljit_emit_jump()
1832 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src)); in sljit_emit_ijump()
1834 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump()
1846 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1)); in sljit_emit_ijump()
H A DsljitLir.c372 …ERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_EQUAL_F64 & 0x1) && !(SLJIT_JUMP & 0x1), in sljit_create_compiler()
1421 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_I32_OP)); in check_sljit_emit_jump()
1424 if ((type & 0xff) < SLJIT_JUMP) { in check_sljit_emit_jump()
1503 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump()
H A DsljitNativeX86_32.c43 if (type == SLJIT_JUMP) { in generate_far_jump_code()
H A DsljitLir.h1138 #define SLJIT_JUMP 24 macro
H A DsljitNativeX86_64.c44 if (type < SLJIT_JUMP) { in generate_far_jump_code()
H A DsljitNativeX86_common.c438 if (type == SLJIT_JUMP) { in generate_near_jump_code()
2524 compiler->size += (type >= SLJIT_JUMP) ? 5 : 6;
2526 compiler->size += (type >= SLJIT_JUMP) ? (10 + 3) : (2 + 10 + 3);
H A DsljitNativeTILEGX_64.c2467 inst = inst | ((type <= SLJIT_JUMP) ? BOFF_X1(5) : BOFF_X1(6)); in sljit_emit_jump()
2472 if (type <= SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativePPC_common.c2177 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
2200 if (type < SLJIT_JUMP) in sljit_emit_jump()
H A DsljitNativeSPARC_common.c1333 else if (type < SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativeARM_64.c1925 if (type < SLJIT_JUMP) { in sljit_emit_jump()
H A DsljitNativeMIPS_common.c1707 if (type <= SLJIT_JUMP) { in sljit_emit_jump()

Completed in 120 milliseconds