/external/pcre/src/ |
D | pcre2_jit_compile.c | 3137 OP2(SLJIT_SUB | SLJIT_SET_Z, COUNT_MATCH, 0, COUNT_MATCH, 0, SLJIT_IMM, 1); in count_match() 3147 OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * SSIZE_OF(sw)); in allocate_stack() 3195 OP2(SLJIT_SUB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, … in reset_ovector() 3209 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3219 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3298 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3308 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3405 OP2(SLJIT_SUB, SLJIT_S1, 0, SLJIT_S1, 0, SLJIT_R0, 0); in copy_ovector() 3414 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector() 3428 OP2(SLJIT_SUB, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector() [all …]
|
D | pcre2_jit_simd_inc.h | 304 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd() 342 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 460 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd() 540 OP2U(SLJIT_SUB | SLJIT_SET_LESS, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd() 638 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd() 696 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_pair_simd() 757 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_simd() 1070 OP2U(SLJIT_SUB | SLJIT_SET_LESS, STR_END, 0, SLJIT_R0, 0); in fast_forward_char_pair_simd() 1368 OP2(SLJIT_SUB, STR_PTR, 0, TMP2, 0, SLJIT_IMM, 16); in fast_forward_char_simd() 1421 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() [all …]
|
/external/pcre/src/sljit/ |
D | sljitNativePPC_common.c | 1574 case SLJIT_SUB: in sljit_emit_op2() 1581 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1583 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1588 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2() 1590 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1596 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1598 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1604 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2() 1606 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1610 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() [all …]
|
D | sljitLir.h | 1091 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro 1092 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_32)
|
D | sljitNativePPC_32.c | 142 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeARM_32.c | 1220 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter() 1518 case SLJIT_SUB: in emit_single_op() 1919 neg_op = SLJIT_SUB; in emit_op() 1925 case SLJIT_SUB: in emit_op() 1977 if (neg_op >= SLJIT_SUB) { in emit_op() 2183 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeARM_64.c | 623 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 651 case SLJIT_SUB: in emit_op_imm() 658 if (op != SLJIT_SUB) in emit_op_imm() 830 case SLJIT_SUB: in emit_op_imm()
|
D | sljitNativeARM_T2_32.c | 664 case SLJIT_SUB: in emit_op_imm() 856 case SLJIT_SUB: in emit_op_imm() 1330 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter() 1340 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter()
|
D | sljitNativePPC_64.c | 274 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeX86_common.c | 2435 case SLJIT_SUB: 2496 if (opcode != SLJIT_SUB && opcode != SLJIT_AND) { 2510 if (opcode == SLJIT_SUB) {
|
D | sljitLir.c | 1414 case SLJIT_SUB: in check_sljit_emit_op2() 2539 SLJIT_SUB | flags | (type & SLJIT_32), src1, src1w, src2, src2w)); in sljit_emit_cmp()
|
D | sljitNativeRISCV_common.c | 1273 case SLJIT_SUB: in emit_single_op() 1782 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeMIPS_common.c | 1690 case SLJIT_SUB: in emit_single_op() 2342 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeS390X.c | 2886 case SLJIT_SUB: in sljit_emit_op2()
|