Re: [PATCH 36/67] target/arm: Introduce gen_gvec_cls, gen_gvec_clz

2024-12-02 Thread Richard Henderson
On 12/2/24 10:29, Philippe Mathieu-Daudé wrote: On 1/12/24 16:05, Richard Henderson wrote: Add gvec interfaces for CLS and CLZ operations. Signed-off-by: Richard Henderson ---   target/arm/tcg/translate.h  |  5 +   target/arm/tcg/gengvec.c    | 35 +

Re: [PATCH 36/67] target/arm: Introduce gen_gvec_cls, gen_gvec_clz

2024-12-02 Thread Philippe Mathieu-Daudé
On 1/12/24 16:05, Richard Henderson wrote: Add gvec interfaces for CLS and CLZ operations. Signed-off-by: Richard Henderson --- target/arm/tcg/translate.h | 5 + target/arm/tcg/gengvec.c| 35 + target/arm/tcg/translate-a64.c | 29 +++---

[PATCH 36/67] target/arm: Introduce gen_gvec_cls, gen_gvec_clz

2024-12-01 Thread Richard Henderson
Add gvec interfaces for CLS and CLZ operations. Signed-off-by: Richard Henderson --- target/arm/tcg/translate.h | 5 + target/arm/tcg/gengvec.c| 35 + target/arm/tcg/translate-a64.c | 29 +++ target/arm/tcg/translate-neon