Lines Matching refs:sljit_s32
152 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
161 static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_sw imm) in push_imm_s_inst()
530 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
541 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) in sljit_cmp_info()
595 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit…
597 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
598 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
599 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
601 sljit_s32 i, tmp, offset; in sljit_emit_enter()
602 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter()
694 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
695 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
696 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
719 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release()
721 sljit_s32 i, tmp, offset; in emit_stack_frame_release()
722 sljit_s32 local_size = compiler->local_size; in emit_stack_frame_release()
775 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
784 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
785 sljit_s32 src, sljit_sw srcw) in sljit_emit_return_to()
844 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst()
860 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, s… in getput_arg_fast()
880 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache()
904 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_… in getput_arg()
906 sljit_s32 base = arg & REG_MASK; in getput_arg()
907 sljit_s32 tmp_r = TMP_REG1; in getput_arg()
993 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit… in emit_op_mem()
995 sljit_s32 base = arg & REG_MASK; in emit_op_mem()
996 sljit_s32 tmp_r = TMP_REG1; in emit_op_mem()
1025 …LJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg… in emit_op_mem2()
1040 static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_s… in emit_clz_ctz()
1042 sljit_s32 is_clz = (GET_OPCODE(op) == SLJIT_CLZ); in emit_clz_ctz()
1102 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1103 sljit_s32 dst, sljit_s32 src1, sljit_sw src2) in emit_single_op()
1105 sljit_s32 is_overflow, is_carry, carry_src_r, is_handled; in emit_single_op()
1204 carry_src_r = (sljit_s32)src1; in emit_single_op()
1206 carry_src_r = (sljit_s32)src2; in emit_single_op()
1243 carry_src_r = (sljit_s32)src1; in emit_single_op()
1245 carry_src_r = (sljit_s32)src2; in emit_single_op()
1518 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
1519 sljit_s32 dst, sljit_sw dstw, in emit_op()
1520 sljit_s32 src1, sljit_sw src1w, in emit_op()
1521 sljit_s32 src2, sljit_sw src2w) in emit_op()
1527 sljit_s32 dst_r = TMP_REG2; in emit_op()
1528 sljit_s32 src1_r; in emit_op()
1530 sljit_s32 sugg_src2_r = TMP_REG2; in emit_op()
1593 dst_r = (sljit_s32)src2_r; in emit_op()
1649 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1693 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1694 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1695 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1697 sljit_s32 flags = 0; in sljit_emit_op1()
1726 … | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s32)srcw : srcw); in sljit_emit_op1()
1753 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1754 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1755 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1756 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1758 sljit_s32 flags = 0; in sljit_emit_op2()
1770 src1w = (sljit_s32)src1w; in sljit_emit_op2()
1772 src2w = (sljit_s32)src2w; in sljit_emit_op2()
1822 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2u()
1823 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2u()
1824 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u()
1833 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_shift_into()
1834 sljit_s32 src_dst, in sljit_emit_shift_into()
1835 sljit_s32 src1, sljit_sw src1w, in sljit_emit_shift_into()
1836 sljit_s32 src2, sljit_sw src2w) in sljit_emit_shift_into()
1838 sljit_s32 is_left; in sljit_emit_shift_into()
1842 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into()
1845 sljit_s32 inp_flags = WORD_DATA | LOAD_DATA; in sljit_emit_shift_into()
1923 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1924 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1950 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1956 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1962 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1978 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
1979 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1980 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1987 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_fop1_conv_sw_from_f64()
2011 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2012 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
2013 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
2020 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2032 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
2058 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2059 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2060 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2116 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2117 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2118 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2120 sljit_s32 dst_r; in sljit_emit_fop1()
2166 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2167 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2168 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2169 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2171 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2()
2251 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
2290 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2376 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2377 sljit_s32 arg_types) in sljit_emit_call()
2392 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
2393 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
2394 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
2397 sljit_s32 flags; in sljit_emit_cmp()
2495 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2529 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2530 sljit_s32 arg_types, in sljit_emit_icall()
2531 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2557 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2558 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2559 sljit_s32 type) in sljit_emit_op_flags()
2561 sljit_s32 src_r, dst_r, invert; in sljit_emit_op_flags()
2562 sljit_s32 saved_op = op; in sljit_emit_op_flags()
2564 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags()
2566 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
2644 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2645 sljit_s32 dst_reg, in sljit_emit_cmov()
2646 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2654 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2655 sljit_s32 reg, in sljit_emit_mem()
2656 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2658 sljit_s32 flags; in sljit_emit_mem()
2710 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2713 sljit_s32 dst_r; in sljit_emit_const()
2732 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2735 sljit_s32 dst_r; in sljit_emit_put_label()