Home
last modified time | relevance | path

Searched refs:src2_r (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c34 sljit_ins src1_r = FS(src1), src2_r = FS(src2), dst_r = FS(dst); in emit_copysign() local
46 src2_r |= (1 << 11); in emit_copysign()
53 FAIL_IF(push_inst(compiler, mfhc | T(TMP_REG2) | src2_r, DR(TMP_REG2))); in emit_copysign()
H A DsljitNativeRISCV_common.c1733 sljit_sw src2_r = 0; in emit_op() local
1758 src2_r = src2w; in emit_op()
1762 src2_r = src1w; in emit_op()
1793 src2_r = src2; in emit_op()
1796 dst_r = (sljit_s32)src2_r; in emit_op()
1801 src2_r = src2_tmp_reg; in emit_op()
1803 src2_r = TMP_ZERO; in emit_op()
1817 src2_r = src2_tmp_reg; in emit_op()
1821 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
1835 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeLOONGARCH_64.c1744 sljit_sw src2_r = 0; in emit_op() local
1767 src2_r = src2w; in emit_op()
1770 src2_r = src1w; in emit_op()
1801 src2_r = src2; in emit_op()
1804 dst_r = (sljit_s32)src2_r; in emit_op()
1809 src2_r = src2_tmp_reg; in emit_op()
1811 src2_r = TMP_ZERO; in emit_op()
1826 src2_r = src2_tmp_reg; in emit_op()
1830 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
1844 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeS390X.c1103 sljit_gpr src2_r = tmp1; in emit_rrf() local
1111 src2_r = gpr(src2); in emit_rrf()
1115 return push_inst(compiler, ins | R4A(dst_r) | R0A(src1_r) | R12A(src2_r)); in emit_rrf()
3009 sljit_gpr src2_r = gpr(src2_reg); in sljit_emit_shift_into() local
3052 return push_inst(compiler, ins | R36A(dst_r) | R32A(src2_r)); in sljit_emit_shift_into()
3089 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src2_r) | R28A(tmp1) | (0x1 << 16))); in sljit_emit_shift_into()
3103 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src2_r) | (0x1 << 16))); in sljit_emit_shift_into()
3104 src2_r = tmp0; in sljit_emit_shift_into()
3113 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src2_r) | R28A(tmp1))); in sljit_emit_shift_into()
H A DsljitNativePPC_common.c1304 sljit_s32 src2_r; in emit_op() local
1321 src2_r = src2; in emit_op()
1325 dst_r = src2_r; in emit_op()
1327 src2_r = TMP_ZERO; in emit_op()
1330 src2_r = src2_tmp_reg; in emit_op()
1334 src2_r = src2_tmp_reg; in emit_op()
1352 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeMIPS_common.c2270 sljit_sw src2_r = 0; in emit_op() local
2295 src2_r = src2w; in emit_op()
2298 src2_r = src1w; in emit_op()
2331 src2_r = src2; in emit_op()
2334 dst_r = (sljit_s32)src2_r; in emit_op()
2340 src2_r = src2_tmp_reg; in emit_op()
2343 src2_r = 0; in emit_op()
2358 src2_r = src2_tmp_reg; in emit_op()
2362 SLJIT_ASSERT(src2_r == TMP_REG2); in emit_op()
2377 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()

Completed in 80 milliseconds