OSDN Git Service

s390x/tcg: Implement VECTOR FP COMPARE (EQUAL|HIGH|HIGH OR EQUAL)
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 19:35:08 +0000 (21:35 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:25 +0000 (14:53 +0200)
commit2c806ab4437abde451b99dcf21b45169c04d08e9
treed5043454a1f9f1ce0f0638ba053cec52bdd66e76
parent5b89f0fba2b6301e124668443f8bfed124a0317c
s390x/tcg: Implement VECTOR FP COMPARE (EQUAL|HIGH|HIGH OR EQUAL)

Provide for all three instructions all four combinations of cc bit and
s bit.

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_fpu_helper.c