Home
last modified time | relevance | path

Searched refs:SLJIT_SET_Z (Results 1 – 10 of 10) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c3137 OP2(SLJIT_SUB | SLJIT_SET_Z, COUNT_MATCH, 0, COUNT_MATCH, 0, SLJIT_IMM, 1); in count_match()
3209 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
3219 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
3298 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match()
3308 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match()
3414 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector()
4327 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, 0xdc00); in move_back()
4368 sljit_set_current_flags(compiler, SLJIT_SET_Z); in check_newlinechar()
4409 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar()
4422 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, 0x10000); in do_utfreadchar()
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c100 ((op) & ~(SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
103 ((op) & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))
106 ((op) & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
558 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_SET_Z | SLJIT_CURRENT_FLAGS_ALL)) == 0) { in sljit_set_current_flags()
559 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_32 | SLJIT_SET_Z)); in sljit_set_current_flags()
1340 CHECK_ARGUMENT(!(op & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1()
1344 CHECK_ARGUMENT(!(op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1()
1353 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_32 | SLJIT_SET_Z)); in check_sljit_emit_op1()
1366 !(op & SLJIT_SET_Z) ? "" : ".z", !(op & VARIABLE_FLAG_MASK) ? "" : ".", in check_sljit_emit_op1()
1405 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_op2()
[all …]
DsljitNativeS390X.c284 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
292 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()
2248 compiler->status_flags_state = op & (VARIABLE_FLAG_MASK | SLJIT_SET_Z); in sljit_emit_op1()
2287 if ((op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVERFLOW)) in sljit_emit_op1()
2336 …int sets_zero_overflow = (op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVE… in sljit_emit_add()
2416 …int sets_zero_overflow = (op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_SET_Z | SLJIT_SET_OVE… in sljit_emit_sub()
2471 if (sets_signed || neg_src2w != 0 || (op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == 0) { in sljit_emit_sub()
2524 else if (op & SLJIT_SET_Z) in sljit_emit_sub()
2683 if ((src2 & SLJIT_IMM) && (!(op & SLJIT_SET_Z) || (type == SLJIT_AND && dst == (sljit_s32)tmp0))) { in sljit_emit_bitwise()
2716 if (!(op & SLJIT_SET_Z)) in sljit_emit_bitwise()
[all …]
DsljitNativeRISCV_common.c1086 if (op & SLJIT_SET_Z) \
1092 if (op & SLJIT_SET_Z) \
1189 else if (op & SLJIT_SET_Z) in emit_single_op()
1199 else if (op & SLJIT_SET_Z) in emit_single_op()
1230 if (op & SLJIT_SET_Z) in emit_single_op()
1324 if (op & SLJIT_SET_Z) in emit_single_op()
1330 if (op & SLJIT_SET_Z) in emit_single_op()
1348 else if (op & SLJIT_SET_Z) in emit_single_op()
1361 else if (op & SLJIT_SET_Z) in emit_single_op()
1376 if (op & SLJIT_SET_Z) in emit_single_op()
[all …]
DsljitNativeMIPS_common.c1377 if (op & SLJIT_SET_Z) \
1383 if (op & SLJIT_SET_Z) \
1561 if (op & SLJIT_SET_Z) in emit_single_op()
1606 else if (op & SLJIT_SET_Z) in emit_single_op()
1616 else if (op & SLJIT_SET_Z) in emit_single_op()
1647 if (op & SLJIT_SET_Z) in emit_single_op()
1741 if (op & SLJIT_SET_Z) in emit_single_op()
1747 if (op & SLJIT_SET_Z) in emit_single_op()
1765 else if (op & SLJIT_SET_Z) in emit_single_op()
1778 else if (op & SLJIT_SET_Z) in emit_single_op()
[all …]
DsljitNativePPC_common.c1466 …|| (op & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_32 | SLJIT_SET_Z | SLJIT_SET_CAR…
1469 || (op & (SLJIT_32 | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) == (SLJIT_32 | SLJIT_SET_Z))
1472 || (op & (SLJIT_32 | SLJIT_SET_Z)) == (SLJIT_32 | SLJIT_SET_Z))
1546 if ((op & (SLJIT_32 | SLJIT_SET_Z)) == (SLJIT_32 | SLJIT_SET_Z)) { in sljit_emit_op2()
1617 if (TEST_SL_IMM(src1, src1w) && !(op & SLJIT_SET_Z)) { in sljit_emit_op2()
DsljitLir.h953 #define SLJIT_SET_Z 0x0200 macro
DsljitNativeX86_common.c1723 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
DsljitNativeARM_T2_32.c2707 if (!(flags & SLJIT_SET_Z)) in sljit_emit_op_flags()
DsljitNativeARM_32.c3130 if (flags & SLJIT_SET_Z) in sljit_emit_op_flags()