Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1219 CHECK_ARGUMENT(op >= SLJIT_MOV && op <= SLJIT_MOV_S32); in check_sljit_emit_return()
1329 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CTZ); in check_sljit_emit_op1()
1336 case SLJIT_MOV: in check_sljit_emit_op1()
1957 CHECK_ARGUMENT(op == SLJIT_MOV || op == SLJIT_MOV32 in check_sljit_emit_op_flags()
2053 case SLJIT_MOV: in check_sljit_emit_mem()
2062 CHECK_ARGUMENT((type & 0xff) == SLJIT_MOV); in check_sljit_emit_mem()
2067 CHECK_ARGUMENT((type & 0xff) >= SLJIT_MOV && (type & 0xff) <= SLJIT_MOV_P); in check_sljit_emit_mem()
2120 CHECK_ARGUMENT((type & 0xff) >= SLJIT_MOV && (type & 0xff) <= SLJIT_MOV_P); in check_sljit_emit_mem_update()
2325 sljit_s32 op = (type & SLJIT_32) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()
2426 if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_P)) in emit_mov_before_return()
[all …]
H A DsljitNativePPC_common.c1216 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op()
1242 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOV_P) in emit_op()
1337 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,…
1383 case SLJIT_MOV: in sljit_emit_op1()
1390 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
2183 return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_fast_enter()
2678 case SLJIT_MOV: in sljit_emit_mem_update()
2816 PTR_FAIL_IF(emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, TMP_REG2, 0)); in sljit_emit_const()
2843 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 DsljitNativeARM_32.c1436 case SLJIT_MOV: in emit_single_op()
2139 case SLJIT_MOV: in sljit_emit_op1()
2144 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
3088 return sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, src, srcw); in emit_fmov_before_return()
3089 return sljit_emit_mem(compiler, SLJIT_MOV, SLJIT_REG_PAIR(SLJIT_R0, SLJIT_R1), src, srcw); in emit_fmov_before_return()
3452 case SLJIT_MOV: in sljit_emit_mem_update()
3560 …return sljit_emit_mem_unaligned(compiler, SLJIT_MOV | SLJIT_MEM_STORE | (type & SLJIT_MEM_UNALIGNE… in sljit_emit_fmem()
3569 …FAIL_IF(sljit_emit_mem_unaligned(compiler, SLJIT_MOV | SLJIT_MEM_STORE | (type & SLJIT_MEM_UNALIGN… in sljit_emit_fmem()
3572 …return sljit_emit_mem_unaligned(compiler, SLJIT_MOV | SLJIT_MEM_STORE | (type & SLJIT_MEM_UNALIGNE… in sljit_emit_fmem()
3595 …FAIL_IF(sljit_emit_mem_unaligned(compiler, SLJIT_MOV | (type & SLJIT_MEM_UNALIGNED_16), dst, mem, … in sljit_emit_fmem()
[all …]
H A DsljitNativeARM_64.c644 case SLJIT_MOV: in emit_op_imm()
778 case SLJIT_MOV: in emit_op_imm()
1340 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1346 case SLJIT_MOV: in sljit_emit_op1()
1388 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
2104 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags()
2244 case SLJIT_MOV: in sljit_emit_mem_update()
H A DsljitNativeARM_T2_32.c621 case SLJIT_MOV: in emit_op_imm()
803 case SLJIT_MOV: in emit_op_imm()
1697 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1699 case SLJIT_MOV: in sljit_emit_op1()
1733 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, (sljit_uw)srcw)); in sljit_emit_op1()
2655 return sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, src, srcw); in emit_fmov_before_return()
2656 return sljit_emit_mem(compiler, SLJIT_MOV, SLJIT_REG_PAIR(SLJIT_R0, SLJIT_R1), src, srcw); in emit_fmov_before_return()
2952 case SLJIT_MOV: in sljit_emit_mem_update()
H A DsljitNativeSPARC_32.c44 case SLJIT_MOV: in emit_single_op()
H A DsljitNativePPC_32.c51 case SLJIT_MOV: in emit_single_op()
H A DsljitNativeS390X.c2032 if (opcode >= SLJIT_MOV && opcode <= SLJIT_MOV_P) { in sljit_emit_op1()
2075 case SLJIT_MOV: in sljit_emit_op1()
2157 case SLJIT_MOV: in sljit_emit_op1()
2193 case SLJIT_MOV: in sljit_emit_op1()
2229 case SLJIT_MOV: in sljit_emit_op1()
3514 case SLJIT_MOV: in sljit_emit_op_flags()
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.h1035 #define SLJIT_MOV (SLJIT_OP1_BASE + 0) macro
H A DsljitNativeX86_common.c1618 if (op >= SLJIT_MOV && op <= SLJIT_MOV_P) { in sljit_emit_op1()
1671 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1678 case SLJIT_MOV: in sljit_emit_op1()
3119 compiler->mode32 = GET_OPCODE(op) != SLJIT_MOV;
H A DsljitNativePPC_64.c153 case SLJIT_MOV: in emit_single_op()
H A DsljitNativeRISCV_common.c1114 case SLJIT_MOV: in emit_single_op()
1607 op = SLJIT_MOV; in emit_op()
1710 case SLJIT_MOV: in sljit_emit_op1()
1717 return emit_op(compiler, SLJIT_MOV, WORD_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1472 case SLJIT_MOV: in emit_single_op()
2106 op = SLJIT_MOV; in emit_op()
2271 case SLJIT_MOV: in sljit_emit_op1()
2278 return emit_op(compiler, SLJIT_MOV, WORD_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
3522 case SLJIT_MOV: in sljit_emit_mem()

Completed in 148 milliseconds