Searched refs:SLJIT_JUMP (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 2067 JUMPTO(SLJIT_JUMP, list_item->quit); in flush_stubs() 2290 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match() 2457 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial() 2459 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial() 2483 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end() 2489 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_str_end() 2491 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end() 2513 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match() 2518 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in detect_partial_match() 2520 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match() [all …]
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_32.c | 2414 type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, TMP_PC, 0)) & ~COND_MASK) | get_cc(type), 0)); in sljit_emit_jump() 2432 …PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1)) & ~COND_MASK) | … in sljit_emit_jump() 2449 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src)); in sljit_emit_ijump() 2453 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)); in sljit_emit_ijump() 2464 …eral(compiler, EMIT_DATA_TRANSFER(WORD_DATA | LOAD_DATA, 1, 0, type <= SLJIT_JUMP ? TMP_PC : TMP_R… in sljit_emit_ijump() 2469 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG1))); in sljit_emit_ijump()
|
D | sljitNativeARM_T2_32.c | 1911 if (type < SLJIT_JUMP) { in sljit_emit_jump() 1919 if (type <= SLJIT_JUMP) in sljit_emit_jump() 1940 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src)); in sljit_emit_ijump() 1942 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, type <= SLJIT_JUMP ? TMP_PC : TMP_REG1, src, srcw)); in sljit_emit_ijump() 1954 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1)); in sljit_emit_ijump()
|
D | sljitLir.h | 959 #define SLJIT_JUMP 22 macro
|
D | sljitNativeX86_32.c | 43 if (type == SLJIT_JUMP) { in generate_far_jump_code()
|
D | sljitNativeX86_common.c | 408 if (type == SLJIT_JUMP) { in generate_near_jump_code() 2550 if ((type & 0xff) <= SLJIT_JUMP) 2565 compiler->size += (type >= SLJIT_JUMP) ? 5 : 6; 2567 compiler->size += (type >= SLJIT_JUMP) ? (10 + 3) : (2 + 10 + 3); 2590 if (type <= SLJIT_JUMP)
|
D | sljitNativeX86_64.c | 44 if (type < SLJIT_JUMP) { in generate_far_jump_code()
|
D | sljitLir.c | 1448 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump() 1475 SLJIT_ASSERT(type >= SLJIT_C_EQUAL && type < SLJIT_JUMP); in check_sljit_emit_op_flags()
|
D | sljitNativePPC_common.c | 2141 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags() 2164 if (type < SLJIT_JUMP) in sljit_emit_jump()
|
D | sljitNativeTILEGX_64.c | 2512 inst = inst | ((type <= SLJIT_JUMP) ? BOFF_X1(5) : BOFF_X1(6)); in sljit_emit_jump() 2517 if (type <= SLJIT_JUMP) { in sljit_emit_jump()
|
D | sljitNativeSPARC_common.c | 1338 else if (type < SLJIT_JUMP) { in sljit_emit_jump()
|
D | sljitNativeARM_64.c | 1860 if (type < SLJIT_JUMP) { in sljit_emit_jump()
|
D | sljitNativeMIPS_common.c | 1713 if (type <= SLJIT_JUMP) { in sljit_emit_jump()
|