]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: add load, store and multiplication instructions
authorJoel Sing <joel@sing.id.au>
Mon, 16 Sep 2019 18:23:23 +0000 (04:23 +1000)
committerJoel Sing <joel@sing.id.au>
Fri, 20 Sep 2019 14:33:26 +0000 (14:33 +0000)
commitdfbc9c83a910c79cb3cc34dbfaed3c436e1b6ecb
treeace9cce94f3d3caf596648e40609116fbdf26425
parent3507551a1f0d34d567d77242b68bf19b00caf9b7
cmd/internal/obj/riscv: add load, store and multiplication instructions

Add support for assembling load, store and multiplication instructions.

Based on the riscv-go port.

Updates #27532

Change-Id: Ia7b6e60ae45416a82f240e7b7fc101a36ce18886
Reviewed-on: https://go-review.googlesource.com/c/go/+/195917
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/riscvenc.s
src/cmd/internal/obj/riscv/obj.go