]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: ppc64le support for ISEL for use by SSA
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 7 Sep 2016 19:42:43 +0000 (14:42 -0500)
committerDavid Chase <drchase@google.com>
Tue, 13 Sep 2016 14:54:31 +0000 (14:54 +0000)
commitb6946fb120ed0c176162e4f632fb8cd062144af3
treecb515e49e94dade820e6c8bdf4a4db05a32147cf
parent07b8011393dc3d3a78b3cd0857a31da339985994
cmd/asm: ppc64le support for ISEL for use by SSA

This adds the support for the ppc64le isel instruction so
it can be used by SSA.

Fixed #16771

Change-Id: Ia2517f0834ff5e7ad927e218b84493e0106ab4a7
Reviewed-on: https://go-review.googlesource.com/28611
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/asm/internal/arch/ppc64.go
src/cmd/asm/internal/asm/asm.go
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/anames.go
src/cmd/internal/obj/ppc64/asm9.go