Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeARM_32.c866 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))… in sljit_emit_enter()
868 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))… in sljit_emit_enter()
870 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))… in sljit_emit_enter()
994 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (co…
995 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg…
997 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (re…
1010 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, src2); in emit_single_op()
1011 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, src2); in emit_single_op()
1013 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, reg_map[src2]); in emit_single_op()
1024 …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.c287 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
300 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) in emit_x86_instruction()
368 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
369 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
377 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
469 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
DsljitNativeX86_64.c415 if ((b & REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
431 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
512 else if ((b & REG_MASK) != SLJIT_UNUSED) { in emit_x86_instruction()
513 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
521 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED) in emit_x86_instruction()
614 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
714 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_int()
DsljitNativeX86_common.c657 if (dst == SLJIT_UNUSED) { in emit_mov()
876 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_byte()
1018 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM)) in emit_mov_half()
1064 if (dst == SLJIT_UNUSED) { in emit_unary()
1103 if (dst == SLJIT_UNUSED) { in emit_not_with_flags()
1145 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_clz()
1453 if (dst == SLJIT_UNUSED) {
1569 if (dst == SLJIT_UNUSED) {
2006 if (dst == SLJIT_UNUSED) {
2170 if (dst == SLJIT_UNUSED)
[all …]
DsljitLir.c648 ((r) == SLJIT_UNUSED || \
662 SLJIT_ASSERT((i) == 0 && (p) != SLJIT_UNUSED); \
952 if (op != SLJIT_UNUSED) { in check_sljit_emit_return()
961 if (op == SLJIT_UNUSED) in check_sljit_emit_return()
1482 SLJIT_ASSERT(src == SLJIT_UNUSED && srcw == 0); in check_sljit_emit_op_flags()
1494 if (src != SLJIT_UNUSED) { in check_sljit_emit_op_flags()
1545 if (op == SLJIT_UNUSED) in emit_mov_before_return()
1684 SLJIT_UNUSED, 0, src1, src1w, src2, src2w)); in sljit_emit_cmp()
DsljitNativePPC_common.c1153 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1564 …if (dst == SLJIT_UNUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O… in sljit_emit_op2()
1741 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
1755 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
2034 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
2242 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeSPARC_common.c666 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
980 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
1197 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1408 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeARM_64.c1368 if (dst == SLJIT_UNUSED) in sljit_emit_op1()
1421 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1588 if (dst_r == TMP_REG1 && dst != SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
1747 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1948 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitLir.h160 #define SLJIT_UNUSED 0 macro
DsljitNativeARM_T2_32.c1493 if (dst == SLJIT_UNUSED) in sljit_emit_op2()
1623 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
1783 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
1970 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeMIPS_common.c931 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
1324 if (dst == SLJIT_UNUSED) in sljit_emit_fop1_convw_fromd()
1559 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
2033 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
DsljitNativeTILEGX_64.c1608 if (dst == SLJIT_UNUSED) in sljit_emit_fast_enter()
2010 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) { in emit_op()
2129 if (dst == SLJIT_UNUSED) in sljit_emit_op_flags()
/external/pcre/dist/
Dpcre_jit_compile.c2835 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xdc00); in skip_char_back()
2836 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED, 0, SLJIT_C_EQUAL); in skip_char_back()
2896 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar()
2910 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x10000); in do_utfreadchar()
2944 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800); in do_utfreadchar16()
2951 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x400); in do_utfreadchar16()
2952 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_UNUSED, 0, SLJIT_C_NOT_ZERO); in do_utfreadchar16()
2975 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x20); in do_utfreadtype8()
3095 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, common->newline & 0xff); in mainloop_entry()
3096 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED, 0, SLJIT_C_EQUAL); in mainloop_entry()
[all …]