s390x/tcg: Implement VECTOR SUBTRACT WITH BORROW INDICATION
authorDavid Hildenbrand <david@redhat.com>
Wed, 10 Apr 2019 20:15:07 +0000 (22:15 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (10:54 +0200)
commit48390a7c2716a128155b872d5316cda5f55dcfa9
tree06d1c1003baa08cdbc8deac0472a29902c376570
parent1ee2d7ba72f6539f6e5cab218c7ce789456d60f4
s390x/tcg: Implement VECTOR SUBTRACT WITH BORROW INDICATION

Fairly easy as only 128-bit handling is required. Simply perform the
subtraction and then subtract the borrow.

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