Home
last modified time | relevance | path

Searched refs:src1_reg (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2594 sljit_s32 src1_reg, argument
2650 src1_reg = TMP_REG1;
2655 src1_reg = TMP_REG1;
2657 } else if ((src1_reg & SLJIT_MEM) || src1_reg == SLJIT_PREF_SHIFT_REG) {
2661 src1_reg = restore_sp4;
2689 src1_reg = dst_reg;
2698 src1_reg = TMP_REG1;
2700 } else if ((src1_reg & SLJIT_MEM) || src1_reg == SLJIT_PREF_SHIFT_REG) {
2713 src1_reg = dst_reg;
2742 src1_reg = dst_reg;
[all …]
H A DsljitNativeARM_32.c2073 src1_reg = src1; in emit_op()
2076 src1_reg = TMP_REG1; in emit_op()
2079 src1_reg = TMP_REG1; in emit_op()
2111 if (src1_reg == 0) { in emit_op()
2129 src1_reg = dst_reg; in emit_op()
2140 if (src1_reg == 0) { in emit_op()
2147 if (src1_reg != 0) in emit_op()
2151 if (src1_reg == 0) { in emit_op()
2153 src1_reg = TMP_REG1; in emit_op()
2156 src1_reg = dst_reg; in emit_op()
[all …]
H A DsljitNativePPC_common.c1923 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
1937 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
1941 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
1943 …ler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
1957 FAIL_IF(push_inst(compiler, SRDI(src3w) | S(src1_reg) | A(dst_reg))); in sljit_emit_shift_into()
1961 FAIL_IF(push_inst(compiler, SLDI(src3w) | S(src1_reg) | A(dst_reg))); in sljit_emit_shift_into()
1969 FAIL_IF(push_inst(compiler, SRWI(src3w) | S(src1_reg) | A(dst_reg))); in sljit_emit_shift_into()
1973 FAIL_IF(push_inst(compiler, SLWI(src3w) | S(src1_reg) | A(dst_reg))); in sljit_emit_shift_into()
1989 FAIL_IF(push_inst(compiler, (is_right ? SRD : SLD) | S(src1_reg) | A(dst_reg) | B(src3))); in sljit_emit_shift_into()
2002 FAIL_IF(push_inst(compiler, (is_right ? SRW : SLW) | S(src1_reg) | A(dst_reg) | B(src3))); in sljit_emit_shift_into()
H A DsljitNativeARM_T2_32.c1919 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
1926 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
1931 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
1933 …return sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, dst_reg, 0, src1_reg, 0, src3, … in sljit_emit_shift_into()
1944 if (IS_2_LO_REGS(dst_reg, src1_reg)) in sljit_emit_shift_into()
1945 …FAIL_IF(push_inst16(compiler, (is_left ? LSLSI : LSRSI) | RD3(dst_reg) | RN3(src1_reg) | ((sljit_i… in sljit_emit_shift_into()
1947 …FAIL_IF(push_inst32(compiler, (is_left ? LSL_WI : LSR_WI) | RD4(dst_reg) | RM4(src1_reg) | IMM5(sr… in sljit_emit_shift_into()
1963 if (dst_reg == src1_reg && IS_2_LO_REGS(dst_reg, src3)) in sljit_emit_shift_into()
1966 …FAIL_IF(push_inst32(compiler, (is_left ? LSL_W : LSR_W) | RD4(dst_reg) | RN4(src1_reg) | RM4(src3)… in sljit_emit_shift_into()
H A DsljitNativeARM_64.c1580 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
1589 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
1593 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
1595 …iler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
1613 …| RN(is_left ? src1_reg : src2_reg) | RM(is_left ? src2_reg : src1_reg) | ((sljit_ins)src3w << 10)… in sljit_emit_shift_into()
1624 …FAIL_IF(push_inst(compiler, ((is_left ? LSLV : LSRV) ^ inv_bits) | RD(dst_reg) | RN(src1_reg) | RM… in sljit_emit_shift_into()
H A DsljitNativeRISCV_common.c1946 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
1964 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
1968 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
1970 …iler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
1991 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RS1(src1_reg))); in sljit_emit_shift_into()
2014 FAIL_IF(push_inst(compiler, ins1 | WORD | RD(dst_reg) | RS1(src1_reg) | RS2(src3))); in sljit_emit_shift_into()
H A DsljitNativeLOONGARCH_64.c1898 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
1909 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
1913 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
1915 …iler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
1936 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RJ(src1_reg))); in sljit_emit_shift_into()
1959 FAIL_IF(push_inst(compiler, ins1 | RD(dst_reg) | RJ(src1_reg) | RK(src3))); in sljit_emit_shift_into()
H A DsljitLir.h1295 sljit_s32 src1_reg,
H A DsljitNativeS390X.c3014 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
3021 sljit_gpr src1_r = gpr(src1_reg); in sljit_emit_shift_into()
3027 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
3031 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
3033 …ler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
H A DsljitNativeMIPS_common.c2670 sljit_s32 src1_reg, in sljit_emit_shift_into() argument
2685 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
2689 if (src1_reg == src2_reg) { in sljit_emit_shift_into()
2691 …iler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0, src1_reg, 0, src3, src3w); in sljit_emit_shift_into()
2712 FAIL_IF(push_inst(compiler, ins1 | T(src1_reg) | 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()
H A DsljitLir.c1641 sljit_s32 src1_reg, in check_sljit_emit_shift_into() argument
1650 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(src1_reg)); in check_sljit_emit_shift_into()
1662 sljit_verbose_reg(compiler, src1_reg); in check_sljit_emit_shift_into()

Completed in 120 milliseconds