[mirror] architecture code
Перейти к файлу
Keith Randall b76863e366 x86asm: include size suffix on popcnt instruction
Update golang/go#48584

Change-Id: I2c770aaf88e15f8987dc8f1d974127b02b220777
Reviewed-on: https://go-review.googlesource.com/c/arch/+/351889
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2021-09-23 20:59:45 +00:00
arm all: go fmt ./... 2021-02-20 00:26:09 +00:00
arm64 all: fix typos 2021-07-27 22:27:14 +00:00
ppc64 ppc64asm: don't print invalid encodings of pst*/pl*/paddi insn 2021-09-17 15:17:45 +00:00
x86 x86asm: include size suffix on popcnt instruction 2021-09-23 20:59:45 +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 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.