target-alpha: Raise IOV from CVTQL
authorRichard Henderson <rth@twiddle.net>
Tue, 8 Jul 2014 17:42:55 +0000 (10:42 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 May 2015 20:03:47 +0000 (13:03 -0700)
commit57a808b6d7f52a62111f6070933dfca6cd88a0fd
treef67dbfd1e90490321d26ad2337ac21466d9631f5
parent4ed069ab5334a495b49d0704795524fa34e8dbfc
target-alpha: Raise IOV from CVTQL

Even if an exception isn't taken, the status flags need updating
and the result should be written to the destination.  Move the body
of cvtql out of line, since we now always need a call.

Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/fpu_helper.c
target-alpha/helper.h
target-alpha/translate.c