]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Introduce gen_gvec_cls, gen_gvec_clz
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:30:04 +0000 (10:30 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commit4fedfb483b35cbe98863f0dafb908727676292b5
tree1cd0af4b41f41de82aab792881f9e4fd5c5ae23b
parent9187b72cff0372270d5b02cfd2e2ade10daafb4c
target/arm: Introduce gen_gvec_cls, gen_gvec_clz

Add gvec interfaces for CLS and CLZ operations.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-38-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/gengvec.c
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-neon.c
target/arm/tcg/translate.h