Home
last modified time | relevance | path

Searched refs:SLJIT_UNLIKELY (Results 1 – 17 of 17) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.c45 if (SLJIT_UNLIKELY(compiler->error)) \
51 if (SLJIT_UNLIKELY(compiler->error)) \
57 if (SLJIT_UNLIKELY(expr)) \
63 if (SLJIT_UNLIKELY(expr)) \
69 if (SLJIT_UNLIKELY(!(ptr))) { \
77 if (SLJIT_UNLIKELY(!(ptr))) { \
85 if (SLJIT_UNLIKELY(!(ptr))) { \
294 if (SLJIT_UNLIKELY(!(x))) \
303 if (SLJIT_UNLIKELY(x)) { \
311 if (SLJIT_UNLIKELY(x)) { \
[all …]
DsljitWXExecAllocator.c87 if (SLJIT_UNLIKELY(sysctl(mib, 3, &paxflags, &len, NULL, 0) < 0)) in netbsd_se_protected()
126 if (SLJIT_UNLIKELY(se_protected < 0)) in sljit_malloc_exec()
136 if (SLJIT_UNLIKELY(se_protected > 0)) { in sljit_malloc_exec()
140 if (SLJIT_UNLIKELY(se_protected < 0)) { in sljit_malloc_exec()
DsljitExecAllocator.c169 if (SLJIT_UNLIKELY((dev_zero < 0) && open_dev_zero())) in alloc_chunk()
333 if (SLJIT_UNLIKELY(!free_block->header.size)) { in sljit_free_exec()
344 if (SLJIT_UNLIKELY(!header->size)) { in sljit_free_exec()
352 if (SLJIT_UNLIKELY(!free_block->header.prev_size && header->size == 1)) { in sljit_free_exec()
DsljitUtils.c51 if (SLJIT_UNLIKELY(!allocator_lock)) { in allocator_grab_lock()
116 if (SLJIT_UNLIKELY(dev_zero < 0)) in open_dev_zero()
270 if (SLJIT_UNLIKELY((dev_zero < 0) && open_dev_zero())) { in sljit_allocate_stack()
DsljitConfigInternal.h261 #if !defined(SLJIT_LIKELY) && !defined(SLJIT_UNLIKELY)
265 #define SLJIT_UNLIKELY(x) __builtin_expect((x), 0) macro
268 #define SLJIT_UNLIKELY(x) (x)
783 if (SLJIT_UNLIKELY(!(x))) { \
DsljitProtExecAllocator.c413 if (SLJIT_UNLIKELY(!free_block->header.size)) { in sljit_free_exec()
424 if (SLJIT_UNLIKELY(!header->size)) { in sljit_free_exec()
432 if (SLJIT_UNLIKELY(!free_block->header.prev_size && header->size == 1)) { in sljit_free_exec()
DsljitNativeARM_32.c181 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst()
199 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in push_inst_with_literal()
244 …if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_d… in push_inst_with_unique_literal()
264 …if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_di… in prepare_blx()
728 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
831 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
1556 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_op()
1930 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_fop_mem()
2634 if (SLJIT_UNLIKELY(src & SLJIT_IMM)) { in sljit_emit_cmov()
2704 if (SLJIT_UNLIKELY(mem & OFFS_REG_MASK)) { in sljit_emit_mem()
[all …]
DsljitNativeMIPS_common.c921 if (SLJIT_UNLIKELY(flags & ARG_TEST)) in getput_arg_fast()
976 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
996 if (SLJIT_UNLIKELY(argw)) { in getput_arg()
1061 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_op_mem()
1064 if (SLJIT_UNLIKELY(argw)) { in emit_op_mem()
1107 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1316 if (SLJIT_UNLIKELY(srcw != 0)) { in emit_prefetch()
2198 if (SLJIT_UNLIKELY(src & SLJIT_IMM)) { in sljit_emit_cmov()
DsljitNativeARM_T2_32.c302 if (SLJIT_UNLIKELY(type == 0)) { in set_jump_instruction()
587 if (SLJIT_UNLIKELY((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) { in emit_op_imm()
977 if (SLJIT_UNLIKELY(!(arg & REG_MASK))) { in emit_op_mem()
990 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_op_mem()
1037 …else if (SLJIT_UNLIKELY(arg == SLJIT_SP) && IS_WORD_SIZE(flags) && OFFSET_CHECK(0xff, 2) && reg_ma… in emit_op_mem()
1424 if (SLJIT_UNLIKELY(dst & SLJIT_MEM)) in sljit_emit_op1()
1543 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_fop_mem()
DsljitNativeARM_64.c610 if (SLJIT_UNLIKELY((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) { in emit_op_imm()
863 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_op_mem()
1248 if (SLJIT_UNLIKELY(dst & SLJIT_MEM)) in sljit_emit_op1()
1849 if (SLJIT_UNLIKELY(src & SLJIT_IMM)) { in sljit_emit_cmov()
1977 if (SLJIT_UNLIKELY(dst & SLJIT_MEM)) in sljit_get_local_base()
DsljitNativeX86_common.c1321 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_unary()
1507 if (SLJIT_UNLIKELY(dst_is_ereg)) in sljit_emit_op1()
1513 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1551 if (SLJIT_UNLIKELY(dst_is_ereg) && dst == TMP_REG1) in sljit_emit_op1()
1559 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
2986 if (SLJIT_UNLIKELY(src & SLJIT_IMM)) {
DsljitNativeSPARC_common.c64 if (SLJIT_UNLIKELY(from == to)) in sparc_cache_flush()
601 if (SLJIT_UNLIKELY(flags & ARG_TEST)) in getput_arg_fast()
647 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
DsljitNativeS390X.c277 if (SLJIT_UNLIKELY(!hwcap)) { in get_hwcap()
305 if (SLJIT_UNLIKELY(!have_stfle())) in have_facility_dynamic()
308 if (SLJIT_UNLIKELY(cpu_features.bits[0] == 0)) { in have_facility_dynamic()
331 else if (SLJIT_UNLIKELY(have < 0)) \
DsljitNativePPC_common.c997 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_op_mem()
2290 if (SLJIT_UNLIKELY(mem & OFFS_REG_MASK)) { in sljit_emit_mem()
2335 if (SLJIT_UNLIKELY(mem & OFFS_REG_MASK)) { in sljit_emit_fmem()
2352 if (SLJIT_UNLIKELY(mem & OFFS_REG_MASK)) { in sljit_emit_fmem()
DsljitNativeMIPS_32.c138 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()
DsljitNativeMIPS_64.c229 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2111 if (SLJIT_UNLIKELY(possessive == length)) in get_framesize()
3098 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in allocate_read_only_data()
3102 if (SLJIT_UNLIKELY(result == NULL)) in allocate_read_only_data()
8976 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) \
8989 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) \
9434 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_recurse_matchingpath()
9757 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_assert_matchingpath()
9836 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_assert_matchingpath()
10269 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
10276 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()
[all …]