Lines Matching refs:SLJIT_SET_C
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()
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()
373 if (op & SLJIT_SET_C) in emit_single_op()
379 if (op & SLJIT_SET_C) in emit_single_op()
385 if (op & SLJIT_SET_C) in emit_single_op()
389 …return (op & SLJIT_SET_C) ? push_inst(compiler, OR | SA(OVERFLOW_FLAG) | TA(LESS_FLAG) | DA(ULESS_… in emit_single_op()