Lines Matching refs:sljit_s32
137 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
146 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const()
156 sljit_s32 dst = inst[0] & 0x1f; in modify_imm64_const()
245 sljit_s32 dst; in sljit_generate_code()
386 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
440 static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) in logical_imm()
442 sljit_s32 negated, ones, right; in logical_imm()
450 if (len == 16 && ((sljit_s32)imm == 0 || (sljit_s32)imm == -1)) in logical_imm()
455 || (len == 16 && (sljit_s32)imm != 0 && (sljit_s32)imm != -1)); in logical_imm()
506 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate()
509 sljit_s32 i, zeros, ones, first; in load_immediate()
608 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
615 sljit_s32 op = (flags & 0xffff); in emit_op_imm()
616 sljit_s32 reg; in emit_op_imm()
861 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem()
862 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
918 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
919 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
920 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
922 sljit_s32 args, i, tmp, offs, prev, saved_regs_size; in sljit_emit_enter()
1044 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1045 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1046 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1048 sljit_s32 saved_regs_size; in sljit_set_context()
1062 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1064 sljit_s32 local_size; in sljit_emit_return()
1065 sljit_s32 i, tmp, offs, prev, saved_regs_size; in sljit_emit_return()
1131 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1166 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1167 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1168 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1170 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1()
1171 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1219 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1262 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1263 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1264 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1265 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1267 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op2()
1317 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1318 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1357 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1363 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1369 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1370 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1382 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1431 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()
1432 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1433 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1435 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_fop1_conv_sw_from_f64()
1453 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()
1454 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1455 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1457 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1469 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1482 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1483 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1484 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1486 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
1502 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1503 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1504 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1506 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1()
1547 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1548 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1549 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1550 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1552 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2()
1595 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
1612 static sljit_uw get_cc(sljit_s32 type) in get_cc()
1683 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1709 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
1710 sljit_s32 arg_types) in sljit_emit_call()
1723 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmp_to0()
1724 sljit_s32 src, sljit_sw srcw) in emit_cmp_to0()
1758 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
1785 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
1786 sljit_s32 arg_types, in sljit_emit_icall()
1787 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
1800 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
1801 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
1802 sljit_s32 type) in sljit_emit_op_flags()
1804 sljit_s32 dst_r, src_r, flags, mem_flags; in sljit_emit_op_flags()
1848 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
1849 sljit_s32 dst_reg, in sljit_emit_cmov()
1850 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
1860 srcw = (sljit_s32)srcw; in sljit_emit_cmov()
1872 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
1873 sljit_s32 reg, in sljit_emit_mem()
1874 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
1922 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
1923 sljit_s32 freg, in sljit_emit_fmem()
1924 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem()
1951 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 … in sljit_get_local_base()
1953 sljit_s32 dst_reg; in sljit_get_local_base()
1991 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
1994 sljit_s32 dst_r; in sljit_emit_const()
2012 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2015 sljit_s32 dst_r; in sljit_emit_put_label()