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

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
first_program.c 32 sljit_emit_return(C, SLJIT_MOV, SLJIT_R0, 0);
array_access.c 48 sljit_emit_return(C, SLJIT_MOV, SLJIT_S1, 0); // return RET
branch.c 56 sljit_emit_return(C, SLJIT_MOV, SLJIT_RETURN_REG, 0);
func_call.c 59 sljit_emit_return(C, SLJIT_MOV, SLJIT_R0, 0);
loop.c 55 sljit_emit_return(C, SLJIT_MOV, SLJIT_RETURN_REG, 0);
struct_access.c 63 sljit_emit_return(C, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(struct point_st, x)); // return S0->x
temp_var.c 53 sljit_emit_return(C, SLJIT_MOV, SLJIT_R0, 0);
brainfuck.c 216 sljit_emit_return(C, SLJIT_UNUSED, 0, 0);
  /src/sys/external/bsd/sljit/dist/test_src/
sljitMain.c 68 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0);
sljitTest.c 168 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_S1, 0);
227 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_R2, 0);
272 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0);
309 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0);
371 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_R0, 0);
445 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0);
506 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0);
591 sljit_emit_return(compiler, SLJIT_UNUSED, 0, 0);
717 sljit_emit_return(compiler, SLJIT_UNUSED, 0, 0);
784 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0)
    [all...]
  /src/sys/net/
bpfjit.c 2066 status = sljit_emit_return(compiler,
2075 status = sljit_emit_return(compiler,
2137 status = sljit_emit_return(compiler,
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 550 functions (like sljit_emit_return) requres this context to be able to generate
568 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,
sljitNativeX86_32.c 266 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeX86_64.c 251 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeSPARC_common.c 474 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitLir.c 1903 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_32.c 936 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_T2_32.c 1101 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeARM_64.c 1171 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeMIPS_common.c 616 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativePPC_common.c 672 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
sljitNativeTILEGX_64.c 1241 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 2188 CHECK(sljit_emit_return(compiler_common.compiler, SLJIT_UNUSED, 0, 0));
2262 CHECK(sljit_emit_return(compiler_common.compiler, SLJIT_MOV, R_NEXT_HEAD, 0));

Completed in 35 milliseconds