diff options
| author | Joel Sing <joel@sing.id.au> | 2024-10-24 00:56:07 +1100 |
|---|---|---|
| committer | Joel Sing <joel@sing.id.au> | 2024-10-30 13:30:43 +0000 |
| commit | 89d7f031720c999e8226cd9624cc2c531f8477e3 (patch) | |
| tree | 7ebe2e60650b84f74befb64f7f89d87dd3f12d82 /src/runtime/panic.go | |
| parent | 67f131485541f362c8e932cd254982a8ad2cfc09 (diff) | |
| download | go-89d7f031720c999e8226cd9624cc2c531f8477e3.tar.xz | |
cmd/internal/obj/riscv: update RISC-V instruction table
Regenerate RISC-V instruction table from the riscv-opcodes repository,
due to various changes and shuffling upstream.
This has been changed to remove pseudo-instructions, since Go only
needs the instruction encodings and including the pseudo-instructions
is creating unnecessary complications (for example, the inclusion
of ANOP and ARET, as well as strangely named aliases such as
AJALPSEUDO/AJALRPSEUDO). Remove pseudo-instructions that are not
currently supported by the assembler and add specific handling for
RDCYCLE, RDTIME and RDINSTRET, which were previously implemented
via the instruction encodings.
Change-Id: I78be4506ba6b627eba1f321406081a63bab5b2e6
Cq-Include-Trybots: luci.golang.try:gotip-linux-riscv64
Reviewed-on: https://go-review.googlesource.com/c/go/+/616116
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/runtime/panic.go')
0 files changed, 0 insertions, 0 deletions
