]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: add encoding for compressed riscv64 instructions
authorJoel Sing <joel@sing.id.au>
Fri, 25 Aug 2023 19:11:52 +0000 (05:11 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 14 Aug 2025 14:49:28 +0000 (07:49 -0700)
commit924fe98902cdebf20825ab5d1e4edfc0fed2966f
tree00f4ab901745d5f2a0d4663533a9bfec90bffc8c
parent320df537cc554610aacdc12a183944eb89db8337
cmd/internal/obj/riscv: add encoding for compressed riscv64 instructions

Regenerate instruction encodings for riscv64, including rv64_c, rv_c
and rv_c_d.

Updates #71105

Change-Id: I004cc00290bf018ebb848592d84d924481f03851
Reviewed-on: https://go-review.googlesource.com/c/go/+/523476
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/internal/obj/riscv/anames.go
src/cmd/internal/obj/riscv/cpu.go
src/cmd/internal/obj/riscv/inst.go