From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E15FE3858C5F; Mon, 22 Apr 2024 04:11:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E15FE3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713759077; bh=gqLeIXKinXsu0Leuofd0Jwq2ALfor/veveLd6uYBzbU=; h=From:To:Subject:Date:From; b=IHA5k9BjZQYbN0cmEzvVBqBTVf761RC+CzQyNKS+WEeTzgdX6MMkBy9S7S+b6xamH imPpEsXJCaZb8WQIrW9pKe18/vjwiFesbRxduuIn64YFVhNu9NrupSGkqlV4WkgY0o gIOJDW7No3aJlrhSFljQhno2oYaRbn8kgS6kKNgs= From: "thiago.bauermann at linaro dot org" To: gdb-prs@sourceware.org Subject: [Bug tdep/31666] New: Support aarch64 mops feature ops ( CPYF*, CPY*, SET* and SETG*) Date: Mon, 22 Apr 2024 04:11:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31666 Bug ID: 31666 Summary: Support aarch64 mops feature ops ( CPYF*, CPY*, SET* and SETG*) Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: tdep Assignee: unassigned at sourceware dot org Reporter: thiago.bauermann at linaro dot org Target Milestone: --- Starting with Arm v8.8/v9.3, a new architectural feature (FEAT_MOPS) provid= es new instructions to perform memory copy and memory set operations in a standardized way. There are specialized versions of memcpy, memmove and mem= set using them in glibc 2.39. These instructions appear as a sequence of 3: one prologue, one main and one epilogue instruction. The AArch64 target of GDB needs two things to support them: 1. Recognize the trio of instructions as one atomic sequence. 2. Recognize the instructions for record/replay. Patches for both are being finalized and will be posted in the next few day= s. --=20 You are receiving this mail because: You are on the CC list for the bug.=