Lines Matching refs:sljit_s32

93 #define SSIZE_OF(type) ((sljit_s32)sizeof(sljit_ ## type))
255 (saveds) + (sljit_s32)(extra)) * (sljit_s32)sizeof(sljit_sw))
259 (fsaveds)) * (sljit_s32)(size))
306 #define CHECK_RETURN_TYPE sljit_s32
369 static sljit_s32 compiler_initialized = 0;
384 && sizeof(sljit_s32) == 4 && sizeof(sljit_u32) == 4 in sljit_create_compiler()
547 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags()
606 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
665 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
666 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in set_emit_enter()
683 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context()
684 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in set_set_context()
751 static sljit_s32 function_check_arguments(sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saved… in function_check_arguments()
753 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments()
817 static sljit_s32 function_check_src_mem(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_check_src_mem()
854 static sljit_s32 function_check_src(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_check_src()
871 static sljit_s32 function_check_dst(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_check_dst()
885 static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_fcheck()
922 static void sljit_verbose_reg(struct sljit_compiler *compiler, sljit_s32 r) in sljit_verbose_reg()
932 static void sljit_verbose_freg(struct sljit_compiler *compiler, sljit_s32 r) in sljit_verbose_freg()
940 static void sljit_verbose_param(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in sljit_verbose_param()
964 static void sljit_verbose_fparam(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in sljit_verbose_fparam()
1080 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter()
1081 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in check_sljit_emit_enter()
1137 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context()
1138 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in check_sljit_set_context()
1212 …RN_TYPE check_sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, slji… in check_sljit_emit_return()
1265 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_return_to()
1280 …ETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_fast_enter()
1296 … SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in check_sljit_emit_op0()
1319 … SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op1()
1320 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op1()
1321 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op1()
1379 …CK_RETURN_TYPE check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 unset, in check_sljit_emit_op2()
1380 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op2()
1381 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_op2()
1382 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_op2()
1463 …INLINE CHECK_RETURN_TYPE check_sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_shift_into()
1464 sljit_s32 src_dst, in check_sljit_emit_shift_into()
1465 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_shift_into()
1466 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_shift_into()
1492 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op_src()
1493 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op_src()
1519 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_register_index(sljit_s32 reg) in check_sljit_get_register_index()
1528 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_float_register_index(sljit_s32 reg) in check_sljit_get_float_register_index()
1573 …SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1()
1574 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1()
1575 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1()
1607 …T_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1_cmp()
1608 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop1_cmp()
1609 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fop1_cmp()
1645 …K_RETURN_TYPE check_sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1_conv_sw_from_f64()
1646 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_sw_from_f64()
1647 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1_conv_sw_from_f64()
1675 …K_RETURN_TYPE check_sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1_conv_f64_from_sw()
1676 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_f64_from_sw()
1677 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1_conv_f64_from_sw()
1705 …SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop2()
1706 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop2()
1707 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop2()
1708 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fop2()
1763 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in check_sljit_emit_jump()
1794 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_call()
1795 sljit_s32 arg_types) in check_sljit_emit_call()
1835 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmp()
1836 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_cmp()
1837 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_cmp()
1859 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fcmp()
1860 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fcmp()
1861 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fcmp()
1885 …IT_INLINE CHECK_RETURN_TYPE check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_ijump()
1886 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_ijump()
1907 …IT_INLINE CHECK_RETURN_TYPE check_sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_icall()
1908 sljit_s32 arg_types, in check_sljit_emit_icall()
1909 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_icall()
1951 …T_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op_flags()
1952 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op_flags()
1953 sljit_s32 type) in check_sljit_emit_op_flags()
1987 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmov()
1988 sljit_s32 dst_reg, in check_sljit_emit_cmov()
1989 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_cmov()
1992 sljit_s32 cond = type & ~SLJIT_32; in check_sljit_emit_cmov()
2025 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_mem()
2026 sljit_s32 reg, in check_sljit_emit_mem()
2027 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_mem()
2035 sljit_s32 allowed_flags; in check_sljit_emit_mem()
2110 …LINE CHECK_RETURN_TYPE check_sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_mem_update()
2111 sljit_s32 reg, in check_sljit_emit_mem_update()
2112 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_mem_update()
2155 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fmem()
2156 sljit_s32 freg, in check_sljit_emit_fmem()
2157 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_fmem()
2198 …INE CHECK_RETURN_TYPE check_sljit_emit_fmem_update(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fmem_update()
2199 sljit_s32 freg, in check_sljit_emit_fmem_update()
2200 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_fmem_update()
2232 …RETURN_TYPE check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_get_local_base()
2250 …ECK_RETURN_TYPE check_sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_const()
2267 …RETURN_TYPE check_sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_put_label()
2319 static SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 ty… in sljit_emit_cmov_generic()
2320 sljit_s32 dst_reg, in sljit_emit_cmov_generic()
2321 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov_generic()
2325 sljit_s32 op = (type & SLJIT_32) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()
2347 static sljit_s32 sljit_emit_mem_unaligned(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem_unaligned()
2348 sljit_s32 reg, in sljit_emit_mem_unaligned()
2349 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_unaligned()
2363 static sljit_s32 sljit_emit_fmem_unaligned(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem_unaligned()
2364 sljit_s32 freg, in sljit_emit_fmem_unaligned()
2365 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem_unaligned()
2422 static SLJIT_INLINE sljit_s32 emit_mov_before_return(struct sljit_compiler *compiler, sljit_s32 op,… in emit_mov_before_return()
2440 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op… in emit_fmov_before_return()
2451 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
2469 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2470 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
2471 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
2474 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp()
2549 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) in sljit_cmp_info()
2565 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fcmp()
2566 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fcmp()
2567 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fcmp()
2582 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_mem_update()
2583 sljit_s32 reg, in sljit_emit_mem_update()
2584 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_update()
2601 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
2602 sljit_s32 freg, in sljit_emit_fmem()
2603 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem()
2616 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem_update(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fmem_update()
2617 sljit_s32 freg, in sljit_emit_fmem_update()
2618 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem_update()
2635 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 in sljit_get_local_base()
2680 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
2704 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
2711 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) in sljit_cmp_info()
2725 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
2726 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
2727 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
2741 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
2742 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
2743 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
2757 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
2764 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
2774 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_return_to()
2783 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2792 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
2800 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
2801 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
2802 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
2814 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
2815 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
2816 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
2817 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
2831 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2u()
2832 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2u()
2833 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u()
2845 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_shift_into()
2846 sljit_s32 src_dst, in sljit_emit_shift_into()
2847 sljit_s32 src1, sljit_sw src1w, in sljit_emit_shift_into()
2848 sljit_s32 src2, sljit_sw src2w) in sljit_emit_shift_into()
2861 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
2862 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
2872 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
2878 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
2888 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags()
2894 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2895 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2896 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2908 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2909 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2910 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2911 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2932 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2940 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2941 sljit_s32 arg_types) in sljit_emit_call()
2950 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2951 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
2952 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
2964 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fcmp()
2965 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fcmp()
2966 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fcmp()
2999 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
3009 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
3010 sljit_s32 arg_types, in sljit_emit_icall()
3011 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
3022 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
3023 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
3024 sljit_s32 type) in sljit_emit_op_flags()
3035 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
3036 sljit_s32 dst_reg, in sljit_emit_cmov()
3037 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
3048 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
3059 …LJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_mem_update()
3070 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type,… in sljit_emit_fmem()
3081 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem_update(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fmem_update()
3092 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 in sljit_get_local_base()
3102 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
3112 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()