]> Cypherpunks repositories - gostls13.git/commit
ppc64x: code cleanup in assembly files
authorJayanth Krishnamurthy <jayanth.krishnamurthy@ibm.com>
Tue, 14 May 2024 07:00:09 +0000 (02:00 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 20 May 2024 18:05:32 +0000 (18:05 +0000)
commitf726c8d0fdd33331d599548b90a7d488ca5324c1
tree9c744611d3d23fdf7cf621ce95f9e17b4c89541f
parent2b0f2f8169bed01e3bf72d49863cd2852bdf7c7e
 ppc64x: code cleanup in assembly files

Replacing Branch Conditional (BC) with its extended mnemonic form of  BDNZ and BDZ.
- BC 16, 0, target can be replaced by BDNZ target
- BC 18, 0, target can be replaced by BDZ target

Change-Id: I1259e207f2a40d0b72780d5421f7449ddc006dc5
Cq-Include-Trybots: luci.golang.try:gotip-linux-ppc64_power10,gotip-linux-ppc64_power8,gotip-linux-ppc64le_power8,gotip-linux-ppc64le_power9,gotip-linux-ppc64le_power10
Reviewed-on: https://go-review.googlesource.com/c/go/+/585077
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/crypto/aes/asm_ppc64x.s
src/crypto/md5/md5block_ppc64x.s
src/math/big/arith_ppc64x.s