Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c448 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
464 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
553 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
554 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
562 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
774 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
853 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_int()
917 return adjust_shadow_stack(compiler, SLJIT_UNUSED, 0, SLJIT_SP, size); in skip_frames_before_return()
H A DsljitNativeX86_32.c384 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
397 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) in emit_x86_instruction()
465 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
466 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
474 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
848 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
927 return adjust_shadow_stack(compiler, SLJIT_UNUSED, 0, SLJIT_SP, size); in skip_frames_before_return()
H A DsljitNativeX86_common.c824 if (src == SLJIT_UNUSED) { in adjust_shadow_stack()
882 SLJIT_ASSERT(dst != SLJIT_UNUSED); in emit_mov()
1319 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_unary()
1346 if (dst == SLJIT_UNUSED) in emit_not_with_flags()
1613 if (dst == SLJIT_UNUSED) {
1733 if (dst == SLJIT_UNUSED) {
2170 if (dst == SLJIT_UNUSED) {
2238 if (dst != SLJIT_UNUSED)
2298 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op))
2322 if (dst == SLJIT_UNUSED)
[all …]
H A DsljitLir.c776 if (!((p & REG_MASK) == SLJIT_UNUSED || FUNCTION_CHECK_IS_REG(p & REG_MASK))) in function_check_src_mem()
783 if ((p & REG_MASK) == SLJIT_UNUSED) in function_check_src_mem()
827 if (FUNCTION_CHECK_IS_REG(p) || ((unused) && (p) == SLJIT_UNUSED)) in function_check_dst()
1138 if (op != SLJIT_UNUSED) { in check_sljit_emit_return()
1148 if (op == SLJIT_UNUSED) in check_sljit_emit_return()
1895 CHECK_ARGUMENT((mem & REG_MASK) != SLJIT_UNUSED && (mem & REG_MASK) != reg); in check_sljit_emit_mem()
2027 if (op == SLJIT_UNUSED) in emit_mov_before_return()
2205 SLJIT_UNUSED, 0, src1, src1w, src2, src2w)); in sljit_emit_cmp()
H A DsljitNativeS390X.c1789 if ((dst == SLJIT_UNUSED) && !HAS_FLAGS(op)) { in sljit_emit_op1()
2062 if ((dst != SLJIT_UNUSED) && (dst & SLJIT_MEM)) in sljit_emit_op1()
2210 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_sub()
2229 return emit_rie_d(compiler, 0xec00000000db /* alghsik */, SLJIT_UNUSED, src1, src1w, src2w); in sljit_emit_sub()
2467 if ((src2 & SLJIT_IMM) && (!(op & SLJIT_SET_Z) || (type == SLJIT_AND && dst == SLJIT_UNUSED))) { in sljit_emit_bitwise()
2483 if (type == SLJIT_AND && dst == SLJIT_UNUSED && count16 == 1) { in sljit_emit_bitwise()
2598 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeARM_64.c881 if (arg == SLJIT_UNUSED) { in emit_op_mem()
1243 if (dst == SLJIT_UNUSED) in sljit_emit_op1()
1271 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1283 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1400 if (arg == SLJIT_UNUSED) { in emit_fop_mem()
H A DsljitLir.h171 #define SLJIT_UNUSED 0 macro
H A DsljitNativePPC_common.c1177 if (srcw == 0 && (src & REG_MASK) != SLJIT_UNUSED) in emit_prefetch()
1359 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1445 if (dst == SLJIT_UNUSED) { in sljit_emit_op2()
1460 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_op2()
H A DsljitNativeSPARC_common.c730 if (dst != SLJIT_UNUSED) { in emit_op()
946 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeARM_32.c1458 if ((arg & REG_MASK) == SLJIT_UNUSED) { in emit_op_mem()
1561 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_op()
1827 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeMIPS_common.c1107 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1412 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c1447 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1472 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4376 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x20); in do_utfreadtype8()
6203 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, STR_PTR, 0, TMP1, 0); in fast_forward_newline()
6388 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP3, 0); in fast_forward_start_bits()
6393 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in fast_forward_start_bits()
6919 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0); in optimize_class_chars()
7000 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x09); in check_hspace()
7002 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x20); in check_hspace()
7004 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xa0); in check_hspace()
7565 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in compile_xclass_matchingpath()
7598 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_jit_simd_inc.h342 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
540 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd()
1070 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, STR_END, 0, SLJIT_R0, 0); in fast_forward_char_pair_simd()
1421 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
1676 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd()

Completed in 132 milliseconds