|
| From: | Richard Henderson |
| Subject: | Re: [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw |
| Date: | Fri, 24 Feb 2023 13:01:53 -1000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 |
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.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |