]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: implement RV64I integer computational instructions
authorJoel Sing <joel@sing.id.au>
Wed, 18 Sep 2019 14:59:26 +0000 (00:59 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 24 Sep 2019 04:19:31 +0000 (04:19 +0000)
commite29d276d55bc0743a0fb66ea4a4967f937153567
treec9aee5bf1d41d7ae40540ad8c7a06055e5e84b39
parentced2454220e472c233d4f58a2bc9d01347dedfd3
cmd/internal/obj/riscv: implement RV64I integer computational instructions

Add support for assembling RV64I integer computational instructions.

Based on the riscv-go port.

Updates #27532

Integer Computational Instructions (RV64I)

Change-Id: I1a082b3901c997da309d737d081f57ea2821bc62
Reviewed-on: https://go-review.googlesource.com/c/go/+/196838
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/asm/internal/asm/testdata/riscvenc.s
src/cmd/internal/obj/riscv/obj.go