]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/obj/ppc64: refactor maskgen64 usage
authorPaul E. Murphy <murp@ibm.com>
Wed, 27 Sep 2023 15:31:52 +0000 (10:31 -0500)
committerPaul Murphy <murp@ibm.com>
Wed, 18 Oct 2023 18:05:07 +0000 (18:05 +0000)
commitd580460f07b4e543f5b8f89dd44367e511546787
tree4711bcfce82e15af8148001da1d82692910bfbd0
parent061d77cb7008cf9e4d8b3b6382828b483bff032f
cmd/internal/obj/ppc64: refactor maskgen64 usage

Converting and verifying a bitmask can be done much quicker
and simpler. Since this touches the MD-form opcodes, cleanup
their encoding too.

Change-Id: I9b1c1fdc4c9622e489ff6cf8181c5b647afae7c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/534017
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Paul Murphy <murp@ibm.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/internal/obj/ppc64/asm9.go