Searched refs:SLJIT_SET_Z (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_32.c | 43 if (op & SLJIT_SET_Z) \ 49 if (op & SLJIT_SET_Z) \ 57 if (op & SLJIT_SET_Z) \ 63 if (op & SLJIT_SET_Z) \ 124 if (op & SLJIT_SET_Z) in emit_single_op() 133 if (op & SLJIT_SET_Z) in emit_single_op() 166 else if (op & SLJIT_SET_Z) in emit_single_op() 184 else if (op & SLJIT_SET_Z) in emit_single_op() 202 if (op & SLJIT_SET_Z) in emit_single_op() 284 if (op & SLJIT_SET_Z) in emit_single_op() [all …]
|
D | sljitNativeMIPS_64.c | 126 if (op & SLJIT_SET_Z) \ 132 if (op & SLJIT_SET_Z) \ 147 if (op & SLJIT_SET_Z) \ 154 if (op & SLJIT_SET_Z) \ 215 if (op & SLJIT_SET_Z) in emit_single_op() 224 if (op & SLJIT_SET_Z) in emit_single_op() 257 else if (op & SLJIT_SET_Z) in emit_single_op() 275 else if (op & SLJIT_SET_Z) in emit_single_op() 293 if (op & SLJIT_SET_Z) in emit_single_op() 375 if (op & SLJIT_SET_Z) in emit_single_op() [all …]
|
D | sljitLir.c | 98 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 101 ((op) & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 104 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 541 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) { in sljit_set_current_flags() 542 …mpiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z)); in sljit_set_current_flags() 1217 CHECK_ARGUMENT(!(op & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1() 1221 CHECK_ARGUMENT(!(op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1() 1230 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op1() 1243 !(op & SLJIT_SET_Z) ? "" : ".z", !(op & VARIABLE_FLAG_MASK) ? "" : ".", in check_sljit_emit_op1() 1279 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_op2() [all …]
|
D | sljitNativeS390X.c | 1847 if (op & SLJIT_SET_Z) in sljit_emit_op1() 2162 else if ((GET_OPCODE(op) == SLJIT_SUB) && (op & SLJIT_SET_Z) && !signed_flags) { in sljit_emit_op2() 2404 if (op & SLJIT_SET_Z) in sljit_emit_op2() 2675 if (op & SLJIT_SET_Z) in sljit_emit_op_flags()
|
D | sljitLir.h | 852 #define SLJIT_SET_Z 0x0200 macro
|
D | sljitNativeARM_32.c | 2616 if (flags & SLJIT_SET_Z) in sljit_emit_op_flags()
|
D | sljitNativeARM_T2_32.c | 2214 if (!(flags & SLJIT_SET_Z)) in sljit_emit_op_flags()
|
D | sljitNativeX86_common.c | 1559 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3064 OP2(SLJIT_SUB | SLJIT_SET_Z, COUNT_MATCH, 0, COUNT_MATCH, 0, SLJIT_IMM, 1); in count_match() 3136 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3146 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3225 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3235 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3341 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector() 4257 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xdc00); in move_back() 4294 sljit_set_current_flags(compiler, SLJIT_SET_Z); in check_newlinechar() 4335 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar() 4348 OP2(SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x10000); in do_utfreadchar() [all …]
|