Home
last modified time | relevance | path

Searched refs:sljit_emit_enter (Results 1 – 25 of 25) sorted by relevance

/netbsd/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c167 sljit_emit_enter(compiler, 0, 3, 3, 3, 0, 0, 0); in test1()
205 sljit_emit_enter(compiler, 0, 1, 3, 2, 0, 0, 0); in test2()
263 sljit_emit_enter(compiler, 0, 1, 3, 1, 0, 0, 0); in test3()
303 sljit_emit_enter(compiler, 0, 2, 3, 2, 0, 0, 0); in test4()
345 sljit_emit_enter(compiler, 0, 1, 3, 2, 0, 0, 0); in test5()
413 sljit_emit_enter(compiler, 0, 1, 3, 1, 0, 0, 0); in test6()
487 sljit_emit_enter(compiler, 0, 1, 3, 1, 0, 0, 0); in test7()
551 sljit_emit_enter(compiler, 0, 1, 3, 2, 0, 0, 0); in test8()
640 sljit_emit_enter(compiler, 0, 1, 3, 2, 0, 0, 0); in test9()
761 sljit_emit_enter(compiler, 0, 1, 3, 1, 0, 0, 0); in test10()
[all …]
H A DsljitMain.c66 sljit_emit_enter(compiler, 0, 1, 4, 5, 4, 0, 2 * sizeof(sljit_sw));
/netbsd/sys/external/bsd/sljit/dist/doc/
H A Doverview.txt166 generating function entry and return: sljit_emit_enter and
167 sljit_emit_return. The sljit_emit_enter also initializes the
175 either sljit_emit_enter or sljit_set_context. The context can
176 be changed by calling sljit_emit_enter or sljit_set_context
/netbsd/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfirst_program.c18 sljit_emit_enter(C, 0, 3, 1, 3, 0, 0, 0); in add3()
H A Dloop.c35 sljit_emit_enter(C, 0, 2, 2, 2, 0, 0, 0); in loop()
H A Dbranch.c32 sljit_emit_enter(C, 0, 3, 1, 3, 0, 0, 0); in branch()
H A Dtemp_var.c39 sljit_emit_enter(C, 0, 3, 2, 3, 0, 0, 3 * sizeof(long)); in temp_var()
H A Darray_access.c36 sljit_emit_enter(C, 0, 2, 1, 3, 0, 0, 0); in array_access()
H A Dfunc_call.c37 sljit_emit_enter(C, 0, 3, 1, 3, 0, 0, 0); in func_call()
H A Dstruct_access.c48 sljit_emit_enter(C, 0, 1, 1, 1, 0, 0, 0); in struct_access()
H A Dbrainfuck.c151 sljit_emit_enter(C, 0, 0, 2, 2, 0, 0, 0); /* opt arg R S FR FS local_size */ in compile()
/netbsd/sys/external/bsd/sljit/dist/
H A DAPI_CHANGES44 A currently unused options parameter is added to sljit_emit_enter
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h544 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
H A DsljitNativeX86_32.c68 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeX86_64.c70 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeSPARC_common.c438 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitLir.c1871 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeARM_T2_32.c1043 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeARM_32.c880 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeARM_64.c1067 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeMIPS_common.c543 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativeTILEGX_64.c1177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
H A DsljitNativePPC_common.c595 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() function
/netbsd/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c1967 CHECK(sljit_emit_enter(compiler_common.compiler, 0, 3, 5, 5, 0, 0, 0)); in regex_compile()
2237 CHECK(sljit_emit_enter(compiler_common.compiler, 0, 2, 3, 3, 0, 0, 0)); in regex_compile()
/netbsd/sys/net/
H A Dbpfjit.c2201 status = sljit_emit_enter(compiler, 0, 2, nscratches(hints), in bpfjit_generate_code()