Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
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()
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()
DsljitNativeX86_common.c826 if (src == SLJIT_UNUSED) { in adjust_shadow_stack()
884 SLJIT_ASSERT(dst != SLJIT_UNUSED); in emit_mov()
1321 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_unary()
1348 if (dst == SLJIT_UNUSED) in emit_not_with_flags()
1615 if (dst == SLJIT_UNUSED) {
1735 if (dst == SLJIT_UNUSED) {
2172 if (dst == SLJIT_UNUSED) {
2240 if (dst != SLJIT_UNUSED)
2278 return emit_cmp_binary(compiler, (dst == SLJIT_UNUSED) ? TMP_REG1 : dst, dstw, SLJIT_IMM, 0);
2300 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op))
[all …]
DsljitLir.c768 if (!((p & REG_MASK) == SLJIT_UNUSED || FUNCTION_CHECK_IS_REG(p & REG_MASK))) in function_check_src_mem()
775 if ((p & REG_MASK) == SLJIT_UNUSED) in function_check_src_mem()
819 if (FUNCTION_CHECK_IS_REG(p) || ((unused) && (p) == SLJIT_UNUSED)) in function_check_dst()
1131 if (op != SLJIT_UNUSED) { in check_sljit_emit_return()
1141 if (op == SLJIT_UNUSED) in check_sljit_emit_return()
1892 CHECK_ARGUMENT((mem & REG_MASK) != SLJIT_UNUSED && (mem & REG_MASK) != reg); in check_sljit_emit_mem()
2024 if (op == SLJIT_UNUSED) in emit_mov_before_return()
2202 SLJIT_UNUSED, 0, src1, src1w, src2, src2w)); in sljit_emit_cmp()
DsljitNativeARM_64.c876 if (arg == SLJIT_UNUSED) { in emit_op_mem()
1238 if (dst == SLJIT_UNUSED) in sljit_emit_op1()
1266 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1278 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1395 if (arg == SLJIT_UNUSED) { in emit_fop_mem()
DsljitNativeS390X.c123 SLJIT_ASSERT(r != SLJIT_UNUSED); in gpr()
1558 if ((dst == SLJIT_UNUSED) && !HAS_FLAGS(op)) { in sljit_emit_op1()
1851 if ((dst != SLJIT_UNUSED) && (dst & SLJIT_MEM)) in sljit_emit_op1()
1955 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
2073 if (!HAS_FLAGS(op) && dst == SLJIT_UNUSED) in sljit_emit_op2()
DsljitNativePPC_common.c1177 if (srcw == 0 && (src & REG_MASK) != SLJIT_UNUSED) in emit_prefetch()
1340 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1412 if (dst == SLJIT_UNUSED) { in sljit_emit_op2()
1450 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) != GET_FLAG_TYPE(SLJIT_SET_CARRY)) { in sljit_emit_op2()
DsljitLir.h171 #define SLJIT_UNUSED 0 macro
DsljitNativeSPARC_common.c730 if (dst != SLJIT_UNUSED) { in emit_op()
946 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
DsljitNativeARM_32.c1453 if ((arg & REG_MASK) == SLJIT_UNUSED) { in emit_op_mem()
1556 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) in emit_op()
1822 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
DsljitNativeARM_T2_32.c1442 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
1467 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
DsljitNativeMIPS_common.c1107 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1411 if (dst == SLJIT_UNUSED && !HAS_FLAGS(op)) in sljit_emit_op2()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3747 OP2(SLJIT_SUB | SLJIT_SET_GREATER_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x110000); in peek_char()
3749 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0xe000 - 0xd800); in peek_char()
3986 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x400); in read_char()
4014 OP2(SLJIT_SUB | SLJIT_SET_GREATER_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x110000); in read_char()
4016 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0xe000 - 0xd800); in read_char()
4171 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x400); in read_char8_type()
4257 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xdc00); in move_back()
4274 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x110000); in move_back()
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 …]
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()