commit | 4e2d30079c0e771d2c6a607001a4165f2cb51d82 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Feb 18 20:40:38 2015 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon May 14 14:35:02 2018 -0700 |
tree | 34b0f32e08b3df7c92bd084e68f4bd11ae84046d | |
parent | bbd87423ea0c436c55bbc3f9c23d4f811d1f3f29 [diff] |
target-openrisc: Write back result before FPE exception The architecture manual is unclear about this, but the or1ksim does writeback before the exception. This requires splitting the helpers in half, with the exception raised by the second. Acked-by: Stafford Horne <shorne@gmail.com> Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>