Home
last modified time | relevance | path

Searched refs:src1_r (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c820 sljit_s32 src1_r; in emit_op() local
863 src1_r = src1; in emit_op()
867 src1_r = TMP_REG1; in emit_op()
870 src1_r = 0; in emit_op()
877 src1_r = TMP_REG1; in emit_op()
928 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeS390X.c1131 sljit_gpr src1_r = tmp0; in emit_rrf() local
1135 src1_r = gpr(src1); in emit_rrf()
1144 return push_inst(compiler, ins | R4A(dst_r) | R0A(src1_r) | R12A(src2_r)); in emit_rrf()
2941 sljit_gpr src1_r = tmp0; in sljit_emit_shift_into() local
2963 src1_r = gpr(src1); in sljit_emit_shift_into()
2992 return push_inst(compiler, ins | R36A(src_dst_r) | R32A(src1_r)); in sljit_emit_shift_into()
3013 if (src1_r == tmp0) { in sljit_emit_shift_into()
3018 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src1_r) | R28A(tmp1) | (0x1 << 16))); in sljit_emit_shift_into()
3033 FAIL_IF(push_inst(compiler, ins | R36A(tmp0) | R32A(src1_r) | (0x1 << 16))); in sljit_emit_shift_into()
3034 src1_r = tmp0; in sljit_emit_shift_into()
[all …]
H A DsljitNativePPC_common.c1204 sljit_s32 src1_r; in emit_op() local
1222 src1_r = src1; in emit_op()
1226 src1_r = TMP_ZERO; in emit_op()
1229 src1_r = TMP_REG1; in emit_op()
1234 src1_r = TMP_REG1; in emit_op()
1257 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeRISCV_common.c1528 sljit_s32 src1_r; in emit_op() local
1569 src1_r = src1; in emit_op()
1575 src1_r = TMP_REG1; in emit_op()
1578 src1_r = TMP_ZERO; in emit_op()
1585 src1_r = TMP_REG1; in emit_op()
1636 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
H A DsljitNativeMIPS_common.c2028 sljit_s32 src1_r; in emit_op() local
2068 src1_r = src1; in emit_op()
2074 src1_r = TMP_REG1; in emit_op()
2077 src1_r = 0; in emit_op()
2084 src1_r = TMP_REG1; in emit_op()
2135 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()

Completed in 46 milliseconds