Lines Matching refs:sljit_s32
301 #define CHECK_RETURN_TYPE sljit_s32
364 static sljit_s32 compiler_initialized = 0;
379 && sizeof(sljit_s32) == 4 && sizeof(sljit_u32) == 4 in sljit_create_compiler()
531 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags()
585 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
617 static SLJIT_INLINE sljit_s32 get_arg_count(sljit_s32 arg_types) in get_arg_count()
619 sljit_s32 arg_count = 0; in get_arg_count()
655 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
656 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in set_emit_enter()
672 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context()
673 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in set_set_context()
699 …JIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_s32 flags) in set_jump()
753 static sljit_s32 function_check_src_mem(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_check_src_mem()
787 static sljit_s32 function_check_src(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_check_src()
807 static sljit_s32 function_check_dst(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i, sljit… in function_check_dst()
824 static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in function_fcheck()
860 static void sljit_verbose_reg(struct sljit_compiler *compiler, sljit_s32 r) in sljit_verbose_reg()
870 static void sljit_verbose_freg(struct sljit_compiler *compiler, sljit_s32 r) in sljit_verbose_freg()
878 static void sljit_verbose_param(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in sljit_verbose_param()
904 static void sljit_verbose_fparam(struct sljit_compiler *compiler, sljit_s32 p, sljit_sw i) in sljit_verbose_fparam()
1018 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter()
1019 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in check_sljit_emit_enter()
1022 sljit_s32 types, arg_count, curr_type; in check_sljit_emit_enter()
1070 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context()
1071 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in check_sljit_set_context()
1074 sljit_s32 types, arg_count, curr_type; in check_sljit_set_context()
1120 …RN_TYPE check_sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, slji… in check_sljit_emit_return()
1146 …ETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_fast_enter()
1162 … SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in check_sljit_emit_op0()
1185 … SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op1()
1186 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op1()
1187 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op1()
1249 … SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op2()
1250 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op2()
1251 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_op2()
1252 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_op2()
1319 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op_src()
1320 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op_src()
1346 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_register_index(sljit_s32 reg) in check_sljit_get_register_index()
1355 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_float_register_index(sljit_s32 reg) in check_sljit_get_float_register_index()
1365 void *instruction, sljit_s32 size) in check_sljit_emit_op_custom()
1398 …SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1()
1399 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1()
1400 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1()
1432 …T_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop1_cmp()
1433 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop1_cmp()
1434 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fop1_cmp()
1470 …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()
1471 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_sw_from_f64()
1472 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1_conv_sw_from_f64()
1500 …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()
1501 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_f64_from_sw()
1502 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fop1_conv_f64_from_sw()
1530 …SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_fop2()
1531 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop2()
1532 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fop2()
1533 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fop2()
1577 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in check_sljit_emit_jump()
1608 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_call()
1609 sljit_s32 arg_types) in check_sljit_emit_call()
1612 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_call()
1665 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmp()
1666 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_cmp()
1667 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_cmp()
1689 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fcmp()
1690 sljit_s32 src1, sljit_sw src1w, in check_sljit_emit_fcmp()
1691 sljit_s32 src2, sljit_sw src2w) in check_sljit_emit_fcmp()
1714 …IT_INLINE CHECK_RETURN_TYPE check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_ijump()
1715 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_ijump()
1736 …IT_INLINE CHECK_RETURN_TYPE check_sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_icall()
1737 sljit_s32 arg_types, in check_sljit_emit_icall()
1738 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_icall()
1741 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_icall()
1796 …T_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, in check_sljit_emit_op_flags()
1797 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op_flags()
1798 sljit_s32 type) in check_sljit_emit_op_flags()
1833 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_cmov()
1834 sljit_s32 dst_reg, in check_sljit_emit_cmov()
1835 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_cmov()
1869 …LJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_mem()
1870 sljit_s32 reg, in check_sljit_emit_mem()
1871 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_mem()
1904 …JIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in check_sljit_emit_fmem()
1905 sljit_s32 freg, in check_sljit_emit_fmem()
1906 sljit_s32 mem, sljit_sw memw) in check_sljit_emit_fmem()
1935 …RETURN_TYPE check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_get_local_base()
1953 …ECK_RETURN_TYPE check_sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_const()
1970 …RETURN_TYPE check_sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in check_sljit_emit_put_label()
2012 static SLJIT_INLINE sljit_s32 emit_mov_before_return(struct sljit_compiler *compiler, sljit_s32 op,… in emit_mov_before_return()
2039 static SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 ty… in sljit_emit_cmov_generic()
2040 sljit_s32 dst_reg, in sljit_emit_cmov_generic()
2041 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov_generic()
2045 sljit_s32 op = (dst_reg & SLJIT_I32_OP) ? SLJIT_MOV32 : SLJIT_MOV; in sljit_emit_cmov_generic()
2120 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2121 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
2122 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
2125 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp()
2203 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fcmp()
2204 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fcmp()
2205 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fcmp()
2227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2228 sljit_s32 reg, in sljit_emit_mem()
2229 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2248 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
2249 sljit_s32 freg, in sljit_emit_fmem()
2250 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem()
2269 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 … in sljit_get_local_base()
2314 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory()
2338 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
2351 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
2352 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
2353 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
2367 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
2368 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
2369 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
2383 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
2393 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
2402 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
2410 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
2411 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
2412 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
2424 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
2425 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
2426 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
2427 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
2441 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
2442 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
2452 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
2458 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
2459 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
2468 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags()
2474 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2475 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2476 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2488 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2489 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2490 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2491 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2512 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2520 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2521 sljit_s32 arg_types) in sljit_emit_call()
2530 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2531 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
2532 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
2544 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fcmp()
2545 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fcmp()
2546 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fcmp()
2579 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2589 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2590 sljit_s32 arg_types, in sljit_emit_icall()
2591 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2602 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2603 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2604 sljit_s32 type) in sljit_emit_op_flags()
2615 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2616 sljit_s32 dst_reg, in sljit_emit_cmov()
2617 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2628 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, … in sljit_emit_mem()
2639 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type,… in sljit_emit_fmem()
2650 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 … in sljit_get_local_base()
2660 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2670 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()