Home
last modified time | relevance | path

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

/PHP-7.4/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.c827 if (src == SLJIT_UNUSED) { in adjust_shadow_stack()
885 SLJIT_ASSERT(dst != SLJIT_UNUSED); in emit_mov()
1322 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_unary()
1349 if (dst == SLJIT_UNUSED) in emit_not_with_flags()
1616 if (dst == SLJIT_UNUSED) {
1736 if (dst == SLJIT_UNUSED) {
2173 if (dst == SLJIT_UNUSED) {
2241 if (dst != SLJIT_UNUSED)
2301 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op))
2325 if (dst == SLJIT_UNUSED)
[all …]
H A DsljitLir.c761 if (!((p & REG_MASK) == SLJIT_UNUSED || FUNCTION_CHECK_IS_REG(p & REG_MASK))) in function_check_src_mem()
768 if ((p & REG_MASK) == SLJIT_UNUSED) in function_check_src_mem()
812 if (FUNCTION_CHECK_IS_REG(p) || ((unused) && (p) == SLJIT_UNUSED)) in function_check_dst()
1124 if (op != SLJIT_UNUSED) { in check_sljit_emit_return()
1134 if (op == SLJIT_UNUSED) in check_sljit_emit_return()
1883 CHECK_ARGUMENT((mem & REG_MASK) != SLJIT_UNUSED && (mem & REG_MASK) != reg); in check_sljit_emit_mem()
2015 if (op == SLJIT_UNUSED) in emit_mov_before_return()
2193 SLJIT_UNUSED, 0, src1, src1w, src2, src2w)); in sljit_emit_cmp()
H A DsljitNativeARM_64.c885 if (arg == SLJIT_UNUSED) { in emit_op_mem()
1247 if (dst == SLJIT_UNUSED) in sljit_emit_op1()
1275 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1287 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1404 if (arg == SLJIT_UNUSED) { in emit_fop_mem()
H A DsljitLir.h165 #define SLJIT_UNUSED 0 macro
H A DsljitNativePPC_common.c1176 if (srcw == 0 && (src & REG_MASK) != SLJIT_UNUSED) in emit_prefetch()
1339 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1411 if (dst == SLJIT_UNUSED) { in sljit_emit_op2()
1449 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) != GET_FLAG_TYPE(SLJIT_SET_CARRY)) { in sljit_emit_op2()
H A DsljitNativeSPARC_common.c729 if (dst != SLJIT_UNUSED) { in emit_op()
945 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeARM_32.c1379 if ((arg & REG_MASK) == SLJIT_UNUSED) { in emit_op_mem()
1482 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_op()
1748 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeTILEGX_64.c1557 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1957 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
H A DsljitNativeMIPS_common.c1106 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1410 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c1440 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1465 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4338 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar()
4379 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x20); in do_utfreadtype8()
6313 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP3, 0); in fast_forward_start_bits()
6318 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in fast_forward_start_bits()
6842 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0); in optimize_class_chars()
6923 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x09); in check_hspace()
6925 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x20); in check_hspace()
6927 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xa0); in check_hspace()
7488 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in compile_xclass_matchingpath()
7521 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, TMP2, 0); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_jit_simd_inc.h322 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
533 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd()
1066 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, STR_END, 0, SLJIT_R0, 0); in fast_forward_char_pair_simd()

Completed in 107 milliseconds