Home
last modified time | relevance | path

Searched refs:SLJIT_SET_C (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeMIPS_32.c163 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
180 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
188 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
199 if (op & SLJIT_SET_C) { in emit_single_op()
209 if (op & SLJIT_SET_C) in emit_single_op()
214 if (op & SLJIT_SET_C) in emit_single_op()
218 if (!(op & SLJIT_SET_C)) in emit_single_op()
242 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
253 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
262 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C)) in emit_single_op()
[all …]
DsljitNativeMIPS_64.c255 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
272 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
280 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
291 if (op & SLJIT_SET_C) { in emit_single_op()
301 if (op & SLJIT_SET_C) in emit_single_op()
306 if (op & SLJIT_SET_C) in emit_single_op()
310 if (!(op & SLJIT_SET_C)) in emit_single_op()
334 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
345 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
354 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C)) in emit_single_op()
[all …]
DsljitLir.c86 …((op) & ~(SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJ…
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 | SLJI…
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_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FL…
630 …SLJIT_ASSERT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT_K…
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_K…
[all …]
DsljitNativeTILEGX_64.c1716 if (op & SLJIT_SET_C) { in emit_single_op()
1754 if (op & SLJIT_SET_C) in emit_single_op()
1768 if (op & SLJIT_SET_C) in emit_single_op()
1778 if (op & SLJIT_SET_C) { in emit_single_op()
1790 if (op & SLJIT_SET_C) in emit_single_op()
1797 if (op & SLJIT_SET_C) in emit_single_op()
1802 if (!(op & SLJIT_SET_C)) in emit_single_op()
1838 if (op & SLJIT_SET_C) { in emit_single_op()
1865 if (op & (SLJIT_SET_U | SLJIT_SET_C)) in emit_single_op()
1877 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C)) in emit_single_op()
[all …]
DsljitLir.h653 #define SLJIT_SET_C 0x2000 macro
DsljitNativePPC_common.c1564 …NUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))) { in sljit_emit_op2()