qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 06/12] target/ppc: Move VAVG[SU][BHW] to decodetree and use g


From: Richard Henderson
Subject: Re: [PATCH 06/12] target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Date: Sat, 24 Sep 2022 14:35:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/23/22 21:47, Lucas Mateus Castro(alqotel) wrote:
+    TCGv_vec one = tcg_temp_new_vec_matching(t);
+    tcg_gen_dupi_vec(vece, one, 1);
+    tcg_gen_or_vec(vece, tmp, a, b);
+    tcg_gen_and_vec(vece, tmp, tmp, one);

tcg_constant_vec_matching.  With that,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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