]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: update references to RISC-V specification
authorJoel Sing <joel@sing.id.au>
Sun, 24 Nov 2024 03:38:33 +0000 (14:38 +1100)
committerJoel Sing <joel@sing.id.au>
Fri, 7 Feb 2025 10:19:17 +0000 (02:19 -0800)
commit7a2f757c521d9af201c6d3463a0e203c4104d5aa
treee722ef8d5b15e861005b41dc141674e0aa77a07f
parentb8fb95becda267e8369a3a2bfd30037c91504fba
cmd/internal/obj/riscv: update references to RISC-V specification

Update references to version 20240411 of the RISC-V specifications.
Reorder and regroup instructions to maintain ordering. Also be
consistent with formatting.

The instruction encodings table was seemingly missed in CL 616115.

Change-Id: I47b7c8538383ff3b0503ba59db570c3d4f0d5653
Reviewed-on: https://go-review.googlesource.com/c/go/+/631935
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Pengcheng Wang <wangpengcheng.pp@bytedance.com>
src/cmd/asm/internal/asm/testdata/riscv64.s
src/cmd/internal/obj/riscv/cpu.go
src/cmd/internal/obj/riscv/obj.go