Home
last modified time | relevance | path

Searched refs:SLJIT_MOV_U32 (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1366 op = SLJIT_MOV_U32; in sljit_emit_op1()
1369 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1385 case SLJIT_MOV_U32: in sljit_emit_op1()
1393 case SLJIT_MOV_U32: in sljit_emit_op1()
1394 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
2681 case SLJIT_MOV_U32: in sljit_emit_mem_update()
2689 case SLJIT_MOV_U32: in sljit_emit_mem_update()
H A DsljitNativeX86_common.c1632 op = SLJIT_MOV_U32; in sljit_emit_op1()
1635 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1656 case SLJIT_MOV_U32: 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()
1681 case SLJIT_MOV_U32: in sljit_emit_op1()
1700 case SLJIT_MOV_U32: in sljit_emit_op1()
H A DsljitNativePPC_32.c52 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitLir.h1050 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5) macro
H A DsljitNativeS390X.c2069 case SLJIT_MOV_U32: in sljit_emit_op1()
2104 case SLJIT_MOV_U32: in sljit_emit_op1()
2150 case SLJIT_MOV_U32: in sljit_emit_op1()
2187 case SLJIT_MOV_U32: in sljit_emit_op1()
2220 case SLJIT_MOV_U32: in sljit_emit_op1()
H A DsljitNativePPC_64.c160 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitNativeRISCV_common.c1155 case SLJIT_MOV_U32: in emit_single_op()
1712 case SLJIT_MOV_U32: in sljit_emit_op1()
1720 case SLJIT_MOV_U32: in sljit_emit_op1()
1721 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SL… in sljit_emit_op1()
H A DsljitNativeARM_64.c805 case SLJIT_MOV_U32: in emit_op_imm()
1370 case SLJIT_MOV_U32: in sljit_emit_op1()
2263 case SLJIT_MOV_U32: in sljit_emit_mem_update()
H A DsljitNativeMIPS_common.c1537 case SLJIT_MOV_U32: in emit_single_op()
2273 case SLJIT_MOV_U32: in sljit_emit_op1()
2281 case SLJIT_MOV_U32: in sljit_emit_op1()
2282 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SL… in sljit_emit_op1()
3570 if (op != SLJIT_MOV_U32) in sljit_emit_mem()
H A DsljitLir.c1337 case SLJIT_MOV_U32: in check_sljit_emit_op1()
2048 case SLJIT_MOV_U32: in check_sljit_emit_mem()
2429 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
H A DsljitNativeARM_T2_32.c804 case SLJIT_MOV_U32: in emit_op_imm()
1700 case SLJIT_MOV_U32: in sljit_emit_op1()
2953 case SLJIT_MOV_U32: in sljit_emit_mem_update()
H A DsljitNativeSPARC_common.c1005 case SLJIT_MOV_U32: in sljit_emit_op1()
H A DsljitNativeARM_32.c2140 case SLJIT_MOV_U32: in sljit_emit_op1()
3453 case SLJIT_MOV_U32: in sljit_emit_mem_update()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c605 #define MOV_UCHAR SLJIT_MOV_U32
3369 OP1(SLJIT_MOV_U32, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, oveccount)); in copy_ovector()
3471 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in return_with_partial_match()
9348 OP1(SLJIT_MOV_U32, TMP1, 0, SLJIT_MEM1(TMP2), 0); in compile_ref_matchingpath()
9771 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, value1); in compile_callout_matchingpath()
9772 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
9780 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in compile_callout_matchingpath()
11980 OP1(SLJIT_MOV_U32, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, options)); in compile_fail_accept_matchingpath()
11983 OP1(SLJIT_MOV_U32, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options)); in compile_fail_accept_matchingpath()
13938 OP1(SLJIT_MOV_U32, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match)); in jit_compile()
[all …]
H A Dpcre2_jit_simd_inc.h1081 OP1(SLJIT_MOV_U32, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_pair_simd()

Completed in 159 milliseconds