s390x/tcg: support flags for instructions
commit82d179336dd696d04495963ca007fa961496d924
authorDavid Hildenbrand <david@redhat.com>
Thu, 27 Sep 2018 13:02:58 +0000 (27 15:02 +0200)
committerCornelia Huck <cohuck@redhat.com>
Thu, 4 Oct 2018 08:32:39 +0000 (4 10:32 +0200)
tree1b85a9a352ccabfb12eee1312b480bda7ca307ea
parent13054739b5838c7ef9d2e6e88a68bbf914d63bfa
s390x/tcg: support flags for instructions

Storing flags for instructions allows us to efficiently verify certain
properties at a central point. Examples might later be handling if
AFP is disabled in CR0, we are not in problem state, or if vector
instructions are disabled in CR0.

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