]> Cypherpunks repositories - gostls13.git/commit
math: use new mnemonics for 'rotate then insert' on s390x
authorMichael Munday <mike.munday@ibm.com>
Tue, 29 Jan 2019 15:58:57 +0000 (15:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 16 Apr 2019 15:34:41 +0000 (15:34 +0000)
commit64dc4ba73f9086709cd0cbcdc80dc116511d9081
tree3258ea460b51b3e11fa9560b24d89952012e7c17
parentc4953a62f90f90f1ab2ac07d5664dd515936835e
math: use new mnemonics for 'rotate then insert' on s390x

Mnemonics for these instructions were added to the assembler in
CL 159357.

Change-Id: Ie11c45ecc9cead9a8850fcc929b0211cfd980fe5
Reviewed-on: https://go-review.googlesource.com/c/go/+/160157
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
17 files changed:
src/math/acosh_s390x.s
src/math/asinh_s390x.s
src/math/atan2_s390x.s
src/math/atan_s390x.s
src/math/atanh_s390x.s
src/math/cbrt_s390x.s
src/math/cosh_s390x.s
src/math/erf_s390x.s
src/math/erfc_s390x.s
src/math/exp_s390x.s
src/math/expm1_s390x.s
src/math/log10_s390x.s
src/math/log1p_s390x.s
src/math/log_s390x.s
src/math/pow_s390x.s
src/math/sinh_s390x.s
src/math/tanh_s390x.s