[mirror] architecture code
Перейти к файлу
Paul E. Murphy ada1728ceb ppc64/ppc64asm,ppc64map: fix BHRBE argument translation
BHRBE stands for "branch history rolling buffer entry". This is not
an SPR. Treat it as an unsigned immediate type argument.

Similarly, DCRN, SR, TMR, PMRN fields are no longer present in ISA 3.1,
they can be removed and nearby code simplified.

Fix ppc64map and update tables.go.

Change-Id: Ie779d24ae9d24541db6565ea169be0d80b893ff8
Reviewed-on: https://go-review.googlesource.com/c/arch/+/418858
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
2022-08-23 14:41:27 +00:00
arm all: go fmt ./... 2021-02-20 00:26:09 +00:00
arm64 arm64/arm64asm: add support for TLBI and DC 2022-04-01 01:47:09 +00:00
ppc64 ppc64/ppc64asm,ppc64map: fix BHRBE argument translation 2022-08-23 14:41:27 +00:00
x86 ppc64,x86: fix code generation notice 2022-04-12 00:13:46 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:28 +00: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 go.mod: upgrade to go 1.17 2021-05-02 12:48:03 +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.