]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/tcg: Implement VECTOR ELEMENT COMPARE *
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 07:50:42 +0000 (09:50 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (10:54 +0200)
commit751a564f79b6a1f1fd7a7866af3a0af6468d9c4f
tree578dcbfd2524839854602b222055107214674f0d
parentb0160ec99ae886d1e4961fc5dbf70bf8becfb339
s390x/tcg: Implement VECTOR ELEMENT COMPARE *

Fairly easy to implement, we can make use of the existing CC helpers
cmps64 and cmpu64 - we siply have to sign extend the elements.

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