]> Cypherpunks repositories - gostls13.git/commit
runtime: convert windows/arm64 assembly
authorRuss Cox <rsc@golang.org>
Mon, 1 Feb 2021 20:12:08 +0000 (15:12 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:41:03 +0000 (00:41 +0000)
commitc7c6c113be96b7b68f54696d2986f98dc9df64d6
tree775e1a50c37b5d04ba82d2f8a410f1166f501114
parent3527caa7d63eab821c9936383e6c442d7a013de1
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>
12 files changed:
src/runtime/asm_arm64.s
src/runtime/defs_windows.go
src/runtime/memclr_arm.s
src/runtime/memclr_arm64.s
src/runtime/os_windows.go
src/runtime/signal_windows.go
src/runtime/stubs_arm64.go
src/runtime/sys_windows_arm.s
src/runtime/sys_windows_arm64.s
src/runtime/syscall_windows.go
src/runtime/tls_arm64.h
src/runtime/tls_arm64.s