On 09/03/2015 02:17 AM, Richard Henderson wrote:
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. Signed-off-by: Richard Henderson <r...@twiddle.net> --- target-openrisc/fpu_helper.c | 252 +++++++++---------------------------------- target-openrisc/helper.h | 25 +++-- target-openrisc/translate.c | 118 +++++++++++--------- 3 files changed, 129 insertions(+), 266 deletions(-)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian