]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/loong64: add ROTR, ROTRV instructions support
authorWayne Zuo <wdvxdr@golangcn.org>
Tue, 9 Aug 2022 15:08:57 +0000 (23:08 +0800)
committerDavid Chase <drchase@google.com>
Tue, 30 Aug 2022 03:21:06 +0000 (03:21 +0000)
commit7d574466a9bd001feea4717933adb6ab78acd05f
tree547f3714059a23a4e4a3133eb01cfbe81f273f67
parent629ae1cee673c66dd540b424c9e86a4ce3aaf9e3
cmd/internal/obj/loong64: add ROTR, ROTRV instructions support

Reference: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html

Change-Id: I29adb84eb70bffd963c79ed6957a5197896fb2bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/422316
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/asm/internal/asm/testdata/loong64enc1.s
src/cmd/internal/obj/loong64/a.out.go
src/cmd/internal/obj/loong64/anames.go
src/cmd/internal/obj/loong64/asm.go