]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: fix up instruction groupings
authorJoel Sing <joel@sing.id.au>
Sun, 8 Sep 2019 17:17:43 +0000 (03:17 +1000)
committerJoel Sing <joel@sing.id.au>
Wed, 11 Sep 2019 16:48:56 +0000 (16:48 +0000)
commit85c60bd0f3b375448dd38579acbaafdddc20b42f
treecbf0862c1d683038d0ed698edadd8dd4eccd50bb
parent6f1667ea3e6a9c2bee8b5aea9859be1a677ee24e
cmd/internal/obj/riscv: fix up instruction groupings

Some of the instructions were incorrectly grouped - untangle this and
separate the RV64I instructions, which are under separate sections of
the RISC-V specification.

Change-Id: I232962ab4054bf0b4745887506f51e74ea73f73d
Reviewed-on: https://go-review.googlesource.com/c/go/+/194238
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/riscv/anames.go
src/cmd/internal/obj/riscv/cpu.go