]> Cypherpunks repositories - gostls13.git/commit
cmd/asm,cmd/internal/obj/riscv: implement integer computational instructions
authorJoel Sing <joel@sing.id.au>
Sat, 7 Sep 2019 18:11:07 +0000 (04:11 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 17 Sep 2019 04:37:46 +0000 (04:37 +0000)
commitc3c53661ba8823ea7a051110aebbdea2650c25d0
tree463647e8fd18a3149703c6835ae12d67275048f8
parent606fa2db7a7cd80292fca7aab6c1787fa274e52b
cmd/asm,cmd/internal/obj/riscv: implement integer computational instructions

Add support for assembling integer computational instructions.

Based on the riscv-go port.

Updates #27532

Change-Id: Ibf02649eebd65ce96002a9ca0624266d96def2cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/195079
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/asm.go
src/cmd/asm/internal/asm/testdata/riscvenc.s
src/cmd/internal/obj/riscv/obj.go