/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 448 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 D | sljitNativeX86_32.c | 384 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 D | sljitNativeX86_common.c | 824 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 D | sljitLir.c | 776 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 D | sljitNativeS390X.c | 1789 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 D | sljitNativeARM_64.c | 881 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 D | sljitLir.h | 171 #define SLJIT_UNUSED 0 macro
|
H A D | sljitNativePPC_common.c | 1177 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 D | sljitNativeSPARC_common.c | 730 if (dst != SLJIT_UNUSED) { in emit_op() 946 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
|
H A D | sljitNativeARM_32.c | 1458 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 D | sljitNativeMIPS_common.c | 1107 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op() 1412 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
|
H A D | sljitNativeARM_T2_32.c | 1447 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 D | pcre2_jit_compile.c | 4376 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 D | pcre2_jit_simd_inc.h | 342 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()
|