Searched refs:SLJIT_MOV_U32 (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 1366 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 D | sljitNativeX86_common.c | 1632 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 D | sljitNativePPC_32.c | 52 case SLJIT_MOV_U32: in emit_single_op()
|
H A D | sljitLir.h | 1050 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5) macro
|
H A D | sljitNativeS390X.c | 2069 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 D | sljitNativePPC_64.c | 160 case SLJIT_MOV_U32: in emit_single_op()
|
H A D | sljitNativeRISCV_common.c | 1155 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 D | sljitNativeARM_64.c | 805 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 D | sljitNativeMIPS_common.c | 1537 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 D | sljitLir.c | 1337 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 D | sljitNativeARM_T2_32.c | 804 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 D | sljitNativeSPARC_common.c | 1005 case SLJIT_MOV_U32: in sljit_emit_op1()
|
H A D | sljitNativeARM_32.c | 2140 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 D | pcre2_jit_compile.c | 605 #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 D | pcre2_jit_simd_inc.h | 1081 OP1(SLJIT_MOV_U32, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_pair_simd()
|
Completed in 159 milliseconds