]> Cypherpunks repositories - gostls13.git/commit
math: use s390x mnemonics rather than binary encodings
authorMichael Munday <mike.munday@ibm.com>
Mon, 20 Aug 2018 16:28:55 +0000 (17:28 +0100)
committerMichael Munday <mike.munday@ibm.com>
Mon, 20 Aug 2018 17:42:08 +0000 (17:42 +0000)
commitedae0ff8c13d607aee3fca7fb80faa1dfc2a2944
tree28bfdb99235e66fab361a3baabcdab2f1514f540
parent6c7e199e500d3f81bda4ce383839e7f0336ed63c
math: use s390x mnemonics rather than binary encodings

TMLL, LGDR and LDGR have all been added to the Go assembler
previously, so we don't need to encode them using WORD and BYTE
directives anymore. This is purely a cosmetic change, it does not
change the contents of any object files.

Change-Id: I93f815b91be310858297d8a0dc9e6d8e3f09dd65
Reviewed-on: https://go-review.googlesource.com/129895
Run-TryBot: Michael Munday <mike.munday@ibm.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
16 files changed:
src/math/acos_s390x.s
src/math/acosh_s390x.s
src/math/asin_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/erf_s390x.s
src/math/erfc_s390x.s
src/math/exp_s390x.s
src/math/expm1_s390x.s
src/math/log1p_s390x.s
src/math/log_s390x.s
src/math/pow_s390x.s
src/math/tan_s390x.s