]> Git Repo - qemu.git/commit - target/arm/helper.h
target/arm/helper: pass explicit fpst to set_rmode
authorAlex Bennée <[email protected]>
Thu, 1 Mar 2018 11:05:47 +0000 (11:05 +0000)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20180227143852[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.c
target/arm/helper.h
target/arm/translate-a64.c
target/arm/translate.c
This page took 0.038636 seconds and 4 git commands to generate.