/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3064 OP2(SLJIT_SUB | SLJIT_SET_Z, COUNT_MATCH, 0, COUNT_MATCH, 0, SLJIT_IMM, 1); in count_match() 3074 OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * sizeof(sljit_sw)); in allocate_stack() 3122 OP2(SLJIT_SUB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, … in reset_ovector() 3136 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3146 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3225 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3235 OP2(SLJIT_SUB | SLJIT_SET_Z, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match() 3332 OP2(SLJIT_SUB, SLJIT_S1, 0, SLJIT_S1, 0, SLJIT_R0, 0); in copy_ovector() 3341 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector() 3355 OP2(SLJIT_SUB, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector() [all …]
|
D | pcre2_jit_simd_inc.h | 284 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd() 322 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 440 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd() 533 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, STR_END, 0); in fast_forward_char_pair_simd() 631 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd() 689 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_pair_simd() 753 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_simd() 1066 OP2(SLJIT_SUB | SLJIT_SET_LESS, SLJIT_UNUSED, 0, STR_END, 0, SLJIT_R0, 0); in fast_forward_char_pair_simd()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 1410 case SLJIT_SUB: in sljit_emit_op2() 1415 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1417 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1422 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2() 1424 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1428 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1437 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1453 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4 | ALT_FORM5, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1455 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1463 …return emit_op(compiler, SLJIT_SUB, flags | ((GET_FLAG_TYPE(op) == GET_FLAG_TYPE(SLJIT_SET_CARRY))… in sljit_emit_op2()
|
D | sljitLir.h | 993 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro 994 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_I32_OP)
|
D | sljitNativeARM_32.c | 1045 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter() 1208 case SLJIT_SUB: in emit_single_op() 1581 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1585 if (GET_OPCODE(op) == SLJIT_SUB) { in emit_op() 1617 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1802 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 1828 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeS390X.c | 1933 case SLJIT_SUB: in have_op_2_imm() 1997 if (GET_OPCODE(op) == SLJIT_SUB && (op & VARIABLE_FLAG_MASK)) { in sljit_emit_op2() 2162 else if ((GET_OPCODE(op) == SLJIT_SUB) && (op & SLJIT_SET_Z) && !signed_flags) { in sljit_emit_op2() 2258 case SLJIT_SUB: in sljit_emit_op2() 2341 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativePPC_32.c | 131 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeSPARC_32.c | 101 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeARM_T2_32.c | 644 case SLJIT_SUB: in emit_op_imm() 813 case SLJIT_SUB: in emit_op_imm() 1104 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter() 1412 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
|
D | sljitNativeARM_64.c | 613 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 641 case SLJIT_SUB: in emit_op_imm() 796 case SLJIT_SUB: in emit_op_imm()
|
D | sljitNativePPC_64.c | 266 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeSPARC_common.c | 927 return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 959 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeMIPS_32.c | 237 case SLJIT_SUB: in emit_single_op()
|
D | sljitNativeMIPS_64.c | 328 case SLJIT_SUB: in emit_single_op()
|
D | sljitLir.c | 1288 case SLJIT_SUB: in check_sljit_emit_op2() 2201 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_I32_OP), in sljit_emit_cmp()
|
D | sljitNativeMIPS_common.c | 1380 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1() 1429 case SLJIT_SUB: in sljit_emit_op2()
|
D | sljitNativeX86_common.c | 2314 case SLJIT_SUB:
|