Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c860 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))… in sljit_emit_enter()
862 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))… in sljit_emit_enter()
864 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))… in sljit_emit_enter()
981 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (co…
982 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg…
984 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (re…
997 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, src2); in emit_single_op()
998 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, src2); in emit_single_op()
1000 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, reg_map[src2]); in emit_single_op()
1011 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, (24 << 7) | reg_ma… in emit_single_op()
[all …]
DsljitNativeX86_32.c308 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
321 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) in emit_x86_instruction()
389 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
390 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
398 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
490 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
DsljitNativeX86_64.c402 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
418 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
499 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
500 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
508 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
601 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
701 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_int()
DsljitLir.c692 ((r) == SLJIT_UNUSED || \
716 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
735 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
755 CHECK_ARGUMENT(((p) & REG_MASK) != SLJIT_UNUSED); \
984 if (op != SLJIT_UNUSED) { in check_sljit_emit_return()
993 if (op == SLJIT_UNUSED) in check_sljit_emit_return()
1441 CHECK_ARGUMENT(src == SLJIT_UNUSED && srcw == 0); in check_sljit_emit_op_flags()
1454 if (src != SLJIT_UNUSED) { in check_sljit_emit_op_flags()
1528 if (op == SLJIT_UNUSED) in emit_mov_before_return()
1669 SLJIT_UNUSED, 0, src1, src1w, src2, src2w)); in sljit_emit_cmp()
DsljitNativeX86_common.c683 if (dst == SLJIT_UNUSED) { in emit_mov()
911 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_byte()
1053 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_half()
1099 if (dst == SLJIT_UNUSED) { in emit_unary()
1138 if (dst == SLJIT_UNUSED) { in emit_not_with_flags()
1180 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_clz()
1488 if (dst == SLJIT_UNUSED) {
1604 if (dst == SLJIT_UNUSED) {
2043 if (dst == SLJIT_UNUSED) {
2207 if (dst == SLJIT_UNUSED)
[all …]
DsljitNativePPC_common.c1142 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1554 …if (dst == SLJIT_UNUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O… in sljit_emit_op2()
1730 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
1744 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
2023 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
2231 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeSPARC_common.c655 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
973 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
1190 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1385 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeARM_64.c1401 if (dst == SLJIT_UNUSED) in sljit_emit_op1()
1454 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1620 if (dst_r == TMP_REG1 && dst != SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
1779 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1980 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeARM_T2_32.c1511 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1640 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
1800 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1988 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitLir.h162 #define SLJIT_UNUSED 0 macro
DsljitNativeMIPS_common.c916 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1311 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_conv_sw_from_f64()
1546 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
2021 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeTILEGX_64.c1557 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1975 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
2095 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3107 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xdc00); in skip_char_back()
3108 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED, 0, SLJIT_EQUAL); in skip_char_back()
3168 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar()
3182 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x10000); in do_utfreadchar()
3216 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar16()
3223 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x400); in do_utfreadchar16()
3224 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO); in do_utfreadchar16()
3247 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x20); in do_utfreadtype8()
3391 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, common->newline & 0xff); in mainloop_entry()
3392 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED, 0, SLJIT_EQUAL); in mainloop_entry()
[all …]