mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: convert windows/arm64 assembly
The assembly is mostly a straightforward conversion of the equivalent arm assembly. This CL is part of a stack adding windows/arm64 support (#36439), intended to land in the Go 1.17 cycle. Change-Id: I61b15d712ade4d3a7285c7680de8e0987aacba10 Reviewed-on: https://go-review.googlesource.com/c/go/+/288828 Trust: Russ Cox <rsc@golang.org> Trust: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
3527caa7d6
commit
c7c6c113be
12 changed files with 427 additions and 407 deletions
|
|
@ -148,6 +148,7 @@ func compileCallback(fn eface, cdecl bool) (code uintptr) {
|
|||
}
|
||||
|
||||
// cdecl, stdcall, fastcall, and arm pad arguments to word size.
|
||||
// TODO(rsc): On arm and arm64 do we need to skip the caller's saved LR?
|
||||
src += sys.PtrSize
|
||||
// The Go ABI packs arguments.
|
||||
dst += t.size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue