|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH v2 3/7] target-tricore: add add.f/sub.f instructions |
| Date: | Tue, 8 Mar 2016 13:42:35 -0500 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
On 03/08/2016 12:42 PM, Bastian Koppelmann wrote:
+ arg1 = float32_squash_input_denormal(arg1, &env->fp_status);
\
+ arg2 = float32_squash_input_denormal(arg2, &env->fp_status);
\
+
\
+ f_result = float32_##op(arg2, arg1, &env->fp_status);
\
+ flags = f_get_excp_flags(env);
\
+ if (flags) {
\
float32_squash_input_denormal is the first thing that float32_##op does. No need to repeat that here.
Otherwise, Reviewed-by: Richard Henderson <address@hidden> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |