]> Cypherpunks repositories - gostls13.git/commit
runtime: add runtime changes for register ABI on s390x
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Tue, 11 Nov 2025 03:53:03 +0000 (04:53 +0100)
committerKeith Randall <khr@golang.org>
Mon, 24 Nov 2025 18:21:49 +0000 (10:21 -0800)
commit41af98eb83bfa66077ed5a90e64f31b92be33ac6
tree458e5951304cb35494b3270903883ddeba3a0611
parent85e60800893df03c5b071f66fa2dde5e00fdf295
runtime: add runtime changes for register ABI on s390x

This adds the changes for the register ABI in the runtime
functions for s390x platform:
- Add spill/unspill functions used by runtime
- Add ABIInternal to functions

Updates #40724

Change-Id: I6aaeec1d7293b6fec2aa489df90414937b80199e
Reviewed-on: https://go-review.googlesource.com/c/go/+/719465
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
src/runtime/asm_s390x.s
src/runtime/stubs_s390x.go
src/runtime/tls_s390x.s