]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/tcg/translate.c
s390x/tcg: Check for exceptions in SET BFP ROUNDING MODE
authorDavid Hildenbrand <david@redhat.com>
Mon, 18 Feb 2019 12:27:04 +0000 (13:27 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (11:49 +0100)
commitb9c737f58e82bf89efaa4a04ab3f730342c06a3a
treef559054f7e61040886ecc11497414c75989e0924
parent2aea83c6728f5006e07e4f148c2798441683fe86
s390x/tcg: Check for exceptions in SET BFP ROUNDING MODE

Let's split handling of BFP/DFP rounding mode configuration. Also,
let's not reuse the sfpc handler, use a separate handler so we can
properly check for specification exceptions for SRNMB.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190218122710.23639-10-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/fpu_helper.c
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate.c