Lines Matching refs:sljit_s32

63 	(((max_diff) / (sljit_s32)sizeof(sljit_ins)) - (CONST_POOL_ALIGNMENT - 1))
193 static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler, sljit_s32 fr, sljit_s32 is… in function_check_is_freg()
210 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool()
216 sljit_s32 i; in push_cpool()
248 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst()
262 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_ins inst, sljit_uw l… in push_inst_with_literal()
312 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_ins inst, slj… in push_inst_with_unique_literal()
333 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
341 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
373 if ((sljit_s32)const_pool[ind] < 0) { in patch_pc_relative_loads()
398 sljit_s32 index;
399 sljit_s32 value;
402 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index()
457 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) in push_inst()
468 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm()
476 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
523 …_jump_addr(sljit_uw jump_ptr, sljit_sw executable_offset, sljit_uw new_addr, sljit_s32 flush_cache) in set_jump_addr()
529 sljit_s32 bl = (mov_pc & 0x0000f000) != RD(TMP_PC); in set_jump_addr()
619 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm);
620 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit…
622 …onst_value(sljit_uw addr, sljit_sw executable_offset, sljit_uw new_constant, sljit_s32 flush_cache) in set_const_value()
816 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler, sljit_s32 optio… in sljit_generate_code()
1088 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)compiler->size); in sljit_generate_code()
1102 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
1222 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
1223 sljit_s32 dst, sljit_sw dstw,
1224 sljit_s32 src1, sljit_sw src1w,
1225 sljit_s32 src2, sljit_sw src2w);
1227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1228 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1229 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1232 sljit_s32 i, tmp, size, word_arg_count; in sljit_emit_enter()
1233 sljit_s32 saved_arg_count = SLJIT_KEPT_SAVEDS_COUNT(options); in sljit_emit_enter()
1327 } else if (word_arg_count - 1 != (sljit_s32)(offset >> 2)) in sljit_emit_enter()
1393 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1394 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1395 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1397 sljit_s32 size; in sljit_set_context()
1413 static sljit_s32 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) in emit_add_sp()
1423 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size) in emit_stack_frame_release()
1425 sljit_s32 local_size, fscratches, fsaveds, i, tmp; in emit_stack_frame_release()
1426 sljit_s32 restored_reg = 0; in emit_stack_frame_release()
1427 sljit_s32 lr_dst = TMP_PC; in emit_stack_frame_release()
1559 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void()
1567 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to()
1568 sljit_s32 src, sljit_sw srcw) in sljit_emit_return_to()
1593 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1596 sljit_s32 reg, is_masked; in emit_single_op()
1928 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1971 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem()
1972 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
2062 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
2063 sljit_s32 dst, sljit_sw dstw, in emit_op()
2064 sljit_s32 src1, sljit_sw src1w, in emit_op()
2065 sljit_s32 src2, sljit_sw src2w) in emit_op()
2072 sljit_s32 dst_reg; in emit_op()
2073 sljit_s32 src1_reg = 0; in emit_op()
2074 sljit_s32 src2_reg = 0; in emit_op()
2075 sljit_s32 src2_tmp_reg = 0; in emit_op()
2076 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
2077 sljit_s32 neg_op = 0; in emit_op()
2116 src2_reg = (sljit_s32)get_imm((sljit_uw)src2w); in emit_op()
2121 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src2w); in emit_op()
2129 …src2_reg = (sljit_s32)get_imm((neg_op == SLJIT_ADD || neg_op == SLJIT_SUB) ? (sljit_uw)-src2w : ~(… in emit_op()
2138 src2_reg = (sljit_s32)get_imm((sljit_uw)src1w); in emit_op()
2147 src2_reg = (sljit_s32)get_imm(~(sljit_uw)src1w); in emit_op()
2160 src2_reg = (sljit_s32)get_imm((sljit_uw)-src1w); in emit_op()
2228 src2_reg = (sljit_s32)compute_imm((sljit_uw)src2w, &imm2); in emit_op()
2231 src2_reg = (sljit_s32)compute_imm((sljit_uw)-src2w, &imm2); in emit_op()
2242 src2_reg = (sljit_s32)imm2; in emit_op()
2255 src1_reg = (sljit_s32)compute_imm((sljit_uw)src1w, &imm2); in emit_op()
2258 src1_reg = (sljit_s32)compute_imm((sljit_uw)-src1w, &imm2); in emit_op()
2269 src2_reg = (sljit_s32)imm2; in emit_op()
2299 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
2375 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
2376 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
2377 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
2419 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
2420 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
2421 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
2422 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
2424 sljit_s32 inp_flags; in sljit_emit_op2()
2475 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2u()
2476 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2u()
2477 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2u()
2486 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2r()
2487 sljit_s32 dst_reg, in sljit_emit_op2r()
2488 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2r()
2489 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2r()
2504 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_shift_into()
2505 sljit_s32 dst_reg, in sljit_emit_shift_into()
2506 sljit_s32 src1_reg, in sljit_emit_shift_into()
2507 sljit_s32 src2_reg, in sljit_emit_shift_into()
2508 sljit_s32 src3, sljit_sw src3w) in sljit_emit_shift_into()
2510 sljit_s32 is_left; in sljit_emit_shift_into()
2553 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
2554 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
2583 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_dst()
2584 sljit_s32 dst, sljit_sw dstw) in sljit_emit_op_dst()
2586 sljit_s32 size, dst_r; in sljit_emit_op_dst()
2623 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 type, sljit_s32 reg) in sljit_get_register_index()
2639 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
2657 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
2701 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()
2702 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
2703 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
2721 static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *compiler, sljit_ins ins, in sljit_emit_fop1_conv_f64_from_w()
2722 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_w()
2723 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_w()
2725 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_w()
2745 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()
2746 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
2747 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
2752 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2753 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_uw()
2754 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_uw()
2759 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2760 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2761 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2784 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2785 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2786 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2788 sljit_s32 dst_r; in sljit_emit_fop1()
2831 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2832 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2833 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2834 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2836 sljit_s32 dst_r; in sljit_emit_fop2()
2886 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compiler *compiler, in sljit_emit_fset32()
2887 sljit_s32 freg, sljit_f32 value) in sljit_emit_fset32()
2918 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
2919 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
2954 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
2955 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy()
2957 sljit_s32 reg2; in sljit_emit_fcopy()
2985 static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
3090 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
3132 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
3139 sljit_s32 types = 0; in softfloat_call_with_args()
3184 FAIL_IF(emit_stack_frame_release(compiler, (sljit_s32)offset)); in softfloat_call_with_args()
3239 *src = (sljit_s32)(SLJIT_R0 + (offset >> 2)); in softfloat_call_with_args()
3255 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
3267 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
3309 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
3310 sljit_s32 arg_types) in sljit_emit_call()
3365 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
3409 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
3410 sljit_s32 arg_types, in sljit_emit_icall()
3411 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
3473 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op… in emit_fmov_before_return()
3498 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
3499 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
3500 sljit_s32 type) in sljit_emit_op_flags()
3502 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
3539 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compiler *compiler, sljit_s32 typ… in sljit_emit_select()
3540 sljit_s32 dst_reg, in sljit_emit_select()
3541 sljit_s32 src1, sljit_sw src1w, in sljit_emit_select()
3542 sljit_s32 src2_reg) in sljit_emit_select()
3598 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compiler *compiler, sljit_s32 ty… in sljit_emit_fselect()
3599 sljit_s32 dst_freg, in sljit_emit_fselect()
3600 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fselect()
3601 sljit_s32 src2_freg) in sljit_emit_fselect()
3632 static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, s… in update_mem_addr()
3634 sljit_s32 arg = *mem; in update_mem_addr()
3694 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
3695 sljit_s32 reg, in sljit_emit_mem()
3696 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
3698 sljit_s32 flags; in sljit_emit_mem()
3725 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_mem_update()
3726 sljit_s32 reg, in sljit_emit_mem_update()
3727 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem_update()
3729 sljit_s32 flags; in sljit_emit_mem_update()
3826 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_fmem()
3827 sljit_s32 freg, in sljit_emit_fmem()
3828 sljit_s32 mem, sljit_sw memw) in sljit_emit_fmem()
3863 static sljit_s32 sljit_emit_simd_mem_offset(struct sljit_compiler *compiler, sljit_s32 *mem_ptr, sl… in sljit_emit_simd_mem_offset()
3865 sljit_s32 mem = *mem_ptr; in sljit_emit_simd_mem_offset()
3895 static SLJIT_INLINE sljit_s32 simd_get_quad_reg_index(sljit_s32 freg) in simd_get_quad_reg_index()
3909 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_compiler *compiler, sljit_s32 t… in sljit_emit_simd_mov()
3910 sljit_s32 freg, in sljit_emit_simd_mov()
3911 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_mov()
3913 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_mov()
3914 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_mov()
3915 sljit_s32 alignment = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_mov()
3968 static sljit_ins simd_get_imm(sljit_s32 elem_size, sljit_uw value) in simd_get_imm()
4062 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct sljit_compiler *compiler, sljit… in sljit_emit_simd_replicate()
4063 sljit_s32 freg, in sljit_emit_simd_replicate()
4064 sljit_s32 src, sljit_sw srcw) in sljit_emit_simd_replicate()
4066 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_replicate()
4067 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_replicate()
4162 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit_compiler *compiler, sljit_… in sljit_emit_simd_lane_mov()
4163 sljit_s32 freg, sljit_s32 lane_index, in sljit_emit_simd_lane_mov()
4164 sljit_s32 srcdst, sljit_sw srcdstw) in sljit_emit_simd_lane_mov()
4166 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_lane_mov()
4167 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_lane_mov()
4279 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct sljit_compiler *compiler, in sljit_emit_simd_lane_replicate()
4280 sljit_s32 freg, in sljit_emit_simd_lane_replicate()
4281 sljit_s32 src, sljit_s32 src_lane_index) in sljit_emit_simd_lane_replicate()
4283 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_lane_replicate()
4284 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_lane_replicate()
4328 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_simd_extend()
4329 sljit_s32 freg, in sljit_emit_simd_extend()
4330 sljit_s32 src, sljit_sw srcw) in sljit_emit_simd_extend()
4332 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_extend()
4333 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_extend()
4334 sljit_s32 elem2_size = SLJIT_SIMD_GET_ELEM2_SIZE(type); in sljit_emit_simd_extend()
4335 sljit_s32 dst_reg; in sljit_emit_simd_extend()
4393 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_simd_sign()
4394 sljit_s32 freg, in sljit_emit_simd_sign()
4395 sljit_s32 dst, sljit_sw dstw) in sljit_emit_simd_sign()
4397 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_sign()
4398 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_sign()
4400 sljit_s32 dst_r; in sljit_emit_simd_sign()
4470 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_compiler *compiler, sljit_s32 t… in sljit_emit_simd_op2()
4471 sljit_s32 dst_freg, sljit_s32 src1_freg, sljit_s32 src2_freg) in sljit_emit_simd_op2()
4473 sljit_s32 reg_size = SLJIT_SIMD_GET_REG_SIZE(type); in sljit_emit_simd_op2()
4474 sljit_s32 elem_size = SLJIT_SIMD_GET_ELEM_SIZE(type); in sljit_emit_simd_op2()
4513 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_atomic_load()
4514 sljit_s32 dst_reg, in sljit_emit_atomic_load()
4515 sljit_s32 mem_reg) in sljit_emit_atomic_load()
4537 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_compiler *compiler, sljit_s… in sljit_emit_atomic_store()
4538 sljit_s32 src_reg, in sljit_emit_atomic_store()
4539 sljit_s32 mem_reg, in sljit_emit_atomic_store()
4540 sljit_s32 temp_reg) in sljit_emit_atomic_store()
4569 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
4572 sljit_s32 dst_r; in sljit_emit_const()
4597 …struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_mov_addr()
4600 sljit_s32 dst_r; in sljit_emit_mov_addr()