]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/s390x: add FIDBR and FIEBR instructions
authorMichael Munday <munday@ca.ibm.com>
Fri, 26 Aug 2016 15:28:41 +0000 (11:28 -0400)
committerMichael Munday <munday@ca.ibm.com>
Fri, 26 Aug 2016 17:23:16 +0000 (17:23 +0000)
commitd2dd0dfda813deb27415962656e7a6496170cef3
tree67f10e6e7bc8a0e3781d1f26b0e63fd6ea8b4284
parent266b349b2d28bf69f778320adb7e8ecc6bf848cd
cmd/internal/obj/s390x: add FIDBR and FIEBR instructions

FIDBR and FIEBR can be used for floating-point to integer rounding.
The relevant functions (Ceil, Floor and Trunc) will be updated
in a future CL.

Change-Id: I5952d67ab29d5ef8923ff1143e17a8d30169d692
Reviewed-on: https://go-review.googlesource.com/27826
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/anames.go
src/cmd/internal/obj/s390x/asmz.go