Searched refs:is_handled (Results 1 – 2 of 2) sorted by relevance
74 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op() local248 is_handled = 0; in emit_single_op()253 is_handled = 1; in emit_single_op()257 is_handled = 1; in emit_single_op()261 … if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()262 is_handled = 1; in emit_single_op()286 if (is_handled) { in emit_single_op()
166 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op() local339 is_handled = 0; in emit_single_op()344 is_handled = 1; in emit_single_op()348 is_handled = 1; in emit_single_op()352 … if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()353 is_handled = 1; in emit_single_op()377 if (is_handled) { in emit_single_op()