s390x/tcg: Implement VECTOR POPULATION COUNT
commitc3838aaae01eff4e0b9ba03987b5b078f5479a4d
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 09:14:49 +0000 (11 11:14 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree6f390af74ca9c28d0526265643d37d701510435c
parenta014bcc7bc86500eb7f04564d8487f7625d50c93
s390x/tcg: Implement VECTOR POPULATION COUNT

Similar to VECTOR COUNT TRAILING ZEROES.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec_int_helper.c