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

/external/pcre/dist/sljit/
H A DsljitNativeMIPS_32.c134 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) {
H A DsljitNativeMIPS_64.c226 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) {
H A DsljitNativeMIPS_common.c515 #define UNUSED_DEST 0x01000 macro
523 /* Only these flags are set. UNUSED_DEST is not set when no flags should be set. */
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
935 flags |= UNUSED_DEST;
H A DsljitNativeTILEGX_64.c102 #define UNUSED_DEST 0x01000 macro
110 /* Only these flags are set. UNUSED_DEST is not set when no flags should be set.
112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
2014 flags |= UNUSED_DEST;

Completed in 71 milliseconds