]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions
authorMichael Munday <munday@ca.ibm.com>
Wed, 19 Apr 2017 18:14:28 +0000 (14:14 -0400)
committerMichael Munday <mike.munday@ibm.com>
Mon, 30 Oct 2017 23:55:14 +0000 (23:55 +0000)
commitc280126557ee53b5b80f9f41eac18d801daa282e
tree458183ed13c816bf0308b0ed2f3ee2d39e354140
parent96cdacb9717271126eb60de3d8410c9cecd67b28
cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions

Adds the following s390x test under mask (immediate) instructions:

TMHH
TMHL
TMLH
TMLL

These are useful for testing bits and are already used in the math package.

Change-Id: Idffb3f83b238dba76ac1e42ac6b0bf7f1d11bea2
Reviewed-on: https://go-review.googlesource.com/41092
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
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
src/math/sin_s390x.s