]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/s390x: add MVCLE instruction
authorkmvijay <kiran.m.vijay@ibm.com>
Fri, 30 May 2025 10:10:20 +0000 (10:10 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 17:12:10 +0000 (10:12 -0700)
commitd71d8aeafd7aa5c2ff3da6a782acdd573a0409af
treefdf32cee6edf54216182243144ff7fe4bc3a69a9
parentb6cf1d94dcca975125873056408091fca0ee92fb
cmd/internal/obj/s390x: add MVCLE instruction

MVCLE (Move Long Extended) instruction is used to move large data storage-to-storage.
This change will add MVCLE into the Go asm for s390x architecture.
Upcoming PR of runtime/memmove_s390x.s will use this instruction for performance improvement.

Change-Id: I3bbb6668c736a36849917887398c74cebb1c3a99
Reviewed-on: https://go-review.googlesource.com/c/go/+/677455
Reviewed-by: Srinivas Pokala <Pokala.Srinivas@ibm.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Munday <mikemndy@gmail.com>
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/anames.go
src/cmd/internal/obj/s390x/asmz.go