OSDN Git Service

tcg/s390x: Implement ctpop operation
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Feb 2022 00:43:18 +0000 (00:43 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Jan 2023 23:07:09 +0000 (23:07 +0000)
commit29a5ea738a20cbf8974d48a44e3a213451ded8dd
treefc106b7088fe01e519d006b7465f091b4221c3a5
parentbfff85184254e96abd53187f49c2624e40a34024
tcg/s390x: Implement ctpop operation

There is an older form that produces per-byte results,
and a newer form that produces per-register results.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc
tcg/s390x/tcg-target.h