From patchwork Mon Jul 16 12:29:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Zissulescu Ianculescu X-Patchwork-Id: 944364 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-481611-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="FwQf5Smu"; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="nphEZ2cK"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41TjRH2p9gz9ryt for ; Mon, 16 Jul 2018 22:30:02 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=DQ0FrlrkvcuH 7OZ8lWTXIwy+ETvDnSKsxdVLoBJmjQa8nfNcYqNsAo6AuMEzyWZUGv+5eHCOUhuk 2zBEtCzXHJogPE1vOBrZ+TycFH6HC8t5nG5Mngk/DPvzFU4LMcYb3WtuWTi5wGRX wL9hTfVdei0Hs6tss2TOQhvfyUlQgXE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=RfjpaSeq5pbTljgeGw 2bSSBbfRU=; b=FwQf5SmuOKvpk5NkG+Ml1FsPrnLubjIOEUhFIRhBNPNqUtpK83 ht9owUOc4SdB8egvWkhX2U6UaGDK7WI6jyRUTaQdQ7GPmjbklvmhtyeJeKFjLHPu IvP8CxPx0LbNHP3T+aukgATrNjme1G3OnNOAJuC+LvaZizYVQBGRuor5E= Received: (qmail 13777 invoked by alias); 16 Jul 2018 12:29:54 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 13759 invoked by uid 89); 16 Jul 2018 12:29:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:g6-v6so X-HELO: mail-wr1-f50.google.com Received: from mail-wr1-f50.google.com (HELO mail-wr1-f50.google.com) (209.85.221.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Jul 2018 12:29:52 +0000 Received: by mail-wr1-f50.google.com with SMTP id g6-v6so22808436wrp.0 for ; Mon, 16 Jul 2018 05:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=88JVviVbw4lvaxQ7WhgZUFKqMKNhM6Yje18PxX69LlY=; b=nphEZ2cKZktSIq1ZlZIsJY+/rndZpXNA1eLnjiXLbDGf89Th/OhBYpQHlk1MgEDd6u Vxp1qYrHqaRI7DOmVTie3+OdB0nnKkexXmhXKbW74NISI7RTSthrwqBez3ICgSFuC825 5BDFwDOk/VQyBiE96RjCHGZg4aNTnNm935XBczrLeyZxKkxwkpml/lD5hDFA4EK6993H 1cPuKvn3Mvq5nWuNACWAhcRsofmmpQjjNUi+dNcgpVwkK1K0U+NDp75Ty1+SW93Hp+bf XsFQWLBCqAq9m2Jj1ZiXkqPedH1Y8NGP/a06G+DrRCftx1i3nnECg/sMX5VlyBlh7AzY YqWA== Received: from localhost.localdomain ([188.241.79.25]) by smtp.gmail.com with ESMTPSA id 73-v6sm6135757wmo.21.2018.07.16.05.29.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 16 Jul 2018 05:29:49 -0700 (PDT) From: Claudiu Zissulescu To: gcc-patches@gcc.gnu.org Cc: fbedard@synopsys.com, andrew.burgess@embecosm.com, claziss Subject: [PATCH 1/4] [ARC] Add more additional register names Date: Mon, 16 Jul 2018 15:29:42 +0300 Message-Id: <20180716122945.9375-1-claziss@gmail.com> X-IsSubscribed: yes From: claziss gcc/ 2017-06-14 Claudiu Zissulescu * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Add additional register names. --- gcc/config/arc/arc.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 1780034aabe..3648314eaca 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -1215,7 +1215,15 @@ extern char rname56[], rname57[], rname58[], rname59[]; { \ {"ilink", 29}, \ {"r29", 29}, \ - {"r30", 30} \ + {"r30", 30}, \ + {"r40", 40}, \ + {"r41", 41}, \ + {"r42", 42}, \ + {"r43", 43}, \ + {"r56", 56}, \ + {"r57", 57}, \ + {"r58", 58}, \ + {"r59", 59} \ } /* Entry to the insn conditionalizer. */