Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1555 sljit_s32 dst_reg; in emit_op() local
1642 dst_reg = SLOW_IS_REG(dst) ? dst : TMP_REG2; in emit_op()
1653 if (FAST_IS_REG(src2) && dst_reg != TMP_REG2) in emit_op()
1659 src2_reg = (op <= SLJIT_MOV_P) ? dst_reg : TMP_REG2; in emit_op()
2593 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags() local
2602 dst_reg = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
2605 FAIL_IF(push_inst(compiler, MOV | RD(dst_reg) | SRC2_IMM | 0)); in sljit_emit_op_flags()
2617 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2620 …FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 0) & ~COND_MASK) | (cc … in sljit_emit_op_flags()
2631 sljit_s32 dst_reg, in sljit_emit_cmov() argument
[all …]
H A DsljitNativeARM_64.c1849 sljit_s32 dst_reg, in sljit_emit_cmov() argument
1852 sljit_ins inv_bits = (dst_reg & SLJIT_I32_OP) ? W_OP : 0; in sljit_emit_cmov()
1856 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
1859 if (dst_reg & SLJIT_I32_OP) in sljit_emit_cmov()
1867 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
1869 return push_inst(compiler, (CSEL ^ inv_bits) | (cc << 12) | RD(dst_reg) | RN(dst_reg) | RM(src)); in sljit_emit_cmov()
1953 sljit_s32 dst_reg; in sljit_get_local_base() local
1961 dst_reg = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_get_local_base()
1977 FAIL_IF(push_inst(compiler, ins | RD(dst_reg) | RN(dst_reg) | (offset << 10))); in sljit_get_local_base()
1981 FAIL_IF(load_immediate (compiler, dst_reg, offset)); in sljit_get_local_base()
[all …]
H A DsljitNativeARM_T2_32.c1439 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2() local
1450 dst_reg = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op2()
2231 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2237 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
2239 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
2245 return push_inst16(compiler, MOV | SET_REGS44(dst_reg, src)); in sljit_emit_cmov()
2253 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
2260 return push_inst32(compiler, MOV_WI | RD4(dst_reg) | tmp); in sljit_emit_cmov()
2266 return push_inst32(compiler, MVN_WI | RD4(dst_reg) | tmp); in sljit_emit_cmov()
2272 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
[all …]
H A DsljitLir.c1847 sljit_s32 dst_reg, in check_sljit_emit_cmov() argument
1855 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg & ~SLJIT_I32_OP)); in check_sljit_emit_cmov()
1870 !(dst_reg & SLJIT_I32_OP) ? "" : "32", in check_sljit_emit_cmov()
1872 sljit_verbose_reg(compiler, dst_reg & ~SLJIT_I32_OP); in check_sljit_emit_cmov()
2052 sljit_s32 dst_reg, in sljit_emit_cmov_generic() argument
2057 sljit_s32 op = (dst_reg & SLJIT_I32_OP) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()
2070 FAIL_IF(sljit_emit_op1(compiler, op, dst_reg & ~SLJIT_I32_OP, 0, src, srcw)); in sljit_emit_cmov_generic()
2630 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2635 SLJIT_UNUSED_ARG(dst_reg); in sljit_emit_cmov()
H A DsljitNativeX86_common.c2958 sljit_s32 dst_reg, argument
2964 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw));
2967 dst_reg &= ~SLJIT_I32_OP;
2969 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
2970 return sljit_emit_cmov_generic(compiler, type, dst_reg, src, srcw);
2973 return sljit_emit_cmov_generic(compiler, type, dst_reg, src, srcw);
2980 compiler->mode32 = dst_reg & SLJIT_I32_OP;
2981 dst_reg &= ~SLJIT_I32_OP;
2990 inst = emit_x86_instruction(compiler, 2, dst_reg, 0, src, srcw);
H A DsljitNativeMIPS_common.c2192 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2200 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
2206 if (dst_reg & SLJIT_I32_OP) in sljit_emit_cmov()
2214 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
2255 return push_inst(compiler, ins | S(src) | D(dst_reg), DR(dst_reg)); in sljit_emit_cmov()
2258 return sljit_emit_cmov_generic(compiler, type, dst_reg, src, srcw); in sljit_emit_cmov()
H A DsljitNativeSPARC_common.c1505 sljit_s32 dst_reg, in sljit_emit_cmov() argument
1509 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
1512 return sljit_emit_cmov_generic(compiler, type, dst_reg, src, srcw);; in sljit_emit_cmov()
H A DsljitLir.h1306 sljit_s32 dst_reg,
H A DsljitNativeS390X.c2912 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2916 sljit_gpr dst_r = gpr(dst_reg & ~SLJIT_I32_OP); in sljit_emit_cmov()
2920 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
2930 WHEN2(dst_reg & SLJIT_I32_OP, locr, locgr)); in sljit_emit_cmov()
H A DsljitNativePPC_common.c2258 sljit_s32 dst_reg, in sljit_emit_cmov() argument
2262 CHECK(check_sljit_emit_cmov(compiler, type, dst_reg, src, srcw)); in sljit_emit_cmov()
2264 return sljit_emit_cmov_generic(compiler, type, dst_reg, src, srcw);; in sljit_emit_cmov()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc314 | and dst_reg, src_reg, #0xff
321 | bw_ins dst_reg, src_reg1, wzr
323 | bw_ins dst_reg, src_reg1, #val
326 | bw_ins dst_reg, src_reg1, tmp_reg
332 | bw_ins dst_reg, src_reg1, xzr
334 | bw_ins dst_reg, src_reg1, #val
337 | bw_ins dst_reg, src_reg1, tmp_reg
415 | add_sub_ins dst_reg, src_reg1, wzr
1032 | orr dst_reg, src_reg1, src_reg2
1035 | and dst_reg, src_reg1, src_reg2
[all …]
H A Dzend_jit_x86.dasc884 | add dst_reg, src_reg
887 | sub dst_reg, src_reg
890 | imul dst_reg, src_reg
893 | or dst_reg, src_reg
896 | and dst_reg, src_reg
899 | xor dst_reg, src_reg
921 | vxorps xmm(dst_reg-ZREG_XMM0), xmm(dst_reg-ZREG_XMM0), xmm(dst_reg-ZREG_XMM0)
923 | xorps xmm(dst_reg-ZREG_XMM0), xmm(dst_reg-ZREG_XMM0)
933 | DOUBLE_SET_ZVAL_DVAL dst_addr, dst_reg
975 | vxorps xmm(dst_reg-ZREG_XMM0), xmm(dst_reg-ZREG_XMM0), xmm(dst_reg-ZREG_XMM0)
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c634 #define CMOV(type, dst_reg, src, srcw) \ argument
635 sljit_emit_cmov(compiler, (type), (dst_reg), (src), (srcw))

Completed in 191 milliseconds