Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1230 op = SLJIT_MOV_U32; in sljit_emit_op1()
1233 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1250 case SLJIT_MOV_U32: in sljit_emit_op1()
1256 case SLJIT_MOV_U32: in sljit_emit_op1()
1257 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
2284 case SLJIT_MOV_U32: in sljit_emit_mem()
2291 case SLJIT_MOV_U32: in sljit_emit_mem()
H A DsljitNativeSPARC_32.c45 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitNativePPC_32.c49 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitNativeX86_common.c1472 op = SLJIT_MOV_U32; in sljit_emit_op1()
1475 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1496 case SLJIT_MOV_U32: in sljit_emit_op1()
1511 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1521 case SLJIT_MOV_U32: in sljit_emit_op1()
1539 case SLJIT_MOV_U32: in sljit_emit_op1()
H A DsljitNativeS390X.c1829 case SLJIT_MOV_U32: in sljit_emit_op1()
1861 case SLJIT_MOV_U32: in sljit_emit_op1()
1906 case SLJIT_MOV_U32: in sljit_emit_op1()
1941 case SLJIT_MOV_U32: in sljit_emit_op1()
1973 case SLJIT_MOV_U32: in sljit_emit_op1()
H A DsljitLir.h956 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5) macro
H A DsljitNativePPC_64.c156 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitLir.c1221 case SLJIT_MOV_U32: in check_sljit_emit_op1()
1887 …pe & SLJIT_I32_OP) || ((type & 0xff) != SLJIT_MOV && (type & 0xff) != SLJIT_MOV_U32 && (type & 0xf… in check_sljit_emit_mem()
2035 …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_64.c769 case SLJIT_MOV_U32: in emit_op_imm()
1207 case SLJIT_MOV_U32: in sljit_emit_op1()
1904 case SLJIT_MOV_U32: in sljit_emit_mem()
H A DsljitNativeSPARC_common.c904 case SLJIT_MOV_U32: in sljit_emit_op1()
905 return emit_op(compiler, SLJIT_MOV_U32, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1350 case SLJIT_MOV_U32: in sljit_emit_op1()
1352 return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1354 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c769 case SLJIT_MOV_U32: in emit_op_imm()
1365 case SLJIT_MOV_U32: in sljit_emit_op1()
2296 case SLJIT_MOV_U32: in sljit_emit_mem()
H A DsljitNativeMIPS_32.c76 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitNativeMIPS_64.c204 case SLJIT_MOV_U32: in emit_single_op()
H A DsljitNativeARM_32.c1782 case SLJIT_MOV_U32: in sljit_emit_op1()
2681 case SLJIT_MOV_U32: in sljit_emit_mem()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c602 #define MOV_UCHAR SLJIT_MOV_U32
3295 OP1(SLJIT_MOV_U32, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, oveccount)); in copy_ovector()
3397 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in return_with_partial_match()
9117 OP1(SLJIT_MOV_U32, TMP1, 0, SLJIT_MEM1(TMP2), 0); in compile_ref_matchingpath()
9540 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, value1); in compile_callout_matchingpath()
9541 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
9549 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in compile_callout_matchingpath()
11749 OP1(SLJIT_MOV_U32, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, options)); in compile_fail_accept_matchingpath()
11752 OP1(SLJIT_MOV_U32, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, options)); in compile_fail_accept_matchingpath()
13708 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 98 milliseconds