HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_SET_C (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist/sljit/
sljitNativeMIPS_32.c 163 if (op & (SLJIT_SET_C | SLJIT_SET_O)) {
180 if (op & (SLJIT_SET_C | SLJIT_SET_O))
188 if (op & (SLJIT_SET_C | SLJIT_SET_O))
199 if (op & SLJIT_SET_C) {
209 if (op & SLJIT_SET_C)
214 if (op & SLJIT_SET_C)
218 if (!(op & SLJIT_SET_C))
242 if (op & (SLJIT_SET_C | SLJIT_SET_O))
253 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O))
262 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))
    [all...]
sljitNativeMIPS_64.c 255 if (op & (SLJIT_SET_C | SLJIT_SET_O)) {
272 if (op & (SLJIT_SET_C | SLJIT_SET_O))
280 if (op & (SLJIT_SET_C | SLJIT_SET_O))
291 if (op & SLJIT_SET_C) {
301 if (op & SLJIT_SET_C)
306 if (op & SLJIT_SET_C)
310 if (!(op & SLJIT_SET_C))
334 if (op & (SLJIT_SET_C | SLJIT_SET_O))
345 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O))
354 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))
    [all...]
sljitLir.c 86 ((op) & ~(SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))
89 ((op) & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C))
92 ((op) & (SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))
598 SLJIT_ASSERT(!(op & (SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C))); \
601 SLJIT_ASSERT(!(op & (SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))); \
604 SLJIT_ASSERT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))); \
626 SLJIT_ASSERT(!(op & (SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))); \
630 SLJIT_ASSERT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))); \
638 SLJIT_ASSERT(!(op & (SLJIT_SET_U | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))); \
643 SLJIT_ASSERT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS)));
    [all...]
sljitNativeTILEGX_64.c     [all...]
sljitLir.h 653 #define SLJIT_SET_C 0x2000
    [all...]
sljitNativePPC_common.c     [all...]

Completed in 43 milliseconds