]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Tue, 16 May 2017 21:55:54 +0000 (16:55 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 29 Aug 2017 12:28:38 +0000 (12:28 +0000)
commit526f3420c2a25a2bc99ae4cc2750c2598a07c895
treefd8f2aee3ed14f297b3105bc519a329421f13352
parent6959087b1cf7cdb5b5e714f321b01a47cdf2ac18
cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions

This change adds new ppc64 instructions from the POWER9 ISA. This includes
compares, loads, maths, register moves and the new random number generator and
copy/paste facilities.

Change-Id: Ife3720b90f5af184ff115bbcdcbce5c1302d39b6
Reviewed-on: https://go-review.googlesource.com/53930
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.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