From 782228a73f4c6c8019ab5763e749d5ef98905e5f Mon Sep 17 00:00:00 2001 From: Lynn Boger Date: Tue, 25 Jun 2019 13:15:59 -0400 Subject: [PATCH] doc: update ppc64 section for asm.html MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update the section in asm.html related to PPC64. Remove the line that says it is in an experimental state, add a link to the new doc.go file that has all the detail for the Go assembler for PPC64. Change-Id: I45d9891669e01d94e2721be576d572e02cd9d2db Reviewed-on: https://go-review.googlesource.com/c/go/+/183840 Run-TryBot: Lynn Boger Reviewed-by: Carlos Eduardo Seo Reviewed-by: Daniel Martí Reviewed-by: Cherry Zhang TryBot-Result: Gobot Gobot --- doc/asm.html | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/doc/asm.html b/doc/asm.html index 11033fe3c5..d89072e319 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -832,27 +832,16 @@ The other extensions include SXTH (16-bit), SXTW (32-b Reference: Go ARM64 Assembly Instructions Reference Manual

-

64-bit PowerPC, a.k.a. ppc64

+

PPC64

-The 64-bit PowerPC port is in an experimental state. +This assembler is used by GOARCH values ppc64 and ppc64le.

-Addressing modes: +Reference: Go PPC64 Assembly Instructions Reference Manual

-
    - -
  • -(R5)(R6*1): The location at R5 plus R6. It is a scaled -mode as on the x86, but the only scale allowed is 1. -
  • - -
  • -(R5+R6): Alias for (R5)(R6*1) -
  • -

IBM z/Architecture, a.k.a. s390x

-- 2.50.0