]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: add riscv64 CSR map
authorMark Ryan <markdryan@rivosinc.com>
Tue, 19 Nov 2024 15:06:03 +0000 (16:06 +0100)
committerMeng Zhuo <mengzhuo1203@gmail.com>
Sat, 1 Mar 2025 12:59:21 +0000 (04:59 -0800)
commit5a7db813a6e37d47c3e3e1f4bee3ad4cb070b9a7
tree42ab4174373c1d518911dd56220bf09366220567
parentf4750a6cfb8ae84acee56cca1a51c886fa16cc32
cmd/internal/obj/riscv: add riscv64 CSR map

The map is automatically generated by running the latest version of
parse.py from github.com/riscv/riscv-opcodes.

Change-Id: I05e00ab27ec583750752c25e1835c2578b339fbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/630518
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Pengcheng Wang <wangpengcheng.pp@bytedance.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/internal/obj/riscv/inst.go