OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_handled
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_32.c
74
sljit_s32 is_overflow, is_carry,
is_handled
;
local in function:emit_single_op
248
is_handled
= 0;
253
is_handled
= 1;
257
is_handled
= 1;
261
if (!
is_handled
&& GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) {
262
is_handled
= 1;
286
if (
is_handled
) {
sljitNativeMIPS_64.c
166
sljit_s32 is_overflow, is_carry,
is_handled
;
local in function:emit_single_op
339
is_handled
= 0;
344
is_handled
= 1;
348
is_handled
= 1;
352
if (!
is_handled
&& GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) {
353
is_handled
= 1;
377
if (
is_handled
) {
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025