[mirror] architecture code
Перейти к файлу
Lynn Boger 52c3e6f60c ppc64: add instructions to decoder
These instructions were recently added to asm9 so should
be included in golang.org/x/arch/ppc64.

lxvh8x
lxvb16x
stxv8x
stxvb16x
xxbrd
xxbrw
xxbrh

Change-Id: I51a08366f9bc81081bc95f9c28726ebd3f749373
Reviewed-on: https://go-review.googlesource.com/c/arch/+/260617
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Paul Murphy <murp@ibm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
2020-10-08 16:18:08 +00:00
arm all: use io.SeekStart constant instead of 0 2018-04-06 14:08:48 +00:00
arm64 arm64/arm64asm: rename NOP instruction as NOOP in go syntax 2019-11-01 13:52:51 +00:00
ppc64 ppc64: add instructions to decoder 2020-10-08 16:18:08 +00:00
x86 x86asm: add support for FLDZ and FLDLN2 2019-11-26 21:15:47 +00:00
AUTHORS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:28 +00:00
CONTRIBUTORS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
LICENSE arch: initial boilerplate 2015-08-27 12:23:37 -04:00
PATENTS arch: initial boilerplate 2015-08-27 12:23:37 -04:00
README.md vendor: migrate from govendor to go mod vendor 2020-03-12 21:41:26 +00:00
codereview.cfg arch: initial boilerplate 2015-08-27 12:23:37 -04:00
go.mod all: add go.mod 2019-03-12 16:21:04 +00:00
go.sum all: add go.mod 2019-03-12 16:21:04 +00:00

README.md

arch

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the arch repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/arch:" in the subject line, so it is easy to find.