Searched refs:SLJIT_JUMP (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3054 JUMPTO(SLJIT_JUMP, list_item->quit); in flush_stubs() 3412 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match() 3572 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial() 3574 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial() 3598 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end() 3604 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_str_end() 3606 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end() 3632 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match() 3637 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in detect_partial_match() 3639 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match() [all …]
|
D | pcre2_jit_simd_inc.h | 340 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()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 2206 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_cc() 2245 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2263 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump() 2517 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src)); in sljit_emit_ijump() 2522 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)); in sljit_emit_ijump() 2534 …literal(compiler, EMIT_DATA_TRANSFER(WORD_SIZE | LOAD_DATA, 1, type <= SLJIT_JUMP ? TMP_PC : TMP_R… in sljit_emit_ijump() 2539 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1))); in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 1848 if (type < SLJIT_JUMP) { in sljit_emit_jump() 1856 if (type <= SLJIT_JUMP) in sljit_emit_jump() 2114 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src)); in sljit_emit_ijump() 2117 …FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw, TMP_RE… in sljit_emit_ijump() 2130 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1)); in sljit_emit_ijump()
|
D | sljitLir.c | 386 …ERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_EQUAL_F64 & 0x1) && !(SLJIT_JUMP & 0x1), in sljit_create_compiler() 1597 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_I32_OP)); in check_sljit_emit_jump() 1599 if ((type & 0xff) < SLJIT_JUMP) { in check_sljit_emit_jump() 1732 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_FAST_CALL); in check_sljit_emit_ijump()
|
D | sljitLir.h | 1219 #define SLJIT_JUMP 24 macro
|
D | sljitNativeX86_64.c | 51 if (type < SLJIT_JUMP) { in generate_far_jump_code()
|
D | sljitNativeX86_32.c | 45 if (type == SLJIT_JUMP) { in generate_far_jump_code()
|
D | sljitNativeX86_common.c | 455 if (type == SLJIT_JUMP) { in generate_near_jump_code() 2718 compiler->size += (type >= SLJIT_JUMP) ? 5 : 6; 2720 compiler->size += (type >= SLJIT_JUMP) ? (10 + 3) : (2 + 10 + 3);
|
D | sljitNativePPC_common.c | 1964 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL_CDECL); in get_bo_bi_flags() 1987 if (type < SLJIT_JUMP) in sljit_emit_jump()
|
D | sljitNativeSPARC_common.c | 1355 else if (type < SLJIT_JUMP) { in sljit_emit_jump()
|
D | sljitNativeARM_64.c | 1686 if (type < SLJIT_JUMP) { in sljit_emit_jump()
|
D | sljitNativeS390X.c | 2535 sljit_u8 mask = ((type & 0xff) < SLJIT_JUMP) ? get_cc(type & 0xff) : 0xf; in sljit_emit_jump()
|
D | sljitNativeMIPS_common.c | 1901 if (type <= SLJIT_JUMP) in sljit_emit_jump()
|