[mirror] architecture code
Перейти к файлу
Paul E. Murphy cd4b3ce7f7 ppc64asm: remove duplicate entries in ppc64.csv
The sort+append of isa31 did not remove duplicate entries.

There are 17 such duplications, notably, mtspr showed up 3 times.

Change-Id: Ie95c6e87412edceace368879cf124f9cd9800e70
Reviewed-on: https://go-review.googlesource.com/c/arch/+/304409
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Carlos Eduardo Seo <carlos.seo@linaro.org>
Trust: Carlos Eduardo Seo <carlos.seo@linaro.org>
2021-04-01 20:39:52 +00:00
arm all: go fmt ./... 2021-02-20 00:26:09 +00:00
arm64 arm64/arm64asm: adjust the disassembly codes of FMOVQ/FLDP/FSTP 2021-03-15 02:04:52 +00:00
ppc64 ppc64asm: remove duplicate entries in ppc64.csv 2021-04-01 20:39:52 +00:00
x86 all: go fmt ./... 2021-02-20 00:26:09 +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 README.md: add badge to pkg.go.dev 2020-12-07 23:37:22 +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

Go Reference

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.