]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: fix TBZ/TBNZ instructions on arm64
authorwei xiao <wei.xiao@arm.com>
Mon, 28 Nov 2016 02:35:12 +0000 (10:35 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 24 Mar 2017 05:26:06 +0000 (05:26 +0000)
commitd039d01fe9786a35ba4f6beea79ff2e964990c97
tree01e4d397430104825cf9cd88ab076dcdf0a07bef
parent1911087dee1a6544067e94cbf430f1fd6e20cf23
cmd/asm: fix TBZ/TBNZ instructions on arm64

Fixes #18069
Also added a test in: cmd/asm/internal/asm/testdata/arm64.s

Change-Id: Iee400bda4f30503ea3c1dc5bb8301568f19c92d1
Signed-off-by: Wei Xiao <wei.xiao@arm.com>
Reviewed-on: https://go-review.googlesource.com/33594
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/arch/arm64.go
src/cmd/asm/internal/asm/asm.go
src/cmd/asm/internal/asm/testdata/arm64.s