From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123158 invoked by alias); 24 Mar 2017 15:32:48 -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 123149 invoked by uid 89); 24 Mar 2017 15:32:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=continuation, 201607, 2016-07 X-HELO: mail-qk0-f174.google.com Received: from mail-qk0-f174.google.com (HELO mail-qk0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Mar 2017 15:32:46 +0000 Received: by mail-qk0-f174.google.com with SMTP id v127so5339995qkb.2 for ; Fri, 24 Mar 2017 08:32:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=15T3IicHQj4dC7sgBFMBYTeLcZ8JBP4GDj0eyTarQYI=; b=b18xq6lpnD8mpmdiVRXx4nEaCFtdtfygFj8mJS61Y3gg8Vvy03nz5XhucaJ18JGKZp baoIGoulHn1Iaj4m+fj1DGvheMmvmAXc3Zvq6hz1FWRdC+rxzy8Sn7c4NWoq9Gu1rKIQ TkpQqTZhQ+CJt88hvNnUQjhsa3lX7XYL3o6SiY8VU3zlAuMLdw1rvaBDTyQVwRW1sA19 Rt4Gzbu6P6vBaIrQ2n2UcyFTTTvJEkQPTA2c7xWRH0W4tNm1Qv9LIRyxMsZLM8HBY8pE cISfHRsFricZ7XWgai0f5A8KpSZdLSMwmadkizKiGxjNGvDGh2GEvkcSftaCV06NeaOT 9atg== X-Gm-Message-State: AFeK/H3A11itB5iK0tfmppq0kgrSoOgUozF/wDDLM10DQSaIVAHEzndUl94J9dc2ICRpdy1fEOCbbnBFxgKi2g== X-Received: by 10.233.232.88 with SMTP id a85mr8684129qkg.104.1490369565689; Fri, 24 Mar 2017 08:32:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.104.75 with HTTP; Fri, 24 Mar 2017 08:32:45 -0700 (PDT) From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCk0LXQtNC+0YLQvtCy?= Date: Fri, 24 Mar 2017 15:32:00 -0000 Message-ID: Subject: Re: [PATCH] PowerPC VLE changes To: binutils@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00330.txt.bz2 Hi all I have question in continuation of https://sourceware.org/ml/binutils/2016-07/msg00342.html Why do you need to have "e_cmpwi" etc in vle_opcodes table ? It seems they are just alias names because of the same opcodes and objdump never show them. Why don't to use powerpc_macros instead ? And it seems that following instructions must be marked as E200Z4 also respectively to MPC5748G Reference Manual: lbdx lhdx lwdx stbdx sthdx stwdx Alexander