Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
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()
253 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
[all …]
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()
345 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) 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))); \
613 SLJIT_ASSERT(!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O))); \
626 …SLJIT_ASSERT(!(op & (SLJIT_INT_OP | SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O | SLJIT_…
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…
1055 …!(op & SLJIT_SET_O) ? "" : ".o", !(op & SLJIT_SET_C) ? "" : ".c", !(op & SLJIT_KEEP_FLAGS) ? "" : … in check_sljit_emit_op1()
[all …]
DsljitNativeTILEGX_64.c1707 if (op & SLJIT_SET_O) { in emit_single_op()
1729 if (op & SLJIT_SET_O) { in emit_single_op()
1736 if (op & SLJIT_SET_O) { in emit_single_op()
1761 if (op & SLJIT_SET_O) { in emit_single_op()
1771 if (op & SLJIT_SET_O) in emit_single_op()
1819 if (op & SLJIT_SET_O) { in emit_single_op()
1849 if (op & SLJIT_SET_O) { in emit_single_op()
1881 if (op & SLJIT_SET_O) { in emit_single_op()
DsljitNativePPC_common.c1326 if (op_flags & SLJIT_SET_O) in sljit_emit_op1()
1495 if (op & SLJIT_SET_O) in sljit_emit_op2()
1529 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) { in sljit_emit_op2()
1564 …_UNUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))… in sljit_emit_op2()
1590 if (!(op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_O))) { in sljit_emit_op2()
DsljitLir.h650 #define SLJIT_SET_O 0x1000 macro
DsljitNativeARM_32.c1096 if (SLJIT_UNLIKELY(op & SLJIT_SET_O)) in emit_single_op()
1112 if (!(op & SLJIT_SET_O)) in emit_single_op()