target/mips: Use FloatRoundMode enum for FCR31 modes conversion
commit3533ee301c46620fd5699cb97f2d4bd194fe0c24
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 22 Nov 2020 17:05:25 +0000 (22 18:05 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 19:27:11 +0000 (13 20:27 +0100)
treee9860d8fcd849ce68f174a74fd82bd019f0d26c9
parent98cf80baa75fb8d3d6516e39895247c07a6f83ff
target/mips: Use FloatRoundMode enum for FCR31 modes conversion

Use the FloatRoundMode enum type introduced in commit 3dede407cc6
("softfloat: Name rounding mode enum") instead of 'unsigned int'.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201123204448.3260804-2-f4bug@amsat.org>
target/mips/fpu_helper.c
target/mips/internal.h