[mirror] architecture code
Перейти к файлу
Lin Runze 7874f23b9c riscv64: implement RV64GC_zba_zbb_zbs GNU/Plan9 format disassembler
Support decoding RV64GC_zba_zbb_zbs instructions as GNU & Plan9 format,
relies on riscv64spec/spec.go to generate instruction tables

Change-Id: I3b2793a7dd9faa3ac18d85361a8627eba0923068
Reviewed-on: https://go-review.googlesource.com/c/arch/+/602915
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
2024-09-10 14:25:27 +00:00
arm arm/armspec: remove obsolete comment 2023-10-11 14:13:35 +00:00
arm64 all: update go directive to 1.18 2023-10-10 23:22:25 +00:00
loong64 loong64: fix self-assignment error 2024-09-07 01:16:31 +00:00
ppc64 all: update go directive to 1.18 2023-10-10 23:22:25 +00:00
riscv64 riscv64: implement RV64GC_zba_zbb_zbs GNU/Plan9 format disassembler 2024-09-10 14:25:27 +00:00
s390x s390x: add s390x disassembler support, GNU syntax 2024-08-07 17:22:01 +00:00
x86 x86/x86asm: fix function name in comment 2024-04-16 17:16:58 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:28 +00:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:12:56 +00: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: update go directive to 1.18 2023-10-10 23:22:25 +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.