Lines Matching refs:sljit_s32

205 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot)  in push_inst()
217 static SLJIT_INLINE sljit_ins invert_branch(sljit_s32 flags) in invert_branch()
499 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
572 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
573 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
574 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
577 sljit_s32 i, tmp, offs; in sljit_emit_enter()
609 offs -= (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_enter()
614 offs -= (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_enter()
628 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
629 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
630 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
645 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
647 sljit_s32 local_size, i, tmp, offs; in sljit_emit_return()
665 …FAIL_IF(push_inst(compiler, STACK_LOAD | base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_s32)… in sljit_emit_return()
666 offs = local_size - (sljit_s32)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1); in sljit_emit_return()
671 offs += (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_return()
677 offs += (sljit_s32)(sizeof(sljit_sw)); in sljit_emit_return()
732 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar… in getput_arg_fast()
750 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache()
773 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, slj… in getput_arg()
775 sljit_s32 tmp_ar, base, delay_slot; in getput_arg()
889 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
898 …LJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg… in emit_op_mem2()
905 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
906 sljit_s32 dst, sljit_sw dstw, in emit_op()
907 sljit_s32 src1, sljit_sw src1w, in emit_op()
908 sljit_s32 src2, sljit_sw src2w) in emit_op()
914 sljit_s32 dst_r = TMP_REG2; in emit_op()
915 sljit_s32 src1_r; in emit_op()
917 sljit_s32 sugg_src2_r = TMP_REG2; in emit_op()
1038 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1041 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0()
1089 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, in emit_prefetch()
1090 sljit_s32 src, sljit_sw srcw) in emit_prefetch()
1111 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1112 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1113 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1118 sljit_s32 flags = 0; in sljit_emit_op1()
1138 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1158 …, INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s32)srcw : srcw); in sljit_emit_op1()
1188 …SIGNED_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s32)srcw : srcw); in sljit_emit_op1()
1220 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1221 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1222 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1223 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1228 sljit_s32 flags = 0; in sljit_emit_op2()
1244 src1w = (sljit_s32)src1w; in sljit_emit_op2()
1246 src2w = (sljit_s32)src2w; in sljit_emit_op2()
1291 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1297 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1303 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1304 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1319 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()
1320 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1321 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1326 sljit_s32 flags = (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64) << 21; in sljit_emit_fop1_conv_sw_from_f64()
1349 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()
1350 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1351 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1356 sljit_s32 flags = (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW) << 21; in sljit_emit_fop1_conv_f64_from_sw()
1359 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1370 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1387 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1388 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1389 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1429 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1430 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1431 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1433 sljit_s32 dst_r; in sljit_emit_fop1()
1480 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1481 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1482 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1483 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1485 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2()
1566 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
1579 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
1643 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1647 sljit_s32 flags = 0; in sljit_emit_jump()
1648 sljit_s32 delay_check = UNMOVABLE_INS; in sljit_emit_jump()
1743 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmp()
1744 sljit_s32 src1, sljit_sw src1w, in sljit_emit_cmp()
1745 sljit_s32 src2, sljit_sw src2w) in sljit_emit_cmp()
1748 sljit_s32 flags; in sljit_emit_cmp()
1873 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
1875 sljit_s32 src_r = TMP_REG2; in sljit_emit_ijump()
1931 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
1932 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
1933 sljit_s32 type) in sljit_emit_op_flags()
1935 sljit_s32 src_ar, dst_ar; in sljit_emit_op_flags()
1936 sljit_s32 saved_op = op; in sljit_emit_op_flags()
1938 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags()
1940 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
2017 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2018 sljit_s32 dst_reg, in sljit_emit_cmov()
2019 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2033 srcw = (sljit_s32)srcw; in sljit_emit_cmov()
2090 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2093 sljit_s32 reg; in sljit_emit_const()