]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/ppc64: add double-decimal arithmetic instructions
authorJayanth Krishnamurthy <jayanth.krishnamurthy@ibm.com>
Wed, 11 Sep 2024 14:58:04 +0000 (09:58 -0500)
committerPaul Murphy <murp@ibm.com>
Tue, 29 Oct 2024 13:14:03 +0000 (13:14 +0000)
commitb03b1acfb0bb6c605a70987dfaf5bb922c792e82
tree67d8f60c9b8c8d39afced2fad7a2bc95f5431f04
parentf505d6c581b633db5ca400a593ffd98d7e2c6cc9
cmd/internal/obj/ppc64: add double-decimal arithmetic instructions

Assembler support provided for the instructions DADD, DSUB, DMUL, and DDIV.

Change-Id: Ic12ba02ce453cb1ca275334ca1924fb2009da767
Reviewed-on: https://go-review.googlesource.com/c/go/+/620856
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Paul Murphy <murp@ibm.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/asm/internal/asm/testdata/ppc64.s
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/anames.go
src/cmd/internal/obj/ppc64/asm9.go