s390x/tcg: Implement VECTOR CHECKSUM
commitb0160ec99ae886d1e4961fc5dbf70bf8becfb339
authorDavid Hildenbrand <david@redhat.com>
Wed, 20 Mar 2019 22:18:59 +0000 (20 23:18 +0100)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree2cc1c777a2dd5fc1f9dde2b186345be507714ccd
parent801aa78bd02100b34ddb3a4c94cc4cf4a4ae1844
s390x/tcg: Implement VECTOR CHECKSUM

Time to introduce read_vec_element_i32 and write_vec_element_i32.
Take proper care of properly adding the carry. We can perform both
additions including the carry via tcg_gen_add2_i32().

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