qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: nihui <shuizhuyuanluo@126.com>,
	qemu-devel@nongnu.org, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [PATCH] target/mips: Fix FTRUNC_S and FTRUNC_U trans helper
Date: Tue, 3 May 2022 08:24:20 -0700	[thread overview]
Message-ID: <8b32cbb4-325c-b99a-87e3-72af84e19e3c@linaro.org> (raw)
In-Reply-To: <20220503144241.289239-1-shuizhuyuanluo@126.com>

On 5/3/22 07:42, nihui wrote:
> Fix the FTRUNC_S and FTRUNC_U trans helper problem.
> 
> Signed-off-by: nihui <shuizhuyuanluo@126.com>
> ---
>   target/mips/tcg/msa_translate.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/target/mips/tcg/msa_translate.c b/target/mips/tcg/msa_translate.c
> index 0b3dd0957c..1bcdbb1121 100644
> --- a/target/mips/tcg/msa_translate.c
> +++ b/target/mips/tcg/msa_translate.c
> @@ -752,8 +752,8 @@ static bool trans_msa_2rf(DisasContext *ctx, arg_msa_r *a,
>   }
>   
>   TRANS(FCLASS,   trans_msa_2rf, gen_helper_msa_fclass_df);
> -TRANS(FTRUNC_S, trans_msa_2rf, gen_helper_msa_fclass_df);
> -TRANS(FTRUNC_U, trans_msa_2rf, gen_helper_msa_ftrunc_s_df);
> +TRANS(FTRUNC_S, trans_msa_2rf, gen_helper_msa_ftrunc_s_df);
> +TRANS(FTRUNC_U, trans_msa_2rf, gen_helper_msa_ftrunc_u_df);
>   TRANS(FSQRT,    trans_msa_2rf, gen_helper_msa_fsqrt_df);
>   TRANS(FRSQRT,   trans_msa_2rf, gen_helper_msa_frsqrt_df);
>   TRANS(FRCP,     trans_msa_2rf, gen_helper_msa_frcp_df);

Cc: phil
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


  reply	other threads:[~2022-05-03 15:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 14:42 [PATCH] target/mips: Fix FTRUNC_S and FTRUNC_U trans helper nihui
2022-05-03 15:24 ` Richard Henderson [this message]
2022-05-30 14:21 ` Philippe Mathieu-Daudé via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b32cbb4-325c-b99a-87e3-72af84e19e3c@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shuizhuyuanluo@126.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).