Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c2091 OP2(SLJIT_SUB | SLJIT_SET_E, COUNT_MATCH, 0, COUNT_MATCH, 0, SLJIT_IMM, 1); in count_match()
2114 OP2(SLJIT_SUB, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, size * sizeof(sljit_sw)); in free_stack()
2126 OP2(SLJIT_SUB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, … in reset_ovector()
2138 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
2164 OP2(SLJIT_SUB | SLJIT_SET_E, STACK_TOP, 0, STACK_TOP, 0, SLJIT_IMM, 1); in do_reset_match()
2217 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offsets), SLJIT_IMM… in copy_ovector()
2223 OP2(SLJIT_SUB, SLJIT_S1, 0, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_R0, 0); in copy_ovector()
2230 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector()
2243 OP2(SLJIT_SUB, SLJIT_R1, 0, SLJIT_R1, 0, SLJIT_IMM, 1); in copy_ovector()
2270 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common… in return_with_partial_match()
[all …]
/external/pcre/dist/sljit/
DsljitLir.h786 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro
787 #define SLJIT_ISUB (SLJIT_SUB | SLJIT_INT_OP)
DsljitNativePPC_common.c1544 case SLJIT_SUB: in sljit_emit_op2()
1552 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1569 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1573 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1580 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1582 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1586 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1588 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2()
1597 …return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1… in sljit_emit_op2()
DsljitNativeARM_32.c863 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
1081 case SLJIT_SUB: in emit_single_op()
1694 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1729 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1734 if (GET_OPCODE(op) == SLJIT_SUB && !(flags & ARGS_SWAPPED)) { in emit_op()
1920 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1943 case SLJIT_SUB: in sljit_emit_op2()
DsljitNativeSPARC_32.c102 case SLJIT_SUB: in emit_single_op()
DsljitNativePPC_32.c129 case SLJIT_SUB: in emit_single_op()
DsljitNativeARM_T2_32.c573 case SLJIT_SUB: in emit_op_imm()
739 case SLJIT_SUB: in emit_op_imm()
1170 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter()
1401 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
DsljitNativePPC_64.c251 case SLJIT_SUB: in emit_single_op()
DsljitNativeMIPS_32.c226 case SLJIT_SUB: in emit_single_op()
DsljitNativeARM_64.c530 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
558 case SLJIT_SUB: in emit_op_imm()
722 case SLJIT_SUB: in emit_op_imm()
DsljitNativeTILEGX_64.c1811 case SLJIT_SUB: in emit_single_op()
2289 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw… in sljit_emit_op1()
2311 case SLJIT_SUB: in sljit_emit_op2()
DsljitNativeSPARC_common.c879 return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
908 case SLJIT_SUB: in sljit_emit_op2()
DsljitLir.c609 case SLJIT_SUB: \
1683 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_INT_OP), in sljit_emit_cmp()
DsljitNativeMIPS_64.c318 case SLJIT_SUB: in emit_single_op()
DsljitNativeMIPS_common.c1182 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1()
1227 case SLJIT_SUB: in sljit_emit_op2()
DsljitNativeX86_common.c2161 case SLJIT_SUB: