OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_JAL
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/sljit/
sljitNativeMIPS_common.c
259
inst[-1] = (jump->flags &
IS_JAL
) ? BAL : B;
276
inst[0] = (jump->flags &
IS_JAL
) ? BAL : B;
312
inst[-1] = (jump->flags &
IS_JAL
) ? JAL : J;
319
inst[0] = (jump->flags &
IS_JAL
) ? JAL : J;
[
all
...]
sljitNativeTILEGX_64.c
928
if (jump->flags &
IS_JAL
) {
973
if (jump->flags &
IS_JAL
) {
1040
if (jump->flags &
IS_JAL
)
[
all
...]
sljitLir.c
173
# define
IS_JAL
0x008
198
# define
IS_JAL
0x04
[
all
...]
Completed in 162 milliseconds