Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c705 #define SLOW_DEST 0x20000 macro
1753 flags |= SLOW_DEST; in emit_op()
1822 …if ((flags & SLOW_DEST) && !can_cache(src2, src2w, src1, src1w) && can_cache(src2, src2w, dst, dst… in emit_op()
1838 if (!(flags & SLOW_DEST)) { in emit_op()
H A DsljitNativeLOONGARCH_64.c862 #define SLOW_DEST 0x20000 macro
1762 flags |= SLOW_DEST; in emit_op()
1831 …if ((flags & SLOW_DEST) && !can_cache(src2, src2w, src1, src1w) && can_cache(src2, src2w, dst, dst… in emit_op()
1847 if (!(flags & SLOW_DEST)) { in emit_op()
H A DsljitNativeMIPS_common.c913 #define SLOW_DEST 0x40000 macro
2290 flags |= SLOW_DEST; in emit_op()
2363 …if ((flags & SLOW_DEST) && !can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dst… in emit_op()
2380 if (!(flags & SLOW_DEST)) { in emit_op()

Completed in 35 milliseconds