|
From: | gaosong |
Subject: | Re: [PATCH RESEND v5 14/57] target/loongarch: Implement xvadd/xvsub |
Date: | Thu, 7 Sep 2023 20:13:02 +0800 |
User-agent: | Mozilla/5.0 (X11; Linux loongarch64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
在 2023/9/7 下午4:31, Song Gao 写道:
+static bool gen_xvaddsub_q(DisasContext *ctx, arg_vvv *a, + void (*func)(TCGv_i64, TCGv_i64, TCGv_i64, + TCGv_i64, TCGv_i64, TCGv_i64)) +{ + if (!check_vec(ctx, 32)) { + return true; + } + return gen_vaddsub_q_vl(ctx, a, 16, func); +}
Typo, 16->32, I will correct it on v6. Thanks. Song Gao
[Prev in Thread] | Current Thread | [Next in Thread] |