Lines Matching refs:SLJIT_SET_C
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()
253 if (op & (SLJIT_SET_U | SLJIT_SET_C | SLJIT_SET_O)) in emit_single_op()
262 if (CHECK_FLAGS(SLJIT_SET_E | SLJIT_SET_U | SLJIT_SET_S | SLJIT_SET_C)) in emit_single_op()
281 if (op & SLJIT_SET_C) in emit_single_op()
287 if (op & SLJIT_SET_C) in emit_single_op()
293 if (op & SLJIT_SET_C) in emit_single_op()
297 …return (op & SLJIT_SET_C) ? push_inst(compiler, OR | SA(OVERFLOW_FLAG) | TA(LESS_FLAG) | DA(ULESS_… in emit_single_op()