From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBAEBC432C2 for ; Wed, 25 Sep 2019 12:50:00 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C3D442146E for ; Wed, 25 Sep 2019 12:50:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3D442146E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rt-rk.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:49546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6k2-0003BB-PT for qemu-devel@archiver.kernel.org; Wed, 25 Sep 2019 08:49:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57807) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD6gd-0001Fu-G5 for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD6gb-0002EL-Qj for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:26 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:56073 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 1iD6gb-0002D9-Jr for qemu-devel@nongnu.org; Wed, 25 Sep 2019 08:46:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 660391A2289; Wed, 25 Sep 2019 14:46:21 +0200 (CEST) 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 4EE271A1FFF; Wed, 25 Sep 2019 14:46:21 +0200 (CEST) From: Aleksandar Markovic To: qemu-devel@nongnu.org Subject: [PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019 Date: Wed, 25 Sep 2019 14:45:52 +0200 Message-Id: <1569415572-19635-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 [fuzzy] X-Received-From: 89.216.37.149 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: arikalo@wavecomp.com Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" From: Aleksandar Markovic Mostly cosmetic changes. Aleksandar Markovic (20): target/mips: Clean up helper.c target/mips: Clean up internal.h target/mips: Clean up kvm_mips.h target/mips: Clean up mips-defs.h target/mips: Clean up op_helper.c target/mips: Clean up translate.c target/mips: msa: Split helpers for . target/mips: msa: Split helpers for PCNT. target/mips: msa: Split helpers for BINS. target/mips: msa: Unroll loops and demacro .V target/mips: msa: Split helpers for B. target/mips: msa: Split helpers for AVE_. target/mips: msa: Split helpers for AVER_. target/mips: msa: Split helpers for CEQ. target/mips: msa: Split helpers for CLE_. target/mips: msa: Split helpers for CLT_. target/mips: msa: Split helpers for DIV_. target/mips: msa: Split helpers for MOD_. target/mips: msa: Simplify and move helper for MOVE.V target/mips: msa: Move helpers for .V target/mips/helper.c | 132 +-- target/mips/helper.h | 144 +++- target/mips/internal.h | 60 +- target/mips/kvm_mips.h | 2 +- target/mips/mips-defs.h | 53 +- target/mips/msa_helper.c | 2115 ++++++++++++++++++++++++++++++++++++---------- target/mips/op_helper.c | 913 +++++++++++++------- target/mips/translate.c | 421 +++++++-- 8 files changed, 2888 insertions(+), 952 deletions(-) -- 2.7.4