]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: on PPC64, fix assembling of FCMPO opcode
authorPaul E. Murphy <murp@ibm.com>
Tue, 14 May 2024 13:21:14 +0000 (08:21 -0500)
committerPaul Murphy <murp@ibm.com>
Fri, 17 May 2024 21:53:50 +0000 (21:53 +0000)
commit105ac94486f243fc478c3a146d836302a95cdbbc
treed4de8fc3290bb7e47f96186a2fda75a263bf80db
parentb4376b8513bd0d0ace2102048c18371651ea6ae0
cmd/asm: on PPC64, fix assembling of FCMPO opcode

The assembler should pack 3 argument usage of FCMPO similar
to other CMP-like opcodes.

Fixes #67359

Change-Id: Icfb42a67d741431a70dd880806857b4c38f42d62
Reviewed-on: https://go-review.googlesource.com/c/go/+/585640
Reviewed-by: Cherry Mui <cherryyz@google.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/asm/internal/arch/ppc64.go
src/cmd/asm/internal/asm/testdata/ppc64.s