Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeMIPS_32.c134 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()
DsljitNativeTILEGX_64.c102 #define UNUSED_DEST 0x01000 macro
112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
2014 flags |= UNUSED_DEST; in emit_op()
DsljitNativeMIPS_common.c515 #define UNUSED_DEST 0x01000 macro
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
935 flags |= UNUSED_DEST; in emit_op()
DsljitNativeMIPS_64.c226 if (SLJIT_UNLIKELY(flags & UNUSED_DEST)) { in emit_single_op()