Home
last modified time | relevance | path

Searched refs:dst_reg (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1973 sljit_s32 dst_reg; in emit_op() local
2129 src1_reg = dst_reg; in emit_op()
2156 src1_reg = dst_reg; in emit_op()
2375 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
3409 sljit_s32 dst_reg, in sljit_emit_select() argument
3420 if (src2_reg != dst_reg && src1 == dst_reg) { in sljit_emit_select()
3423 src2_reg = dst_reg; in sljit_emit_select()
4204 sljit_s32 dst_reg; in sljit_emit_simd_extend() local
4239 src = dst_reg; in sljit_emit_simd_extend()
4242 if (dst_reg == TMP_FREG2) in sljit_emit_simd_extend()
[all …]
H A DsljitNativeARM_T2_32.c1918 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
1963 if (dst_reg == src1_reg && IS_2_LO_REGS(dst_reg, src3)) in sljit_emit_shift_into()
1971 return push_inst32(compiler, ORR_W | RD4(dst_reg) | RN4(dst_reg) | RM4(TMP_REG1)); in sljit_emit_shift_into()
2952 sljit_s32 dst_reg, in sljit_emit_select() argument
2963 if (src2_reg != dst_reg && src1 == dst_reg) { in sljit_emit_select()
2966 src2_reg = dst_reg; in sljit_emit_select()
2973 if (src2_reg != dst_reg) { in sljit_emit_select()
3854 sljit_s32 dst_reg; in sljit_emit_simd_extend() local
3889 src = dst_reg; in sljit_emit_simd_extend()
3892 if (dst_reg == TMP_FREG2) in sljit_emit_simd_extend()
[all …]
H A DsljitNativePPC_common.c1922 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
1964 return push_inst(compiler, OR | S(dst_reg) | A(dst_reg) | B(TMP_REG1)); in sljit_emit_shift_into()
1993 return push_inst(compiler, OR | S(dst_reg) | A(dst_reg) | B(TMP_REG1)); in sljit_emit_shift_into()
2006 return push_inst(compiler, OR | S(dst_reg) | A(dst_reg) | B(TMP_REG1)); in sljit_emit_shift_into()
2727 sljit_s32 dst_reg, in sljit_emit_select() argument
2744 if (dst_reg != src2_reg) { in sljit_emit_select()
2745 if (dst_reg == src1) { in sljit_emit_select()
2750 if (ADDRESSING_DEPENDS_ON(src1, dst_reg)) { in sljit_emit_select()
2751 FAIL_IF(push_inst(compiler, OR | S(dst_reg) | A(TMP_REG2) | B(dst_reg))); in sljit_emit_select()
2753 if ((src1 & REG_MASK) == dst_reg) in sljit_emit_select()
[all …]
H A DsljitNativeX86_common.c979 sljit_s32 dst_reg,
1189 sljit_s32 dst_reg, in emit_cmov_generic() argument
2593 sljit_s32 dst_reg, argument
2687 if (dst_reg != src3) {
2689 src1_reg = dst_reg;
2711 if (dst_reg != src3) {
2713 src1_reg = dst_reg;
2742 src1_reg = dst_reg;
3418 sljit_s32 dst_reg, argument
3452 dst_reg = TMP_REG1;
[all …]
H A DsljitNativeARM_64.c1579 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
1619 } else if (dst_reg == src3) { in sljit_emit_shift_into()
1644 return push_inst(compiler, (ORR ^ inv_bits) | RD(dst_reg) | RN(dst_reg) | RM(TMP_REG1)); in sljit_emit_shift_into()
2349 sljit_s32 dst_reg, in sljit_emit_select() argument
3087 sljit_s32 dst_reg, in sljit_emit_atomic_load() argument
3128 return push_inst(compiler, ins | RN(mem_reg) | RT(dst_reg)); in sljit_emit_atomic_load()
3208 sljit_s32 dst_reg; in sljit_get_local_base() local
3215 dst_reg = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_get_local_base()
3232 FAIL_IF(push_inst(compiler, ins | RD(dst_reg) | RN(dst_reg) | (sljit_ins)(offset << 10))); in sljit_get_local_base()
3236 FAIL_IF(load_immediate (compiler, dst_reg, offset)); in sljit_get_local_base()
[all …]
H A DsljitNativeLOONGARCH_64.c1897 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
1938 return push_inst(compiler, OR | RD(dst_reg) | RJ(dst_reg) | RK(TMP_REG1)); in sljit_emit_shift_into()
1944 } else if (dst_reg == src3) { in sljit_emit_shift_into()
1969 return push_inst(compiler, OR | RD(dst_reg) | RJ(dst_reg) | RK(TMP_REG1)); in sljit_emit_shift_into()
2844 sljit_s32 dst_reg, in sljit_emit_select() argument
2856 if (dst_reg != src2_reg) { in sljit_emit_select()
2857 if (dst_reg == src1) { in sljit_emit_select()
2862 if (ADDRESSING_DEPENDS_ON(src1, dst_reg)) { in sljit_emit_select()
2865 if ((src1 & REG_MASK) == dst_reg) in sljit_emit_select()
2868 if (OFFS_REG(src1) == dst_reg) in sljit_emit_select()
[all …]
H A DsljitNativeMIPS_common.c2669 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
2712 FAIL_IF(push_inst(compiler, ins1 | T(src1_reg) | D(dst_reg), DR(dst_reg))); in sljit_emit_shift_into()
2714 return push_inst(compiler, OR | S(dst_reg) | T(TMP_REG1) | D(dst_reg), DR(dst_reg)); in sljit_emit_shift_into()
2735 FAIL_IF(push_inst(compiler, ins2 | S(src3) | T(src1_reg) | D(dst_reg), DR(dst_reg))); in sljit_emit_shift_into()
2745 return push_inst(compiler, OR | S(dst_reg) | T(TMP_REG1) | D(dst_reg), DR(dst_reg)); in sljit_emit_shift_into()
3735 sljit_s32 dst_reg, in sljit_emit_select() argument
3769 if (dst_reg != src2_reg) { in sljit_emit_select()
3770 if (dst_reg == src1) { in sljit_emit_select()
3780 if (dst_reg != src2_reg) { in sljit_emit_select()
3781 if (dst_reg == src1) { in sljit_emit_select()
[all …]
H A DsljitNativeRISCV_common.c1945 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
1993 return push_inst(compiler, OR | RD(dst_reg) | RS1(dst_reg) | RS2(TMP_REG1)); in sljit_emit_shift_into()
1999 } else if (dst_reg == src3) { in sljit_emit_shift_into()
2024 return push_inst(compiler, OR | RD(dst_reg) | RS1(dst_reg) | RS2(TMP_REG1)); in sljit_emit_shift_into()
2802 sljit_s32 dst_reg, in sljit_emit_select() argument
2822 if (dst_reg != src2_reg) { in sljit_emit_select()
2823 if (dst_reg == src1) { in sljit_emit_select()
2828 if (ADDRESSING_DEPENDS_ON(src1, dst_reg)) { in sljit_emit_select()
2831 if ((src1 & REG_MASK) == dst_reg) in sljit_emit_select()
2834 if (OFFS_REG(src1) == dst_reg) in sljit_emit_select()
[all …]
H A DsljitLir.c1468 sljit_s32 dst_reg, in check_sljit_emit_atomic_load() argument
1482 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg)); in check_sljit_emit_atomic_load()
1499 sljit_verbose_reg(compiler, dst_reg); in check_sljit_emit_atomic_load()
1640 sljit_s32 dst_reg, in check_sljit_emit_shift_into() argument
1649 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg)); in check_sljit_emit_shift_into()
1653 CHECK_ARGUMENT(dst_reg != src2_reg); in check_sljit_emit_shift_into()
1660 sljit_verbose_reg(compiler, dst_reg); in check_sljit_emit_shift_into()
2316 sljit_s32 dst_reg, in check_sljit_emit_select() argument
2344 sljit_verbose_reg(compiler, dst_reg); in check_sljit_emit_select()
3407 sljit_s32 dst_reg, in sljit_emit_atomic_load() argument
[all …]
H A DsljitLir.h1294 sljit_s32 dst_reg,
1707 sljit_s32 dst_reg,
2100 sljit_s32 dst_reg,
H A DsljitNativeS390X.c3013 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
3020 sljit_gpr dst_r = gpr(dst_reg); in sljit_emit_shift_into()
3772 sljit_s32 dst_reg, in sljit_emit_select() argument
3778 sljit_gpr dst_r = gpr(dst_reg); in sljit_emit_select()
3782 CHECK(check_sljit_emit_select(compiler, type, dst_reg, src1, src1w, src2_reg)); in sljit_emit_select()
3786 if (dst_reg != src2_reg) { in sljit_emit_select()
3787 if (src1 == dst_reg) { in sljit_emit_select()
3792 if (ADDRESSING_DEPENDS_ON(src1, dst_reg)) { in sljit_emit_select()
4392 sljit_s32 dst_reg, in sljit_emit_atomic_load() argument
4396 CHECK(check_sljit_emit_atomic_load(compiler, op, dst_reg, mem_reg)); in sljit_emit_atomic_load()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc4013 ir_reg dst_reg = insn->op3;
4020 if (op2_reg != dst_reg) {
4656 ir_reg src_reg, dst_reg;
4729 dst_reg = fp_reg_params[fp_param];
4735 if (dst_reg != IR_REG_NONE) {
4745 if (src_reg != dst_reg) {
4749 copies[count].to = dst_reg;
4795 dst_reg = fp_reg_params[fp_param];
4801 if (dst_reg != IR_REG_NONE) {
5357 ir_reg dst_reg;
[all …]
H A Dir_x86.dasc7790 ir_reg dst_reg = insn->op3;
7797 if (op2_reg != dst_reg) {
8504 ir_reg src_reg, dst_reg;
8590 dst_reg = fp_reg_params[fp_param];
8600 if (dst_reg != IR_REG_NONE) {
8609 if (src_reg != dst_reg) {
8613 copies[count].to = dst_reg;
8668 if (dst_reg != IR_REG_NONE) {
8747 dst_reg = int_reg_params[j-3];
9719 ir_reg dst_reg;
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c665 #define SELECT(type, dst_reg, src1, src1w, src2_reg) \ argument
666 sljit_emit_select(compiler, (type), (dst_reg), (src1), (src1w), (src2_reg))

Completed in 165 milliseconds