s390x/tcg: add instruction flags for floating point instructions
commitca5f31a0f27d265f2220ad43913f70280e8753a2
authorDavid Hildenbrand <david@redhat.com>
Thu, 27 Sep 2018 13:02:59 +0000 (27 15:02 +0200)
committerCornelia Huck <cohuck@redhat.com>
Thu, 4 Oct 2018 08:32:39 +0000 (4 10:32 +0200)
tree0fee64c9a9fc3749b5318da37a87caaaf776c958
parent82d179336dd696d04495963ca007fa961496d924
s390x/tcg: add instruction flags for floating point instructions

These flags allow us to later on detect if a DATA program interrupt
is to be injected, and which DXC (1,2,3) is to be used.

Interestingly, some support FP instructions are considered as HFP
instructions (I assume simply because they were available very early).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180927130303.12236-6-david@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate.c