Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c134 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()
H A DsljitNativeMIPS_common.c515 #define UNUSED_DEST 0x01000 macro
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
920 flags |= UNUSED_DEST; in emit_op()
H A DsljitNativeTILEGX_64.c97 #define UNUSED_DEST 0x01000 macro
107 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
1979 flags |= UNUSED_DEST; in emit_op()
H A DsljitNativeMIPS_64.c226 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()

Completed in 55 milliseconds