Lines Matching refs:sljit_s32

215 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst)  in push_inst16()
227 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32()
237 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const()
255 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type()
312 sljit_s32 type = (jump->flags >> 4) & 0xf; in set_jump_instruction()
315 sljit_s32 s, j1, j2; in set_jump_instruction()
487 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
518 sljit_s32 counter; in get_imm()
564 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
596 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
601 sljit_s32 reg; in emit_op_imm()
612 reg = (sljit_s32)((flags & ARG2_IMM) ? arg1 : arg2); in emit_op_imm()
790 FAIL_IF(load_immediate(compiler, (sljit_s32)arg2, imm)); in emit_op_imm()
795 FAIL_IF(load_immediate(compiler, (sljit_s32)arg1, imm)); in emit_op_imm()
809 if (dst == (sljit_s32)arg2) in emit_op_imm()
848 if (dst == (sljit_s32)arg1 && !(flags & SET_FLAGS)) in emit_op_imm()
853 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
868 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
880 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
886 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
890 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
898 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
906 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
914 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
922 if (dst == (sljit_s32)arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
1013 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
1035 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1036 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
1038 sljit_s32 other_r; in emit_op_mem()
1137 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1138 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1139 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1141 sljit_s32 size, i, tmp, word_arg_count; in sljit_emit_enter()
1142 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter()
1231 } else if (word_arg_count - 1 != (sljit_s32)(offset >> 2)) in sljit_emit_enter()
1347 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1348 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1349 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1351 sljit_s32 size; in sljit_set_context()
1366 static sljit_s32 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) in emit_add_sp()
1386 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size) in emit_stack_frame_release()
1388 sljit_s32 local_size, fscratches, fsaveds, i, tmp; in emit_stack_frame_release()
1389 sljit_s32 restored_reg = 0; in emit_stack_frame_release()
1390 sljit_s32 lr_dst = TMP_PC; in emit_stack_frame_release()
1532 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
1540 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
1541 sljit_s32 src, sljit_sw srcw) in sljit_emit_return_to()
1588 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1682 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1683 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1684 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1686 sljit_s32 dst_r, flags; in sljit_emit_op1()
1687 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1762 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1763 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1764 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1765 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1767 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2()
1807 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2u()
1808 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2u()
1809 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u()
1818 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_shift_into()
1819 sljit_s32 src_dst, in sljit_emit_shift_into()
1820 sljit_s32 src1, sljit_sw src1w, in sljit_emit_shift_into()
1821 sljit_s32 src2, sljit_sw src2w) in sljit_emit_shift_into()
1823 sljit_s32 is_left; in sljit_emit_shift_into()
1883 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1884 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1912 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1918 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1924 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1941 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1988 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()
1989 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1990 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
2008 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()
2009 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
2010 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
2012 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2034 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2035 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2036 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2054 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2055 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2056 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2058 sljit_s32 dst_r; in sljit_emit_fop1()
2101 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2102 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2103 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2104 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2106 sljit_s32 dst_r; in sljit_emit_fop2()
2150 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2169 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
2272 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2306 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
2312 sljit_s32 types = 0; in softfloat_call_with_args()
2358 FAIL_IF(emit_stack_frame_release(compiler, (sljit_s32)offset)); in softfloat_call_with_args()
2415 *src = (sljit_s32)(1 + (offset >> 2)); in softfloat_call_with_args()
2431 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
2443 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2482 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2483 sljit_s32 arg_types) in sljit_emit_call()
2539 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2571 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2572 sljit_s32 arg_types, in sljit_emit_icall()
2573 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2636 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op… in emit_fmov_before_return()
2661 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2662 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2663 sljit_s32 type) in sljit_emit_op_flags()
2665 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2714 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2715 sljit_s32 dst_reg, in sljit_emit_cmov()
2716 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2760 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2761 sljit_s32 reg, in sljit_emit_mem()
2762 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2764 sljit_s32 flags; in sljit_emit_mem()
2935 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_mem_update()
2936 sljit_s32 reg, in sljit_emit_mem_update()
2937 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_update()
2939 sljit_s32 flags; in sljit_emit_mem_update()
2993 static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, s… in update_mem_addr()
2995 sljit_s32 arg = *mem; in update_mem_addr()
3054 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
3055 sljit_s32 freg, in sljit_emit_fmem()
3056 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem()
3093 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
3096 sljit_s32 dst_r; in sljit_emit_const()
3114 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
3117 sljit_s32 dst_r; in sljit_emit_put_label()