Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h943 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6) macro
945 #define SLJIT_MOV32 (SLJIT_MOV_S32 | SLJIT_I32_OP)
H A DsljitNativePPC_common.c1228 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1233 op = SLJIT_MOV_S32; in sljit_emit_op1()
1250 case SLJIT_MOV_S32: in sljit_emit_op1()
1258 case SLJIT_MOV_S32: in sljit_emit_op1()
1259 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
2245 case SLJIT_MOV_S32: in sljit_emit_mem()
2255 case SLJIT_MOV_S32: in sljit_emit_mem()
H A DsljitNativePPC_64.c157 case SLJIT_MOV_S32: in emit_single_op()
160 if (op == SLJIT_MOV_S32) in emit_single_op()
H A DsljitNativeTILEGX_64.c1580 case SLJIT_MOV_S32: in emit_single_op()
1583 if (op == SLJIT_MOV_S32) in emit_single_op()
2078 if (op == SLJIT_MOV_S32 || op == SLJIT_MOV_U32) in sljit_emit_op_flags()
2192 case SLJIT_MOV_S32: in sljit_emit_op1()
2193 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
2215 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, … in sljit_emit_op1()
H A DsljitNativePPC_32.c50 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitNativeSPARC_32.c46 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitNativeX86_common.c1474 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1479 op = SLJIT_MOV_S32; in sljit_emit_op1()
1502 case SLJIT_MOV_S32: in sljit_emit_op1()
1514 …LY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || op == SLJIT… in sljit_emit_op1()
1525 case SLJIT_MOV_S32: in sljit_emit_op1()
1545 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1356 case SLJIT_MOV_S32: in sljit_emit_op1()
1358 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1360 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2112 if (op == SLJIT_MOV_S32) in sljit_emit_op_flags()
H A DsljitNativeARM_64.c782 case SLJIT_MOV_S32: in emit_op_imm()
1216 case SLJIT_MOV_S32: in sljit_emit_op1()
1902 case SLJIT_MOV_S32: in sljit_emit_mem()
H A DsljitNativeSPARC_common.c906 case SLJIT_MOV_S32: in sljit_emit_op1()
907 …return emit_op(compiler, SLJIT_MOV_S32, flags | INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, sr… in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c766 case SLJIT_MOV_S32: in emit_op_imm()
1359 case SLJIT_MOV_S32: in sljit_emit_op1()
2286 case SLJIT_MOV_S32: in sljit_emit_mem()
H A DsljitNativeMIPS_32.c77 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitNativeMIPS_64.c209 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitLir.c109 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S32)
2023 …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_32.c1704 case SLJIT_MOV_S32: in sljit_emit_op1()
2599 case SLJIT_MOV_S32: in sljit_emit_mem()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1071 OP1(SLJIT_MOV_S32, SLJIT_R2, 0, SLJIT_IMM, offs1); in fast_forward_char_pair_simd()
1072 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c7197 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7206 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7248 OP1(SLJIT_MOV_S32, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
9030 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(ucd_record, other_case)); in compile_ref_matchingpath()

Completed in 156 milliseconds