OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_JAL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c
257
inst[-1] = (jump->flags &
IS_JAL
) ? BAL : B;
274
inst[0] = (jump->flags &
IS_JAL
) ? BAL : B;
310
inst[-1] = (jump->flags &
IS_JAL
) ? JAL : J;
317
inst[0] = (jump->flags &
IS_JAL
) ? JAL : J;
1673
jump->flags |=
IS_JAL
| (type >= SLJIT_CALL0 ? IS_CALL : 0);
1872
set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ?
IS_JAL
: 0));
sljitNativeTILEGX_64.c
930
if (jump->flags &
IS_JAL
) {
975
if (jump->flags &
IS_JAL
) {
1042
if (jump->flags &
IS_JAL
)
1105
SLJIT_ASSERT(!(jump->flags &
IS_JAL
));
2372
set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ?
IS_JAL
: 0));
2483
jump->flags |=
IS_JAL
| (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0);
sljitLir.c
189
# define
IS_JAL
0x008
214
# define
IS_JAL
0x04
Completed in 16 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025