/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
array_access.c | 46 sljit_set_label(sljit_emit_jump(C, SLJIT_JUMP), loopstart); // jump loopstart
|
branch.c | 44 out = sljit_emit_jump(C, SLJIT_JUMP);
|
func_call.c | 49 out = sljit_emit_jump(C, SLJIT_JUMP);
|
loop.c | 50 sljit_set_label(sljit_emit_jump(C, SLJIT_JUMP), loopstart);
|
brainfuck.c | 201 sljit_set_label(sljit_emit_jump(C, SLJIT_JUMP), loop_start); /* goto loop_start */
|
/src/sys/net/ |
bpfjit.c | 887 over_mchain_jump = sljit_emit_jump(compiler, SLJIT_JUMP); 1028 over_mchain_jump = sljit_emit_jump(compiler, SLJIT_JUMP); 1769 jump = sljit_emit_jump(compiler, SLJIT_JUMP); 1982 jump = sljit_emit_jump(compiler, SLJIT_JUMP); 2049 jump = sljit_emit_jump(compiler, SLJIT_JUMP);
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 83 /* Testing both sljit_emit_op_flags and sljit_emit_jump. */ 88 jump = sljit_emit_jump(compiler, type); 921 jump1 = sljit_emit_jump(compiler, SLJIT_REWRITABLE_JUMP | SLJIT_SIG_GREATER); 924 jump2 = sljit_emit_jump(compiler, SLJIT_JUMP); 936 jump3 = sljit_emit_jump(compiler, SLJIT_JUMP); 1204 jump = sljit_emit_jump(compiler, SLJIT_CALL3 | SLJIT_REWRITABLE_JUMP); 1279 jump1 = sljit_emit_jump(compiler, SLJIT_EQUAL); 1282 jump2 = sljit_emit_jump(compiler, SLJIT_EQUAL); 1287 jump = sljit_emit_jump(compiler, SLJIT_CALL2); 1293 jump = sljit_emit_jump(compiler, SLJIT_CALL2) [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 1133 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type); 1137 appropriate flags) followed by a sljit_emit_jump. However some 1149 sljit_emit_jump. However some architectures (i.e: MIPS) may employ
|
sljitLir.c | 1769 return sljit_emit_jump(compiler, condition | (type & (SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); 1791 return sljit_emit_jump(compiler, type); 2036 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeSPARC_common.c | 1305 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_32.c | 2132 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_T2_32.c | 1748 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_64.c | 1888 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeMIPS_common.c | 1602 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativePPC_common.c | 2149 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeTILEGX_64.c | 2408 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeX86_common.c | 2498 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 1300 jump = sljit_emit_jump(compiler, type); \ 1817 jump = sljit_emit_jump(compiler_common.compiler, type); \
|