]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/helper: pass explicit fpst to set_rmode
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 1 Mar 2018 11:05:47 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (11:13 +0000)
commit9b04991686785e18b18a36d193b68f08f7c91648
tree84130183526f06b01cfde9543673fceb5bcb21d1
parentd81ce0ef2c4f1052fcdef891a12499eca3084db7
target/arm/helper: pass explicit fpst to set_rmode

As the rounding mode is now split between FP16 and the rest of
floating point we need to be explicit when tweaking it. Instead of
passing the CPU env we now pass the appropriate fpst pointer directly.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180227143852.11175-6-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
target/arm/helper.h
target/arm/translate-a64.c
target/arm/translate.c