Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h959 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6) macro
961 #define SLJIT_MOV32 (SLJIT_MOV_S32 | SLJIT_I32_OP)
H A DsljitNativePPC_common.c1229 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1234 op = SLJIT_MOV_S32; in sljit_emit_op1()
1251 case SLJIT_MOV_S32: in sljit_emit_op1()
1259 case SLJIT_MOV_S32: in sljit_emit_op1()
1260 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
2285 case SLJIT_MOV_S32: in sljit_emit_mem()
2295 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 DsljitNativeSPARC_32.c46 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitNativePPC_32.c50 case SLJIT_MOV_S32: in emit_single_op()
H A DsljitNativeX86_common.c1471 if (op == SLJIT_MOV_S32) in sljit_emit_op1()
1476 op = SLJIT_MOV_S32; in sljit_emit_op1()
1499 case SLJIT_MOV_S32: in sljit_emit_op1()
1511 …LY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || op == SLJIT… in sljit_emit_op1()
1522 case SLJIT_MOV_S32: in sljit_emit_op1()
1542 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativeS390X.c1832 case SLJIT_MOV_S32: in sljit_emit_op1()
1864 case SLJIT_MOV_S32: in sljit_emit_op1()
1909 case SLJIT_MOV_S32: in sljit_emit_op1()
1942 case SLJIT_MOV_S32: in sljit_emit_op1()
1974 case SLJIT_MOV_S32: in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1357 case SLJIT_MOV_S32: in sljit_emit_op1()
1359 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1361 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2115 if (op == SLJIT_MOV_S32) in sljit_emit_op_flags()
H A DsljitNativeARM_64.c774 case SLJIT_MOV_S32: in emit_op_imm()
1212 case SLJIT_MOV_S32: in sljit_emit_op1()
1902 case SLJIT_MOV_S32: in sljit_emit_mem()
H A DsljitNativeSPARC_common.c907 case SLJIT_MOV_S32: in sljit_emit_op1()
908 …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.c770 case SLJIT_MOV_S32: in emit_op_imm()
1366 case SLJIT_MOV_S32: in sljit_emit_op1()
2297 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.c108 ((op) >= SLJIT_MOV_U8 && (op) <= SLJIT_MOV_S32)
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_32.c1783 case SLJIT_MOV_S32: in sljit_emit_op1()
2682 case SLJIT_MOV_S32: in sljit_emit_mem()
/PHP-8.1/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.c7274 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7283 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7325 OP1(SLJIT_MOV_S32, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
9107 OP1(SLJIT_MOV_S32, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(ucd_record, other_case)); in compile_ref_matchingpath()

Completed in 118 milliseconds