From patchwork Wed Feb 27 14:00:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksandar Markovic X-Patchwork-Id: 10831709 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3118D15AC for ; Wed, 27 Feb 2019 14:18:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 132E42DE8F for ; Wed, 27 Feb 2019 14:18:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0734C2DE5F; Wed, 27 Feb 2019 14:18:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EC8942DE8F for ; Wed, 27 Feb 2019 14:18:07 +0000 (UTC) Received: from localhost ([127.0.0.1]:44667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz02B-000071-3w for patchwork-qemu-devel@patchwork.kernel.org; Wed, 27 Feb 2019 09:18:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyzn2-0004Yi-Tu for qemu-devel@nongnu.org; Wed, 27 Feb 2019 09:02:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyzmx-0000ki-Ss for qemu-devel@nongnu.org; Wed, 27 Feb 2019 09:02:26 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:40068 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gyzmr-000089-ET for qemu-devel@nongnu.org; Wed, 27 Feb 2019 09:02:21 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 04BB11A2046; Wed, 27 Feb 2019 15:00:57 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.13.43]) by mail.rt-rk.com (Postfix) with ESMTPSA id D5F761A1DC1; Wed, 27 Feb 2019 15:00:56 +0100 (CET) From: Aleksandar Markovic To: qemu-devel@nongnu.org Date: Wed, 27 Feb 2019 15:00:37 +0100 Message-Id: <1551276045-19143-1-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 89.216.37.149 Subject: [Qemu-devel] [PULL 0/8] MIPS queue for February 27th, 2019 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, amarkovic@wavecomp.com Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Aleksandar Markovic Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' into staging (2019-02-26 17:59:41 +0000) are available in the git repository at: https://github.com/AMarkovic/qemu tags/mips-queue-feb-27-2019 for you to fetch changes up to 37b9aae2e6e005e6df206a0b4804972460806166: target/mips: Preparing for adding MMI instructions (2019-02-27 14:26:14 +0100) ---------------------------------------------------------------- MIPS queue for February 27th, 2019 - addition of two sets of new MSA ASE TCG tests - preparation for adding MMI instructions in translate.c - fixing a function misnomer in nanoMIPS disassembler - MIPS end user documentation updates NOTES: - there are two checkpatch.pl's warnings on "updating MAINTAINERS" that can be ignored - all patches contain "message-id" now ---------------------------------------------------------------- Aleksandar Markovic (7): tests/tcg: target/mips: Add tests for MSA integer compare instructions disas: nanoMIPS: Fix a function misnomer qemu-doc: Move section on MIPS' mipssim pseudo board qemu-doc: Add section on MIPS' Fulong 2E board qemu-doc: Add section on MIPS' Boston board tests/tcg: target/mips: Add wrappers for MSA integer max/min instructions tests/tcg: target/mips: Add tests for MSA integer max/min instructions Mateja Marjanovic (1): target/mips: Preparing for adding MMI instructions disas/nanomips.cpp | 96 ++++++------- disas/nanomips.h | 2 +- qemu-doc.texi | 46 +++++-- target/mips/translate.c | 43 +++++- tests/tcg/mips/include/wrappers_msa.h | 30 ++++ .../mips/user/ase/msa/int-compare/test_msa_ceq_b.c | 153 +++++++++++++++++++++ .../mips/user/ase/msa/int-compare/test_msa_ceq_d.c | 153 +++++++++++++++++++++ .../mips/user/ase/msa/int-compare/test_msa_ceq_h.c | 153 +++++++++++++++++++++ .../mips/user/ase/msa/int-compare/test_msa_ceq_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_s_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_s_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_s_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_s_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_u_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_u_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_u_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_cle_u_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_s_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_s_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_s_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_s_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_u_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_u_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_u_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-compare/test_msa_clt_u_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_a_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_a_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_a_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_a_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_s_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_s_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_s_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_s_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_u_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_u_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_u_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_max_u_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_a_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_a_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_a_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_a_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_s_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_s_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_s_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_s_w.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_u_b.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_u_d.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_u_h.c | 153 +++++++++++++++++++++ .../user/ase/msa/int-max-min/test_msa_min_u_w.c | 153 +++++++++++++++++++++ 49 files changed, 6886 insertions(+), 63 deletions(-) create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c create mode 100644 tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c