From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC796386F02B; Mon, 18 May 2020 04:09:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC796386F02B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589774997; bh=ycIa4NsgeYIUxMeLRe5taJt+uCuDxG4nJkVLkBqTLgM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XcxMLHd7yn4mm7FdRJXe8XSIq00+OMMh3qBKFUgC1knAdgHPTQc/Ozj+vBjMVN/fk rb4S05v8haGxjPI8NQ8yokzDk1BLJpblZCX6sx56mQ6m0rchED6Tir4kFJMrQHWpdJ vF9QbKOpGTM1Z5SyWLq4PZVK0FpvfFx0aie3/oFc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95182] Change the definition of Pmode Date: Mon, 18 May 2020 04:09:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2020 04:09:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95182 --- Comment #2 from Andrew Pinski --- Also explictly this part of the documentation makes it clear that Pmode sho= uld be DImode for AARCH64 ILP32: define this to be the integer mode corresponding to the width of a hardware pointer The hardware pointer size is 64bits aka DImode. That is all load/stores in= dex instruction do handle the VA calulcation in 64bits.=