Searched refs:src_ty (Results 1 – 6 of 6) sorted by relevance
3051 let src_ty = &self.types[src_ty]; in translate_record() localVariable3097 let src_ty = &self.types[src_ty]; in translate_flags() localVariable3145 let src_ty = &self.types[src_ty]; in translate_tuple() localVariable3172 let src_ty = &self.types[src_ty]; in translate_fixed_length_list() localVariable3279 let src_ty = &self.types[src_ty]; in translate_variant() localVariable3318 let src_ty = &self.types[src_ty]; in translate_enum() localVariable3380 let src_ty = &self.types[src_ty].ty; in translate_option() localVariable3385 let src_ty = Some(src_ty); in translate_option() localVariable3421 let src_ty = &self.types[src_ty]; in translate_result() localVariable3439 src_ty: src_ty.ok.as_ref(), in translate_result()[all …]
383 let src_ty = src_table.ty(&store); in copy() localVariable384 src_ty in copy()
152 (vec_add dst_ty (vec_smul_even src_ty x y)153 (vec_smul_odd src_ty x y)))1840 (fpromote_reg dst_ty src_ty x))1983 (_ Reg (trap_if (fcmp_reg src_ty src src)1987 (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_ub src_ty dst_ty))1990 (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_lb src_ty))1994 (flt_ty Type (fcvt_flt_ty dst_ty src_ty))1995 (int_ty Type (fcvt_int_ty dst_ty src_ty))2008 (_ Reg (trap_if (fcmp_reg src_ty src src)2012 (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_sint_ub src_ty dst_ty))[all …]
774 for (val, src_ty, expected) in [ in table_copy_func_subtyping()783 TableType::new(RefType::new(true, src_ty.into()), 10, None), in table_copy_func_subtyping()
3004 ;; Args are: src, src_ty, dst_ty3012 (rule 7 (gen_bitcast r (ty_supported_float_min src_ty) (ty_supported_vec _)) (rv_vfmv_sf r src_ty))3015 (rule 5 (gen_bitcast r (ty_int_ref_scalar_64 src_ty) (ty_supported_vec _)) (rv_vmv_sx r src_ty))
1151 (rule (cvt_float_to_uint_seq out_ty src @ (value_type src_ty) is_saturating)1153 (src_size OperandSize (raw_operand_size_of_type src_ty))1163 (rule (cvt_float_to_sint_seq out_ty src @ (value_type src_ty) is_saturating)1165 (src_size OperandSize (raw_operand_size_of_type src_ty))