qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw


From: gaosong
Subject: Re: [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
Date: Tue, 28 Feb 2023 15:44:31 +0800
User-agent: Mozilla/5.0 (X11; Linux loongarch64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

Hi, Richard

在 2023/2/25 上午7:01, Richard Henderson 写道:
On 2/23/23 21:24, gaosong wrote:
         {
             .fniv = gen_vaddwev_s,
             .fno = gen_helper_vaddwev_w_h,
             .opt_opc = vecop_list,
             .vece = MO_32
         },
         {
             .fniv = gen_vaddwev_s,
             .fno = gen_helper_vaddwev_d_w,
             .opt_opc = vecop_list,
             .vece = MO_64
         },

Oh, these two can also include .fni4 and .fni8 integer versions, respectively, for hosts without the proper vector support.

OK,

but fno is not for hosts without the proper vector support?

Thanks.
Song Gao




reply via email to

[Prev in Thread] Current Thread [Next in Thread]