From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1wTY-0007WV-9v for qemu-devel@nongnu.org; Thu, 07 Mar 2019 12:06:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1wTU-0006Yf-NG for qemu-devel@nongnu.org; Thu, 07 Mar 2019 12:06:30 -0500 Received: from mail-eopbgr810094.outbound.protection.outlook.com ([40.107.81.94]:52131 helo=NAM01-BY2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1wTS-0006LF-R3 for qemu-devel@nongnu.org; Thu, 07 Mar 2019 12:06:27 -0500 From: Aleksandar Rikalo Date: Thu, 7 Mar 2019 17:06:17 +0000 Message-ID: References: <1551973487-7114-1-git-send-email-aleksandar.markovic@rt-rk.com> In-Reply-To: <1551973487-7114-1-git-send-email-aleksandar.markovic@rt-rk.com> Content-Language: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] target/mips: Minor cleanups in test infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic , "qemu-devel@nongnu.org" Cc: "aurelien@aurel32.net" , Aleksandar Markovic > From: Aleksandar Markovic > > This series contains some minor cleanups in MIPS-specific test > infrastructure, done mostly for consistency and clarity. > > Aleksandar Markovic (2): > tests/tcg: target/mips: Correct preambles of test source files > tests/tcg: target/mips: Rename two header files for consistency > > tests/tcg/mips/include/{test_inputs.h =3D> test_inputs_128.h} | 0 > tests/tcg/mips/include/{test_utils.h =3D> test_utils_128.h} | 0 > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c | 6 +++--- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c | 8 ++++---- > tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c | 8 ++++---- > 116 files changed, 430 insertions(+), 430 deletions(-) > rename tests/tcg/mips/include/{test_inputs.h =3D> test_inputs_128.h} (10= 0%) > rename tests/tcg/mips/include/{test_utils.h =3D> test_utils_128.h} (100%= ) > > -- > 2.7.4 For all patches in this series: Reviewed-by: Aleksandar Rikalo