go/src/internal/abi
Meng Zhuo 0652274c10 internal/abi: define riscv64 register ABI constants
Add the riscv64 register ABI constants and allow regabi
value to be set for riscv64

Change-Id: I3ce98bf9a29d2acc00f92650b27bc59884ed62ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/359336
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>
2022-03-26 01:27:54 +00:00
..
testdata
abi.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
abi_amd64.go
abi_arm64.go internal/abi, internal/buildcfg: always enable register ABI on ARM64 2022-03-18 16:39:28 +00:00
abi_generic.go internal/abi, internal/buildcfg: always enable register ABI on PPC64 2022-03-21 18:28:30 +00:00
abi_ppc64x.go internal/abi, internal/buildcfg: always enable register ABI on PPC64 2022-03-21 18:28:30 +00:00
abi_riscv64.go internal/abi: define riscv64 register ABI constants 2022-03-26 01:27:54 +00:00
abi_test.go cmd/compile: require -p flag 2022-03-09 21:31:58 +00:00
abi_test.s
export_test.go