s390x/tcg: Implement VECTOR SUBTRACT
commitea8d7840f559d585ca88d8e12cfe8b11959fef10
authorDavid Hildenbrand <david@redhat.com>
Wed, 10 Apr 2019 19:37:24 +0000 (10 21:37 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
treef6eea3db91a0c0399c2fb38e9e6c23db2bba65a7
parent8112274f86fa99f74b0ebe9e5173171f404babbb
s390x/tcg: Implement VECTOR SUBTRACT

We can use tcg_gen_sub2_i64() to do 128-bit subtraction and otherwise
existing gvec helpers.

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