]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: add ABI register info for riscv64
authorMeng Zhuo <mzh@golangcn.org>
Thu, 28 Oct 2021 07:22:26 +0000 (15:22 +0800)
committermzh <mzh@golangcn.org>
Sat, 19 Mar 2022 12:47:31 +0000 (12:47 +0000)
commitcaf5cd9da8b08e786442eeef3d3a3a8e4492d3dd
treea9cfbbcca20a8a388e31240c67ff7282a6233b4c
parent7ca6902c171b336d98adbb103d701a013229c806
cmd/compile/internal: add ABI register info for riscv64

This CL adds register information for riscv64

Updates #40724

Change-Id: If2275d9135596ff856d096881e4fe8bd1eeaacb2
Reviewed-on: https://go-review.googlesource.com/c/go/+/359337
Trust: mzh <mzh@golangcn.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: mzh <mzh@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/riscv64/ssa.go
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/gen/RISCV64Ops.go
src/cmd/compile/internal/ssa/opGen.go