Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A 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()
281 if (op & SLJIT_SET_C) in emit_single_op()
287 if (op & SLJIT_SET_C) in emit_single_op()
[all …]
H A 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()
373 if (op & SLJIT_SET_C) in emit_single_op()
379 if (op & SLJIT_SET_C) in emit_single_op()
[all …]
H A DsljitLir.c80 …((op) & ~(SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJ…
83 ((op) & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C))
86 …((op) & (SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJI…
638 CHECK_ARGUMENT(!(op & (SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C))); \
641 CHECK_ARGUMENT(!(op & (SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))); \
644 CHECK_ARGUMENT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C))); \
670 …CHECK_ARGUMENT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT…
678 CHECK_ARGUMENT(!(op & (SLJIT_SET_U | SLJIT_SET_O | SLJIT_SET_C | SLJIT_KEEP_FLAGS))); \
1069 …!(op & SLJIT_SET_O) ? "" : ".o", !(op & SLJIT_SET_C) ? "" : ".c", !(op & SLJIT_KEEP_FLAGS) ? "" : … in check_sljit_emit_op1()
1100 …!(op & SLJIT_SET_O) ? "" : ".o", !(op & SLJIT_SET_C) ? "" : ".c", !(op & SLJIT_KEEP_FLAGS) ? "" : … in check_sljit_emit_op2()
[all …]
H A DsljitNativeTILEGX_64.c1700 if (op & SLJIT_SET_C) { in emit_single_op()
1738 if (op & SLJIT_SET_C) in emit_single_op()
1752 if (op & SLJIT_SET_C) in emit_single_op()
1762 if (op & SLJIT_SET_C) { in emit_single_op()
1774 if (op & SLJIT_SET_C) in emit_single_op()
1781 if (op & SLJIT_SET_C) in emit_single_op()
1786 if (!(op & SLJIT_SET_C)) in emit_single_op()
1822 if (op & SLJIT_SET_C) { in emit_single_op()
1890 if (op & SLJIT_SET_C) in emit_single_op()
1896 if (op & SLJIT_SET_C) in emit_single_op()
[all …]
H A DsljitLir.h676 #define SLJIT_SET_C 0x2000 macro
H A DsljitNativePPC_common.c1549 …NUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))) { in sljit_emit_op2()

Completed in 50 milliseconds