OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_CALL3
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c
500
inst = (sljit_u8*)ensure_buf(compiler, type >=
SLJIT_CALL3
? 1 + 2 + 1 : 1 + 2);
502
INC_SIZE(type >=
SLJIT_CALL3
? 2 + 1 : 2);
504
if (type >=
SLJIT_CALL3
)
523
if (type >=
SLJIT_CALL3
) {
sljitNativeX86_64.c
557
inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type <
SLJIT_CALL3
) ? 3 : 6));
559
INC_SIZE((type <
SLJIT_CALL3
) ? 3 : 6);
560
if (type >=
SLJIT_CALL3
) {
571
inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type <
SLJIT_CALL3
) ? 3 : 6));
573
INC_SIZE((type <
SLJIT_CALL3
) ? 3 : 6);
574
if (type >=
SLJIT_CALL3
) {
sljitLir.h
1120
#define
SLJIT_CALL3
29
1128
type must be between SLJIT_EQUAL and
SLJIT_CALL3
1167
type must be between SLJIT_JUMP and
SLJIT_CALL3
sljitLir.c
1422
CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <=
SLJIT_CALL3
);
1503
CHECK_ARGUMENT(type >= SLJIT_JUMP && type <=
SLJIT_CALL3
);
sljitNativeARM_32.c
2111
SLJIT_ASSERT(type >= SLJIT_JUMP && type <=
SLJIT_CALL3
);
sljitNativePPC_common.c
2144
SLJIT_ASSERT(type >= SLJIT_JUMP && type <=
SLJIT_CALL3
);
sljitNativeX86_common.c
2547
if (src == SLJIT_MEM1(SLJIT_SP) && type >=
SLJIT_CALL3
)
/src/sys/net/
bpfjit.c
607
SLJIT_CALL3
,
765
SLJIT_CALL3
, call_reg, call_off);
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
1198
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_IMM, SLJIT_FUNC_OFFSET(func));
1204
jump = sljit_emit_jump(compiler,
SLJIT_CALL3
| SLJIT_REWRITABLE_JUMP);
1211
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_R0, 0);
1217
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_R1, 0);
1223
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_R2, 0);
1230
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_R3, 0);
1236
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_MEM1(SLJIT_S0), 6 * sizeof(sljit_sw));
3478
sljit_emit_ijump(compiler,
SLJIT_CALL3
, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_allocate_stack));
3571
jump = sljit_emit_jump(compiler,
SLJIT_CALL3
);
Completed in 36 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026