Home
last modified time | relevance | path

Searched refs:SLJIT_SET_O (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c155 if (op & SLJIT_SET_O) { in emit_single_op()
163 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
176 if (op & 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()
190 if (!(op & SLJIT_SET_O)) in emit_single_op()
234 if (op & SLJIT_SET_O) { in emit_single_op()
242 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
249 if (op & SLJIT_SET_O) in emit_single_op()
266 if (!(op & SLJIT_SET_O)) in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c247 if (op & SLJIT_SET_O) { in emit_single_op()
255 if (op & (SLJIT_SET_C | SLJIT_SET_O)) { in emit_single_op()
268 if (op & 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()
282 if (!(op & SLJIT_SET_O)) in emit_single_op()
326 if (op & SLJIT_SET_O) { in emit_single_op()
334 if (op & (SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
341 if (op & SLJIT_SET_O) in emit_single_op()
358 if (!(op & SLJIT_SET_O)) 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))); \
653 CHECK_ARGUMENT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O))); \
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))); \
683 …CHECK_ARGUMENT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_SET_C | SLJIT…
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.c1662 if (op & SLJIT_SET_O) { in emit_single_op()
1684 if (op & SLJIT_SET_O) { in emit_single_op()
1691 if (op & SLJIT_SET_O) { in emit_single_op()
1716 if (op & SLJIT_SET_O) { in emit_single_op()
1726 if (op & SLJIT_SET_O) in emit_single_op()
1774 if (op & SLJIT_SET_O) { in emit_single_op()
1803 if (op & SLJIT_SET_O) { in emit_single_op()
1835 if (op & SLJIT_SET_O) { in emit_single_op()
H A DsljitNativePPC_common.c1312 if (op_flags & SLJIT_SET_O) in sljit_emit_op1()
1481 if (op & SLJIT_SET_O) in sljit_emit_op2()
1515 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) { in sljit_emit_op2()
1550 …_UNUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))… in sljit_emit_op2()
1576 if (!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O))) { in sljit_emit_op2()
H A DsljitLir.h673 #define SLJIT_SET_O 0x1000 macro
H A DsljitNativeARM_32.c1083 if (SLJIT_UNLIKELY(op & SLJIT_SET_O)) in emit_single_op()
1099 if (!(op & SLJIT_SET_O)) in emit_single_op()

Completed in 49 milliseconds