Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c411 #define SLOW_DEST 0x08000 macro
662 flags |= SLOW_DEST; in emit_op()
751 if (!(flags & SLOW_DEST)) { in emit_op()
H A DsljitNativeARM_64.c504 #define SLOW_DEST 0x0200000 macro
1436 flags |= SLOW_DEST; in sljit_emit_op2()
1483 if (!(flags & SLOW_DEST)) { in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c507 #define SLOW_DEST 0x0400000 macro
1435 flags |= SLOW_DEST; in sljit_emit_op2()
1485 if (!(flags & SLOW_DEST)) { in sljit_emit_op2()
H A DsljitNativeMIPS_common.c521 #define SLOW_DEST 0x40000 macro
929 flags |= SLOW_DEST; in emit_op()
1022 if (!(flags & SLOW_DEST)) { in emit_op()
H A DsljitNativePPC_common.c552 #define SLOW_DEST 0x000010 macro
1156 flags |= SLOW_DEST; in emit_op()
1237 if (flags & (FAST_DEST | SLOW_DEST)) { in emit_op()
H A DsljitNativeARM_32.c960 #define SLOW_DEST 0x20 macro
1641 flags |= SLOW_DEST; in emit_op()
1783 if (flags & (FAST_DEST | SLOW_DEST)) { in emit_op()
H A DsljitNativeTILEGX_64.c108 #define SLOW_DEST 0x40000 macro
2005 flags |= SLOW_DEST; in emit_op()
2093 if (!(flags & SLOW_DEST)) { in emit_op()

Completed in 52 milliseconds