From: Richard Henderson <richard.henderson@linaro.org>
To: gaosong <gaosong@loongson.cn>, qemu-devel@nongnu.org
Cc: git@xen0n.name
Subject: Re: [PATCH 01/18] tcg/loongarch64: Import LASX, FP insns
Date: Mon, 17 Jun 2024 09:40:13 -0700 [thread overview]
Message-ID: <826b9258-d641-49aa-a5b4-bcf4c7af431d@linaro.org> (raw)
In-Reply-To: <d410c503-04c3-f840-4f61-2d515e655baf@loongson.cn>
On 6/17/24 00:57, gaosong wrote:
> 在 2024/5/28 上午5:18, Richard Henderson 写道:
>> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
>> ---
>> tcg/loongarch64/tcg-insn-defs.c.inc | 6181 +++++++++------------------
>> 1 file changed, 2123 insertions(+), 4058 deletions(-)
>>
>> diff --git a/tcg/loongarch64/tcg-insn-defs.c.inc b/tcg/loongarch64/tcg-insn-defs.c.inc
>> index ee3b483b02..d2d60bda51 100644
>> --- a/tcg/loongarch64/tcg-insn-defs.c.inc
>> +++ b/tcg/loongarch64/tcg-insn-defs.c.inc
>> @@ -4,11 +4,13 @@
>> *
>> * This file is auto-generated by genqemutcgdefs from
>> * https://github.com/loongson-community/loongarch-opcodes,
>> - * from commit 8027da9a8157a8b47fc48ff1def292e09c5668bd.
>> + * from commit 71b640c0fabc670fd8a3e762b42b4745bfe94848.
>> * DO NOT EDIT.
>> */
> Hi, I can't get this commit on [1]. is this commit id wrong?
>
> [1] https://github.com/loongson-community/loongarch-opcodes
Hmm, the commit id changed: 7f353fb69bd99ce6edfad7ad63948c4bb526f0bf.
Perhaps I tweeked something before the merge...
I'll regenerate, just for completeness.
r~
next prev parent reply other threads:[~2024-06-17 16:40 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 21:18 [PATCH 00/18] tcg/loongarch64: Support v64 and v256 Richard Henderson
2024-05-27 21:18 ` [PATCH 01/18] tcg/loongarch64: Import LASX, FP insns Richard Henderson
2024-06-17 7:57 ` gaosong
2024-06-17 16:40 ` Richard Henderson [this message]
2024-05-27 21:18 ` [PATCH 02/18] tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs Richard Henderson
2024-06-17 8:12 ` gaosong
2024-05-27 21:18 ` [PATCH 03/18] tcg/loongarch64: Handle i32 and i64 moves between gr and fr Richard Henderson
2024-06-17 9:06 ` gaosong
2024-05-27 21:18 ` [PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64 Richard Henderson
2024-05-29 6:29 ` Philippe Mathieu-Daudé
2024-06-17 9:16 ` gaosong
2024-05-27 21:18 ` [PATCH 05/18] util/loongarch64: Detect LASX vector support Richard Henderson
2024-05-29 6:29 ` Philippe Mathieu-Daudé
2024-06-17 9:26 ` gaosong
2024-05-27 21:19 ` [PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec Richard Henderson
2024-05-29 6:34 ` Philippe Mathieu-Daudé
2024-06-17 9:32 ` gaosong
2024-05-27 21:19 ` [PATCH 07/18] tcg/loongarch64: Support LASX in tcg_out_dup_vec Richard Henderson
2024-06-17 9:52 ` gaosong
2024-05-27 21:19 ` [PATCH 08/18] tcg/loongarch64: Support LASX in tcg_out_dupm_vec Richard Henderson
2024-06-17 10:01 ` gaosong
2024-05-27 21:19 ` [PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec Richard Henderson
2024-05-29 6:36 ` Philippe Mathieu-Daudé
2024-06-17 10:06 ` gaosong
2024-05-27 21:19 ` [PATCH 10/18] tcg/loongarch64: Support LASX " Richard Henderson
2024-06-17 10:07 ` gaosong
2024-05-27 21:19 ` [PATCH 11/18] tcg/loongarch64: Simplify tcg_out_addsub_vec Richard Henderson
2024-06-18 1:11 ` gaosong
2024-05-27 21:19 ` [PATCH 12/18] tcg/loongarch64: Support LASX in tcg_out_addsub_vec Richard Henderson
2024-06-18 1:34 ` gaosong
2024-05-27 21:19 ` [PATCH 13/18] tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op Richard Henderson
2024-06-18 2:28 ` gaosong
2024-06-18 19:16 ` Richard Henderson
2024-05-27 21:19 ` [PATCH 14/18] tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st} Richard Henderson
2024-06-18 2:37 ` gaosong
2024-05-27 21:19 ` [PATCH 15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op Richard Henderson
2024-05-29 6:37 ` Philippe Mathieu-Daudé
2024-06-18 2:55 ` gaosong
2024-05-27 21:19 ` [PATCH 16/18] tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op Richard Henderson
2024-06-18 3:07 ` gaosong
2024-05-27 21:19 ` [PATCH 17/18] tcg/loongarch64: Support LASX " Richard Henderson
2024-06-18 3:22 ` gaosong
2024-05-27 21:19 ` [PATCH 18/18] tcg/loongarch64: Enable v256 with LASX Richard Henderson
2024-05-29 6:39 ` Philippe Mathieu-Daudé
2024-06-18 4:00 ` gaosong
2024-06-18 3:33 ` gaosong
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=826b9258-d641-49aa-a5b4-bcf4c7af431d@linaro.org \
--to=richard.henderson@linaro.org \
--cc=gaosong@loongson.cn \
--cc=git@xen0n.name \
--cc=qemu-devel@nongnu.org \
/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).