]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove param element from ppc64 optab
authorPaul E. Murphy <murp@ibm.com>
Tue, 9 Mar 2021 22:54:56 +0000 (16:54 -0600)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 10 Mar 2021 21:55:05 +0000 (21:55 +0000)
commit1bad3831a0afe76d3403f564e89be6b76f8c6d98
treef43d73964d3762fe03c5389454e13891bcee8f9c
parentaa26687e457d825fc9c580e8c029b768e0e70d38
cmd/internal/obj: remove param element from ppc64 optab

This is rarely used, and is implied based on the
memory type of the operand.  This is a step towards
simplifying the MOV* pseudo opcodes on ppc64.

Similarly, remove the bogus param value from AVMULESB.

Change-Id: Ibad4d045ec6d8c5163a468b2db1dfb762ef674ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/300177
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Trust: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/obj/ppc64/asm9.go