Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c415 #define SLOW_DEST 0x08000 macro
666 flags |= SLOW_DEST; in emit_op()
755 if (!(flags & SLOW_DEST)) { in emit_op()
DsljitNativeARM_T2_32.c507 #define SLOW_DEST 0x0400000 macro
1467 flags |= SLOW_DEST; in sljit_emit_op2()
1517 if (!(flags & SLOW_DEST)) { in sljit_emit_op2()
DsljitNativeARM_64.c504 #define SLOW_DEST 0x0200000 macro
1458 flags |= SLOW_DEST; in sljit_emit_op2()
1505 if (!(flags & SLOW_DEST)) { in sljit_emit_op2()
DsljitNativePPC_common.c556 #define SLOW_DEST 0x000010 macro
1160 flags |= SLOW_DEST; in emit_op()
1241 if (flags & (FAST_DEST | SLOW_DEST)) { in emit_op()
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()
DsljitNativeTILEGX_64.c103 #define SLOW_DEST 0x40000 macro
1986 flags |= SLOW_DEST; in emit_op()
2074 if (!(flags & SLOW_DEST)) { in emit_op()
DsljitNativeMIPS_common.c521 #define SLOW_DEST 0x40000 macro
929 flags |= SLOW_DEST; in emit_op()
1022 if (!(flags & SLOW_DEST)) { in emit_op()