target-sparc: Do exceptions management fully inside the helpers.
commit445167723d12d6e14d4f11b4104c48c8b25329db
authorRichard Henderson <rth@twiddle.net>
Mon, 17 Oct 2011 18:25:56 +0000 (17 11:25 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 26 Oct 2011 20:57:06 +0000 (26 13:57 -0700)
treebcc8727c2533f8d559f3f43a2921bd151b9d59dc
parent30038fd81808f7c3bca92be2369e74c8ca7b3d69
target-sparc: Do exceptions management fully inside the helpers.

This reduces the size of the individual translation blocks, since
we only emit a single call for each FOP rather than three.  In
addition, clear_float_exceptions expands inline to a single byte store.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/fop_helper.c
target-sparc/helper.h
target-sparc/translate.c