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

/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_32.c860 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
862 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
864 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
981 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[src2])); \
982 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg_map[src2])); \
984 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (reg_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | ((flags & ARGS_SWAPPED) ? reg_map[src2] : reg_map[src1])));
997 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MVN_DP, dst, SLJIT_UNUSED, src2);
998 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, src2);
1000 EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(MOV_DP, dst, SLJIT_UNUSED, reg_map[src2]);
1011 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, (2
[all...]
H A DsljitNativeX86_32.c308 if ((b & REG_MASK) == SLJIT_UNUSED)
321 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED)
389 else if ((b & REG_MASK) != SLJIT_UNUSED) {
390 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
398 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
490 if (dst == SLJIT_UNUSED)
H A DsljitNativeX86_64.c402 if ((b & REG_MASK) == SLJIT_UNUSED)
418 if ((b & OFFS_REG_MASK) != SLJIT_UNUSED) {
499 else if ((b & REG_MASK) != SLJIT_UNUSED) {
500 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) {
508 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED)
601 if (dst == SLJIT_UNUSED)
701 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
H A 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) {
993 if (op == SLJIT_UNUSED)
1441 CHECK_ARGUMENT(src == SLJIT_UNUSED && srcw == 0);
1454 if (src != SLJIT_UNUSED) {
1528 if (op == SLJIT_UNUSED)
1669 SLJIT_UNUSED,
[all...]
H A DsljitNativeX86_common.c683 if (dst == SLJIT_UNUSED) {
911 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1053 if (dst == SLJIT_UNUSED && !(src & SLJIT_MEM))
1099 if (dst == SLJIT_UNUSED) {
1138 if (dst == SLJIT_UNUSED) {
1180 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
1488 if (dst == SLJIT_UNUSED) {
1604 if (dst == SLJIT_UNUSED) {
2043 if (dst == SLJIT_UNUSED) {
2207 if (dst == SLJIT_UNUSED)
[all...]
H A DsljitNativeSPARC_common.c655 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
973 if (dst == SLJIT_UNUSED)
1190 if (dst == SLJIT_UNUSED)
1385 if (dst == SLJIT_UNUSED)
H A DsljitNativeARM_64.c1401 if (dst == SLJIT_UNUSED)
1454 if (dst == SLJIT_UNUSED)
1620 if (dst_r == TMP_REG1 && dst != SLJIT_UNUSED)
1779 if (dst == SLJIT_UNUSED)
1980 if (dst == SLJIT_UNUSED)
H A DsljitLir.h161 /* When SLJIT_UNUSED is specified as destination, the result is discarded. */
162 #define SLJIT_UNUSED 0 macro
233 /* Note: SLJIT_UNUSED as destination is not valid for floating point
539 /* Return from machine code. The op argument can be SLJIT_UNUSED which means the
542 is SLJIT_UNUSED, otherwise see below the description about source and
620 For destination, you can use SLJIT_UNUSED as well. */
1016 an SLJIT_SUB operation (with SLJIT_UNUSED destination and setting
1061 Src must be SLJIT_UNUSED, and srcw must be 0
1068 Note: sljit_emit_op_flags does nothing, if dst is SLJIT_UNUSED (regardless of op). */
H A DsljitNativeARM_T2_32.c1511 if (dst == SLJIT_UNUSED)
1640 if (dst == SLJIT_UNUSED)
1800 if (dst == SLJIT_UNUSED)
1988 if (dst == SLJIT_UNUSED)
H A DsljitNativePPC_common.c1142 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
1554 if (dst == SLJIT_UNUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))) {
1730 if (dst == SLJIT_UNUSED)
1744 if (dst == SLJIT_UNUSED)
2023 if (dst == SLJIT_UNUSED)
2231 if (dst == SLJIT_UNUSED)
H A DsljitNativeMIPS_common.c916 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
1311 if (dst == SLJIT_UNUSED)
1546 if (dst == SLJIT_UNUSED)
2021 if (dst == SLJIT_UNUSED)
H A DsljitNativeTILEGX_64.c1557 if (dst == SLJIT_UNUSED)
1975 if (SLJIT_UNLIKELY(dst == SLJIT_UNUSED)) {
2095 if (dst == SLJIT_UNUSED)
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c3107 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0xdc00);
3108 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED, 0, SLJIT_EQUAL);
3168 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800);
3182 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x10000);
3216 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x800);
3223 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, 0x400);
3224 OP_FLAGS(SLJIT_MOV, TMP2, 0, SLJIT_UNUSED, 0, SLJIT_NOT_ZERO);
3247 OP2(SLJIT_AND | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP2, 0, SLJIT_IMM, 0x20);
3391 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, common->newline & 0xff);
3392 OP_FLAGS(SLJIT_MOV, TMP1, 0, SLJIT_UNUSED,
[all...]

Completed in 202 milliseconds