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()
235 sljit_s32 dst; in sljit_generate_code()
377 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
431 static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) in logical_imm()
433 sljit_s32 negated, ones, right; in logical_imm()
441 if (len == 16 && ((sljit_s32)imm == 0 || (sljit_s32)imm == -1)) in logical_imm()
446 || (len == 16 && (sljit_s32)imm != 0 && (sljit_s32)imm != -1)); in logical_imm()
497 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate()
500 sljit_s32 i, zeros, ones, first; in load_immediate()
599 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
606 sljit_s32 op = (flags & 0xffff); in emit_op_imm()
607 sljit_s32 reg; in emit_op_imm()
857 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem()
858 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
914 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
915 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
916 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
918 sljit_s32 args, i, tmp, offs, prev, saved_regs_size; in sljit_emit_enter()
1040 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1041 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1042 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1044 sljit_s32 saved_regs_size; in sljit_set_context()
1058 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1060 sljit_s32 local_size; in sljit_emit_return()
1061 sljit_s32 i, tmp, offs, prev, saved_regs_size; in sljit_emit_return()
1127 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1162 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1163 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1164 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1166 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1()
1167 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1215 srcw = (sljit_s32)srcw; in sljit_emit_op1()
1258 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1259 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1260 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1261 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1263 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op2()
1313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1314 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1353 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1359 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1365 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1366 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1378 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1427 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()
1428 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1429 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1431 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_fop1_conv_sw_from_f64()
1449 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()
1450 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1451 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1453 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1465 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
1478 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1479 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1480 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1482 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
1498 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1499 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1500 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1502 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1()
1543 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1544 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1545 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1546 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1548 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2()
1591 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
1608 static sljit_uw get_cc(struct sljit_compiler *compiler, 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()
2037 sljit_s32 dst; in sljit_set_jump_addr()