/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
temp_var.c | 50 sljit_get_local_base(C, SLJIT_R0, 0, 0); /* get the address of local variables */
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 214 The sljit_get_local_base can be used to obtain the absolute offset. */ 537 /* The absolute address returned by sljit_get_local_base with 1197 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset);
|
sljitLir.c | 1796 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32 2112 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeX86_common.c | 2781 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 1561 sljit_get_local_base(compiler, SLJIT_R0, 0, -offset_value); 1562 sljit_get_local_base(compiler, SLJIT_MEM1(SLJIT_S0), 0, -0x1234); 1585 sljit_get_local_base(compiler, SLJIT_R0, 0, SLJIT_MAX_LOCAL_SIZE - sizeof(sljit_sw)); 1586 sljit_get_local_base(compiler, SLJIT_R1, 0, -(sljit_sw)sizeof(sljit_sw)); 1607 sljit_get_local_base(compiler, SLJIT_R0, 0, SLJIT_MAX_LOCAL_SIZE - sizeof(sljit_sw)); 1608 sljit_get_local_base(compiler, SLJIT_R1, 0, -(sljit_sw)sizeof(sljit_sw)); 1616 sljit_get_local_base(compiler, SLJIT_R0, 0, 0); 5131 sljit_get_local_base(compiler, SLJIT_R0, 0, 0); 5155 sljit_get_local_base(compiler, SLJIT_R0, 0, 0);
|
/src/sys/net/ |
bpfjit.c | 599 status = sljit_get_local_base(compiler,
|