Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1746 sljit_s32 dst_is_ereg = op & SLJIT_32; in emit_bswap() local
1808 if (dst_is_ereg) in emit_bswap()
1834 sljit_s32 dst_is_ereg = 0; in sljit_emit_op1() local
1844 CHECK_EXTRA_REGS(dst, dstw, dst_is_ereg = 1); in sljit_emit_op1()
1899 if (SLJIT_UNLIKELY(dst_is_ereg)) in sljit_emit_op1()
1905 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1949 if (SLJIT_UNLIKELY(dst_is_ereg) && dst == TMP_REG1) in sljit_emit_op1()
1965 if (dst_is_ereg) in sljit_emit_op1()

Completed in 14 milliseconds