Home
last modified time | relevance | path

Searched refs:is_handled (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_32.c72 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op() local
244 is_handled = 0; in emit_single_op()
249 is_handled = 1; in emit_single_op()
253 is_handled = 1; in emit_single_op()
257 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
258 is_handled = 1; in emit_single_op()
282 if (is_handled) { in emit_single_op()
DsljitNativeMIPS_64.c164 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op() local
335 is_handled = 0; in emit_single_op()
340 is_handled = 1; in emit_single_op()
344 is_handled = 1; in emit_single_op()
348 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
349 is_handled = 1; in emit_single_op()
373 if (is_handled) { in emit_single_op()