HomeSort by: relevance | last modified time | path
    Searched refs:sljit_emit_label (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
array_access.c 39 struct sljit_label *loopstart = sljit_emit_label(C); // loopstart:
47 sljit_set_label(out, sljit_emit_label(C)); // out:
branch.c 47 sljit_set_label(ret_c, sljit_emit_label(C));
53 sljit_set_label(out, sljit_emit_label(C));
func_call.c 51 sljit_set_label(print_c, sljit_emit_label(C));
58 sljit_set_label(out, sljit_emit_label(C));
loop.c 42 loopstart = sljit_emit_label(C);
52 sljit_set_label(out, sljit_emit_label(C));
brainfuck.c 186 loop_start = sljit_emit_label(C); /* loop_start: */
202 sljit_set_label(loop_end, sljit_emit_label(C)); /* loop_end: */
215 sljit_set_label(end, sljit_emit_label(C));
  /src/sys/net/
bpfjit.c 892 label = sljit_emit_label(compiler);
927 label = sljit_emit_label(compiler);
1033 label = sljit_emit_label(compiler);
1055 label = sljit_emit_label(compiler);
1755 label = sljit_emit_label(compiler);
2130 label = sljit_emit_label(compiler);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 90 label = sljit_emit_label(compiler);
934 label1 = sljit_emit_label(compiler);
938 label2 = sljit_emit_label(compiler);
941 label3 = sljit_emit_label(compiler);
1275 entry = sljit_emit_label(compiler);
1298 label = sljit_emit_label(compiler);
1304 label = sljit_emit_label(compiler);
1568 sljit_emit_label(compiler);
1588 label = sljit_emit_label(compiler);
1610 label = sljit_emit_label(compiler)
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 1032 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler);
sljitNativeSPARC_common.c 1233 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitLir.c 2029 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeARM_32.c 2116 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeARM_T2_32.c 1732 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeARM_64.c 1872 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeMIPS_common.c 1559 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativePPC_common.c 2070 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeTILEGX_64.c 2301 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
sljitNativeX86_common.c 2474 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_label *
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 1296 label = sljit_emit_label(compiler); \
1813 label = sljit_emit_label(compiler_common.compiler); \

Completed in 34 milliseconds