From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20710 invoked by alias); 5 Dec 2011 12:42:04 -0000 Received: (qmail 20702 invoked by uid 22791); 5 Dec 2011 12:42:03 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Dec 2011 12:41:51 +0000 From: "amit_chauhan21 at yahoo dot co.in" To: gcc-bugs@gcc.gnu.org Subject: [Bug inline-asm/51423] New: Questions regarding Clobber List for inline ARM/NEON assembly Date: Mon, 05 Dec 2011 12:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: inline-asm X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: amit_chauhan21 at yahoo dot co.in X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-12/txt/msg00385.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51423 Bug #: 51423 Summary: Questions regarding Clobber List for inline ARM/NEON assembly Classification: Unclassified Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: inline-asm AssignedTo: unassigned@gcc.gnu.org ReportedBy: amit_chauhan21@yahoo.co.in Dear All, I am facing some random crashes in my applications on using the neon(inline) assembly code. However with pure C code the application works fine. I had following questions regarding neon inline assembly usage. Q1> In Inline neon assembly does only d8-d15 registers are required to be added in clobber list even if inline assembly uses d0-d7,d16-d31 registers? Q2> Correct way to put the register in clobber list: s(32 bit) , d(64 bit) or q(128bit) registers. Thanks in Advanced.