Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c161 case SLJIT_MOV_S32: in emit_single_op()
164 if (op == SLJIT_MOV_S32) in emit_single_op()
H A DsljitNativePPC_common.c1365 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1370 op = SLJIT_MOV_S32; in sljit_emit_op1()
1386 case SLJIT_MOV_S32: in sljit_emit_op1()
1396 case SLJIT_MOV_S32: in sljit_emit_op1()
1398 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
2682 case SLJIT_MOV_S32: in sljit_emit_mem_update()
2694 case SLJIT_MOV_S32: in sljit_emit_mem_update()
H A DsljitNativeX86_common.c1631 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1636 op = SLJIT_MOV_S32; in sljit_emit_op1()
1659 case SLJIT_MOV_S32: in sljit_emit_op1()
1671 …LY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || op == SLJIT… in sljit_emit_op1()
1682 case SLJIT_MOV_S32: in sljit_emit_op1()
1703 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativePPC_32.c53 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitLir.h1053 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6) macro
H A DsljitLir.c110 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S32)
1219 CHECK_ARGUMENT(op >= SLJIT_MOV && op <= SLJIT_MOV_S32); in check_sljit_emit_return()
2049 case SLJIT_MOV_S32: 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 DsljitNativeS390X.c2072 case SLJIT_MOV_S32: in sljit_emit_op1()
2107 case SLJIT_MOV_S32: in sljit_emit_op1()
2153 case SLJIT_MOV_S32: in sljit_emit_op1()
2188 case SLJIT_MOV_S32: in sljit_emit_op1()
2221 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativeRISCV_common.c1164 case SLJIT_MOV_S32: in emit_single_op()
1713 case SLJIT_MOV_S32: in sljit_emit_op1()
1723 case SLJIT_MOV_S32: in sljit_emit_op1()
1726 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
H A DsljitNativeARM_64.c808 case SLJIT_MOV_S32: in emit_op_imm()
1375 case SLJIT_MOV_S32: in sljit_emit_op1()
2260 case SLJIT_MOV_S32: in sljit_emit_mem_update()
H A DsljitNativeARM_T2_32.c805 case SLJIT_MOV_S32: in emit_op_imm()
1701 case SLJIT_MOV_S32: in sljit_emit_op1()
2954 case SLJIT_MOV_S32: in sljit_emit_mem_update()
H A DsljitNativeMIPS_common.c1550 case SLJIT_MOV_S32: in emit_single_op()
2274 case SLJIT_MOV_S32: in sljit_emit_op1()
2284 case SLJIT_MOV_S32: in sljit_emit_op1()
2286 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
H A DsljitNativeSPARC_common.c1006 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativeARM_32.c2141 case SLJIT_MOV_S32: in sljit_emit_op1()
3454 case SLJIT_MOV_S32: in sljit_emit_mem_update()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1075 OP1(SLJIT_MOV_S32, SLJIT_R2, 0, SLJIT_IMM, offs1); in fast_forward_char_pair_simd()
1076 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c7348 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7357 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7399 OP1(SLJIT_MOV_S32, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
9338 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(ucd_record, other_case)); in compile_ref_matchingpath()

Completed in 161 milliseconds