OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_API_FUNC_ATTRIBUTE
(Results
1 - 21
of
21
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
424
SLJIT_API_FUNC_ATTRIBUTE
struct sljit_compiler* sljit_create_compiler(void *allocator_data);
427
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_compiler(struct sljit_compiler *compiler);
442
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_compiler_memory_error(struct sljit_compiler *compiler);
455
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
459
SLJIT_API_FUNC_ATTRIBUTE
void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose);
467
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler);
471
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_code(void* code);
544
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
558
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
568
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op
[
all
...]
sljitUtils.c
53
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_grab_lock(void)
58
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_release_lock(void)
93
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_grab_lock(void)
102
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_release_lock(void)
157
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_grab_lock(void)
162
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_release_lock(void)
172
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_grab_lock(void)
177
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_release_lock(void)
249
SLJIT_API_FUNC_ATTRIBUTE
struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data)
335
SLJIT_API_FUNC_ATTRIBUTE
void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocator_data
[
all
...]
sljitConfigInternal.h
263
#define
SLJIT_API_FUNC_ATTRIBUTE
static __attribute__((unused))
265
#define
SLJIT_API_FUNC_ATTRIBUTE
static
269
#define
SLJIT_API_FUNC_ATTRIBUTE
537
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_malloc_exec(sljit_uw size);
538
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_exec(void* ptr);
539
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_unused_memory_exec(void);
544
SLJIT_API_FUNC_ATTRIBUTE
sljit_sw sljit_exec_offset(void* ptr);
sljitLir.c
356
SLJIT_API_FUNC_ATTRIBUTE
struct sljit_compiler* sljit_create_compiler(void *allocator_data)
441
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_compiler(struct sljit_compiler *compiler)
468
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_compiler_memory_error(struct sljit_compiler *compiler)
475
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_code(void* code)
481
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_code(void* code)
488
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_code(void* code)
494
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label)
503
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_target(struct sljit_jump *jump, sljit_uw target)
512
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags)
566
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size
[
all
...]
sljitProtExecAllocator.c
266
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_malloc_exec(sljit_uw size)
349
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_exec(void* ptr)
395
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_unused_memory_exec(void)
418
SLJIT_API_FUNC_ATTRIBUTE
sljit_sw sljit_exec_offset(void* ptr)
sljitExecAllocator.c
194
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_malloc_exec(sljit_uw size)
265
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_exec(void* ptr)
310
SLJIT_API_FUNC_ATTRIBUTE
void sljit_free_unused_memory_exec(void)
sljitNativeSPARC_common.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
279
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
438
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
462
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
474
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
777
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
823
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
891
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
933
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
939
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg
[
all
...]
sljitNativeARM_32.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
566
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
880
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
921
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
936
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1551
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1627
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
1690
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1732
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
1738
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg
[
all
...]
sljitNativeARM_T2_32.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
345
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
1043
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
1086
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
1101
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1149
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1223
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
1340
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1385
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
1391
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg
[
all
...]
sljitNativeARM_64.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
209
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
1067
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
1157
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
1171
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1254
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1286
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
1438
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1523
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
1529
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg
[
all
...]
sljitNativeMIPS_common.c
32
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
357
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
543
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
599
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
616
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1011
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1061
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
1162
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1230
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
1236
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg
[
all
...]
sljitNativeX86_32.c
68
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
222
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
266
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
533
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
564
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)
sljitNativeSPARC_32.c
150
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
160
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset)
sljitNativePPC_common.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
233
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_function_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func)
325
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
595
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
659
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
672
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1263
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1313
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
1468
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1677
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg
[
all
...]
sljitNativeTILEGX_64.c
111
SLJIT_API_FUNC_ATTRIBUTE
const char *sljit_get_platform_name(void)
998
SLJIT_API_FUNC_ATTRIBUTE
void * sljit_generate_code(struct sljit_compiler *compiler)
1177
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
1227
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
1241
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
1552
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
1569
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)
2087
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type)
2173
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) {
2197
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw ds (…)
[
all
...]
sljitNativeX86_common.c
29
SLJIT_API_FUNC_ATTRIBUTE
const char* sljit_get_platform_name(void)
477
SLJIT_API_FUNC_ATTRIBUTE
void* sljit_generate_code(struct sljit_compiler *compiler)
704
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op)
1237
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
2105
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
2174
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_register_index(sljit_s32 reg)
2184
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_get_float_register_index(sljit_s32 reg)
2190
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler,
2226
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_is_fpu_available(void)
2343
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op
[
all
...]
sljitNativeX86_64.c
70
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
227
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
251
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw)
586
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw)
623
SLJIT_API_FUNC_ATTRIBUTE
sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw)
sljitNativePPC_32.c
239
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
249
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset)
sljitNativePPC_64.c
382
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
394
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset)
sljitNativeMIPS_32.c
423
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
433
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset)
sljitNativeMIPS_64.c
521
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset)
533
SLJIT_API_FUNC_ATTRIBUTE
void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset)
Completed in 36 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025