Home
last modified time | relevance | path

Searched refs:SLJIT_ADD (Results 1 – 16 of 16) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2350 OP2(SLJIT_ADD, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * sizeof(sljit_sw)); in allocate_stack()
2503 OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, match_data), in copy_ovector()
2511 OP2(SLJIT_ADD, SLJIT_S0, 0, SLJIT_S0, 0, SLJIT_IMM, sizeof(sljit_sw)); in copy_ovector()
2586 OP2(SLJIT_ADD, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, SLJIT_IMM, 1); in check_start_used_ptr()
2815 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in peek_char()
2831 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x40); in peek_char()
2870 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in read_char7_type()
2878 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in read_char7_type()
2904 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in read_char_range()
2928 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(3)); in read_char_range()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c1491 case SLJIT_ADD: in sljit_emit_op2()
1495 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1499 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1503 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1507 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1516 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1522 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1526 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1529 return emit_op(compiler, SLJIT_ADD, flags, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
[all …]
DsljitLir.h817 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
818 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_I32_OP)
DsljitNativeARM_32.c895 …FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->loc… in sljit_emit_return()
1060 case SLJIT_ADD: in emit_single_op()
1675 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1713 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1724 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1944 case SLJIT_ADD: in sljit_emit_op2()
2498 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
DsljitNativeSPARC_32.c96 case SLJIT_ADD: in emit_single_op()
DsljitNativeSPARC_common.c894 case SLJIT_ADD: in sljit_emit_op2()
1390 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1394 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
1410 if (op >= SLJIT_ADD) in sljit_emit_op_flags()
DsljitLir.c646 case SLJIT_ADD: \
1105 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ASHR); in check_sljit_emit_op2()
1440 if (GET_OPCODE(op) < SLJIT_ADD) { in check_sljit_emit_op_flags()
1719 …return sljit_emit_op2(compiler, SLJIT_ADD | SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, o… in sljit_get_local_base()
DsljitNativeARM_64.c529 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
562 case SLJIT_ADD: in emit_op_imm()
565 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
715 case SLJIT_ADD: in emit_op_imm()
1986 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
DsljitNativePPC_32.c97 case SLJIT_ADD: in emit_single_op()
DsljitNativeTILEGX_64.c1660 case SLJIT_ADD: in emit_single_op()
2101 sugg_dst_ar = reg_map[(op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2]; in sljit_emit_op_flags()
2105 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
2156 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
2269 case SLJIT_ADD: in sljit_emit_op2()
DsljitNativeARM_T2_32.c544 case SLJIT_ADD: in emit_op_imm()
729 case SLJIT_ADD: in emit_op_imm()
1204 FAIL_IF(emit_op_imm(compiler, SLJIT_ADD | ARG2_IMM, SLJIT_SP, SLJIT_SP, compiler->local_size)); in sljit_emit_return()
1995 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
DsljitNativeMIPS_common.c1211 case SLJIT_ADD: in sljit_emit_op2()
2029 sugg_dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2033 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
2100 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
DsljitNativePPC_64.c216 case SLJIT_ADD: in emit_single_op()
DsljitNativeX86_common.c2178 case SLJIT_ADD:
2748 if (GET_OPCODE(op) < SLJIT_ADD) {
2758 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
2860 if (GET_OPCODE(op) < SLJIT_ADD)
DsljitNativeMIPS_32.c153 case SLJIT_ADD: in emit_single_op()
DsljitNativeMIPS_64.c245 case SLJIT_ADD: in emit_single_op()