Home
last modified time | relevance | path

Searched refs:SLJIT_MOV (Results 1 – 17 of 17) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3150 OP1(SLJIT_MOV, TMP3, 0, TMP1, 0); in allocate_stack()
4202 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in read_char8_type()
4225 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in read_char8_type()
4465 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in do_utfreadtype8()
4471 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in do_utfreadtype8()
4750 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 1); in do_utfmoveback_invalid()
4763 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 1); in do_utfmoveback_invalid()
4777 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 1); in do_utfmoveback_invalid()
6683 OP1(SLJIT_MOV, TMP3, 0, TMP2, 0); in check_wordboundary()
6773 OP1(SLJIT_MOV, TMP2, 0, TMP3, 0); in check_wordboundary()
[all …]
H A Dpcre2_jit_simd_inc.h265 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd()
359 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd()
399 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in fast_requested_char_simd()
400 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in fast_requested_char_simd()
424 OP1(SLJIT_MOV, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd()
493 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in fast_requested_char_simd()
537 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd()
639 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_pair_simd()
760 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_char_pair_simd()
1673 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1160 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op()
1186 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op()
1331 case SLJIT_MOV: in sljit_emit_op1()
1338 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1689 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_REG2, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_op_src()
2021 return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_fast_enter()
2209 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_CALL_REG, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_ijump()
2228 FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, TMP_CALL_REG, 0, TMP_REG1, 0, src, srcw)); in sljit_emit_icall()
2421 case SLJIT_MOV: in sljit_emit_mem()
2559 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_const()
[all …]
H A DsljitLir.c1190 CHECK_ARGUMENT(op >= SLJIT_MOV && op <= SLJIT_MOV_S32); in check_sljit_emit_return()
1266 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
1273 case SLJIT_MOV: in check_sljit_emit_op1()
1835 CHECK_ARGUMENT(op == SLJIT_MOV || op == SLJIT_MOV32 in check_sljit_emit_op_flags()
1904 CHECK_ARGUMENT((type & 0xff) >= SLJIT_MOV && (type & 0xff) <= SLJIT_MOV_P); in check_sljit_emit_mem()
1905 …CHECK_ARGUMENT(!(type & SLJIT_32) || ((type & 0xff) != SLJIT_MOV && (type & 0xff) != SLJIT_MOV_U32… in check_sljit_emit_mem()
2046 if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_P)) in emit_mov_before_return()
2049 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
2089 sljit_s32 op = (dst_reg & SLJIT_32) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()
2325 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0); in sljit_get_local_base()
H A DsljitNativeARM_64.c639 case SLJIT_MOV: in emit_op_imm()
759 case SLJIT_MOV: in emit_op_imm()
1257 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1263 case SLJIT_MOV: in sljit_emit_op1()
1305 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1943 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags()
2013 case SLJIT_MOV: in sljit_emit_mem()
H A DsljitNativeSPARC_32.c44 case SLJIT_MOV: in emit_single_op()
H A DsljitNativePPC_32.c48 case SLJIT_MOV: in emit_single_op()
H A DsljitNativeARM_T2_32.c613 case SLJIT_MOV: in emit_op_imm()
780 case SLJIT_MOV: in emit_op_imm()
1571 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1573 case SLJIT_MOV: in sljit_emit_op1()
1607 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, (sljit_uw)srcw)); in sljit_emit_op1()
2556 case SLJIT_MOV: in sljit_emit_mem()
H A DsljitNativeS390X.c1879 if (opcode >= SLJIT_MOV && opcode <= SLJIT_MOV_P) { in sljit_emit_op1()
1922 case SLJIT_MOV: in sljit_emit_op1()
2004 case SLJIT_MOV: in sljit_emit_op1()
2040 case SLJIT_MOV: in sljit_emit_op1()
2076 case SLJIT_MOV: in sljit_emit_op1()
3217 case SLJIT_MOV: in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1390 op = SLJIT_MOV; in emit_op()
1553 case SLJIT_MOV: in sljit_emit_op1()
1560 return emit_op(compiler, SLJIT_MOV, WORD_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
2480 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_const()
2507 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_put_label()
H A DsljitNativeSPARC_common.c899 op = SLJIT_MOV; in emit_op()
1003 case SLJIT_MOV: in sljit_emit_op1()
1010 …return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, srcw… in sljit_emit_op1()
H A DsljitLir.h971 #define SLJIT_MOV (SLJIT_OP1_BASE + 0) macro
H A DsljitNativeX86_common.c1471 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1524 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1531 case SLJIT_MOV: in sljit_emit_op1()
2812 compiler->mode32 = GET_OPCODE(op) != SLJIT_MOV;
H A DsljitNativePPC_64.c149 case SLJIT_MOV: in emit_single_op()
H A DsljitNativeARM_32.c1363 case SLJIT_MOV: in emit_single_op()
2014 case SLJIT_MOV: in sljit_emit_op1()
2019 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
2965 case SLJIT_MOV: in sljit_emit_mem()
H A DsljitNativeMIPS_32.c75 case SLJIT_MOV: in emit_single_op()
H A DsljitNativeMIPS_64.c167 case SLJIT_MOV: in emit_single_op()

Completed in 151 milliseconds