From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9977 invoked by alias); 7 Apr 2016 12:57:08 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 9953 invoked by uid 89); 7 Apr 2016 12:57:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 12:56:56 +0000 Received: by mail-wm0-f44.google.com with SMTP id v188so55580985wme.1 for ; Thu, 07 Apr 2016 05:56:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=LVbF4rNDKm0EqDJ72BSHhBOpDk7wjOBVHXfii+XLJOI=; b=iU8IA841/eB6oIZqqY9XSXck7CxdRx3Q6XHRaRZw4TX2ZPfVrCtbb+lBeU9sLkiWvf gEDLgTpEYJGqwfp1EG9tPnhM5Ug0v4Iq09JEim0EoO/18XksPB2VaTTSTn4Cyu4uxtHJ YHzZeW0uc87ooNJt9nhO08RCxu9ly8D4LQ7X0F29X8EXWLPFGFbRlSyi3xI91ccP02qQ HEvgL1+n6ovs5Tdq3mSenbq9NJswmrnDHna9/PIG+5D1rKl4ebrEHEEkcOYXqUTDrscD MUZMwQLwp2KiHkSoCqXVP3QA8ttNfbtBe6KtxEsEZ7AbBeXuq1Uul9kUYoCOWm2jLgna BESQ== X-Gm-Message-State: AD7BkJJT5SUUkNAMOALWSIrRBl+cT4Rtxt+h77TjiePXwPCVwlzgjZXKkZOjJJxz1C9oAg== X-Received: by 10.194.121.70 with SMTP id li6mr3371999wjb.164.1460033813768; Thu, 07 Apr 2016 05:56:53 -0700 (PDT) Received: from localhost (host81-140-212-51.range81-140.btcentralplus.com. [81.140.212.51]) by smtp.gmail.com with ESMTPSA id ys9sm8379882wjc.35.2016.04.07.05.56.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 05:56:53 -0700 (PDT) From: Andrew Burgess To: binutils@sourceware.org Cc: Claudiu.Zissulescu@synopsys.com, Cupertino.Miranda@synopsys.com, noamca@mellanox.com, Andrew Burgess Subject: [PATCHv2 0/4] arc/nps: Add pipeline control instructions Date: Thu, 07 Apr 2016 12:57:00 -0000 Message-Id: <1460033811-17805-1-git-send-email-andrew.burgess@embecosm.com> In-Reply-To: <1459637470-30538-1-git-send-email-andrew.burgess@embecosm.com> References: <1459637470-30538-1-git-send-email-andrew.burgess@embecosm.com> X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00108.txt.bz2 Second version of adding pipeline control instructions. No significant changes here, two clean up patches from round 1 that were approved have been applied upstream, and this patch series rebased onto current HEAD of master. There's a new comment describing the layout of arc_opcodes table added in patch #3, but everything else is unchanged. Thanks, Andrew --- Andrew Burgess (4): gas/arc: Modify structure used to hold opcodes gas/arc: Additional work to support multiple arc_opcode chains gas/arc: Handle multiple arc_opcode chains for same mnemonic arc/nps400: Add new instructions gas/ChangeLog | 37 +++++++++ gas/config/tc-arc.c | 160 ++++++++++++++++++++++++++++++--------- gas/config/tc-arc.h | 2 +- gas/testsuite/gas/arc/nps400-2.d | 18 +++++ gas/testsuite/gas/arc/nps400-2.s | 16 ++++ opcodes/ChangeLog | 10 +++ opcodes/arc-nps400-tbl.h | 17 +++++ opcodes/arc-opc.c | 82 +++++++++++++++++++- 8 files changed, 306 insertions(+), 36 deletions(-) create mode 100644 gas/testsuite/gas/arc/nps400-2.d create mode 100644 gas/testsuite/gas/arc/nps400-2.s -- 2.5.1