Lines Matching refs:sljit_s32

244 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins)  in push_inst()
253 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type()
528 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
612 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
613 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
614 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
616 sljit_s32 i, tmp, offs; in sljit_emit_enter()
623 offs = -(sljit_s32)(sizeof(sljit_sw)); in sljit_emit_enter()
628 offs -= (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_enter()
633 offs -= (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_enter()
637 …SLJIT_ASSERT(offs == -(sljit_s32)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1… in sljit_emit_enter()
676 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
677 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
678 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
689 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
691 sljit_s32 i, tmp, offs; in sljit_emit_return()
711 offs = -(sljit_s32)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1); in sljit_emit_return()
716 offs += (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_return()
722 offs += (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_return()
882 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 re… in getput_arg_fast()
932 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache()
981 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sl… in getput_arg()
983 sljit_s32 tmp_r; in getput_arg()
1033 high_short = (sljit_s32)(argw + ((argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
1047 next_high_short = (sljit_s32)(next_argw + ((next_argw & 0x8000) << 1)) & ~0xffff; in getput_arg()
1144 …LJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg… in emit_op_mem2()
1151 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op()
1152 sljit_s32 dst, sljit_sw dstw, in emit_op()
1153 sljit_s32 src1, sljit_sw src1w, in emit_op()
1154 sljit_s32 src2, sljit_sw src2w) in emit_op()
1160 sljit_s32 dst_r; in emit_op()
1161 sljit_s32 src1_r; in emit_op()
1162 sljit_s32 src2_r; in emit_op()
1163 sljit_s32 sugg_src2_r = TMP_REG2; in emit_op()
1164sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1278 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1281 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0()
1325 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, in emit_prefetch()
1326 sljit_s32 src, sljit_sw srcw) in emit_prefetch()
1353 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1354 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1355 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1357 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1358 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1401 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1422 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
1450 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | WRITE_BACK, (sljit_s32)); in sljit_emit_op1()
1517 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1518 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1519 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1520 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1522 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1543 src1w = (sljit_s32)(src1w); in sljit_emit_op2()
1545 src2w = (sljit_s32)(src2w); in sljit_emit_op2()
1731 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1737 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1743 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1744 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1774 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()
1775 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1776 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1835 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()
1836 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1837 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1841 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1845 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1874 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1875 sljit_s32 invert_sign = 1; in sljit_emit_fop1_conv_f64_from_sw()
1913 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1914 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1915 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1930 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1931 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1932 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1934 sljit_s32 dst_r; in sljit_emit_fop1()
1982 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1983 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1984 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1985 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1987 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2()
2067 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2081 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
2119 static sljit_ins get_bo_bi_flags(sljit_s32 type) in get_bo_bi_flags()
2182 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2214 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2217 sljit_s32 src_r; in sljit_emit_ijump()
2257 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2258 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2259 sljit_s32 type) in sljit_emit_op_flags()
2261 sljit_s32 reg, input_flags, cr_bit, invert; in sljit_emit_op_flags()
2262 sljit_s32 saved_op = op; in sljit_emit_op_flags()
2391 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2392 sljit_s32 dst_reg, in sljit_emit_cmov()
2393 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2401 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2404 sljit_s32 reg; in sljit_emit_const()