]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64x
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Thu, 5 Oct 2017 21:30:13 +0000 (17:30 -0400)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 10 Oct 2017 21:25:33 +0000 (21:25 +0000)
commit3a165bba34e2f68c2d0e3ab223efc7b8245d7083
tree6184ab1baa63285f666b3cd3e5d9954e01a214d9
parent577aab0c595825ba113b63f4ef1460e8471c803e
cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64x

This change fixes the implementation of Data Cache instructions for
ppc64x, allowing non-zero hint field values.

Change-Id: I454aac9293d069a4817ee574d5809fa1799b3216
Reviewed-on: https://go-review.googlesource.com/68670
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
src/cmd/asm/internal/asm/testdata/ppc64.s
src/cmd/internal/obj/ppc64/asm9.go