]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: provide and use an oprrrr function
authorJoel Sing <joel@sing.id.au>
Sat, 7 Jan 2023 17:08:29 +0000 (04:08 +1100)
committerJoel Sing <joel@sing.id.au>
Tue, 25 Mar 2025 11:12:09 +0000 (04:12 -0700)
commit4f5863c2ce7d18f2c51db02cebe3f715d4efb925
tree6d9a750f4f864c973a04b844e62da33913059e8e
parentf90f3cfcf71fa1226572f87035323fca0ab33e52
cmd/internal/obj/arm64: provide and use an oprrrr function

Provide a four register version of oprrr, which takes an additional 'ra'
register. Use this instead of oprrr where appropriate.

Change-Id: I8882957a83c2b08e407f37a37c61864cd920bbc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/471519
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/internal/obj/arm64/asm7.go