The Wayback Machine - https://web.archive.org/web/20200618065424/https://github.com/golang/arch
Skip to content
[mirror] architecture code
Go
Branch: master
Clone or download

Latest commit

laboger ppc64/ppc64asm: update power9 for ppc64 and improve tests
This adds some new instructions, mostly power9, to
the ppc64 instruction tables. This also fixes some
issues with the ppc64 disassembler's ordering of
operands and improves the test examples.

Change-Id: Ib9a2e9722897bc25556d0c9ae5189cb6cbdfc6a1
Reviewed-on: https://go-review.googlesource.com/c/arch/+/230957
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Latest commit f7c7858 Apr 29, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
arm all: use io.SeekStart constant instead of 0 Apr 6, 2018
arm64 arm64/arm64asm: rename NOP instruction as NOOP in go syntax Nov 1, 2019
ppc64 ppc64/ppc64asm: update power9 for ppc64 and improve tests May 11, 2020
x86 x86asm: add support for FLDZ and FLDLN2 Nov 26, 2019
AUTHORS arch: initial boilerplate Aug 27, 2015
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests Mar 14, 2018
CONTRIBUTORS arch: initial boilerplate Aug 27, 2015
LICENSE arch: initial boilerplate Aug 27, 2015
PATENTS arch: initial boilerplate Aug 27, 2015
README.md vendor: migrate from govendor to go mod vendor Mar 12, 2020
codereview.cfg arch: initial boilerplate Aug 27, 2015
go.mod all: add go.mod Mar 12, 2019
go.sum all: add go.mod Mar 12, 2019

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.

You can’t perform that action at this time.