Searched refs:SLJIT_SET_C (Results 1 – 6 of 6) sorted by relevance
163 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 …]
255 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 …]
80 …((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 …]
1671 if (op & SLJIT_SET_C) { in emit_single_op()1709 if (op & SLJIT_SET_C) in emit_single_op()1723 if (op & SLJIT_SET_C) in emit_single_op()1733 if (op & SLJIT_SET_C) { in emit_single_op()1745 if (op & SLJIT_SET_C) in emit_single_op()1752 if (op & SLJIT_SET_C) in emit_single_op()1757 if (!(op & SLJIT_SET_C)) in emit_single_op()1792 if (op & SLJIT_SET_C) { in emit_single_op()1860 if (op & SLJIT_SET_C) in emit_single_op()1866 if (op & SLJIT_SET_C) in emit_single_op()[all …]
676 #define SLJIT_SET_C 0x2000 macro
1550 …NUSED && (op & (SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S)) && !(op & (SLJIT_SET_O | SLJIT_SET_C))) { in sljit_emit_op2()
Completed in 34 milliseconds