]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add s390x instructions BLTU and BLEU
authorMichael Munday <munday@ca.ibm.com>
Tue, 27 Sep 2016 14:45:05 +0000 (10:45 -0400)
committerMichael Munday <munday@ca.ibm.com>
Tue, 27 Sep 2016 16:01:01 +0000 (16:01 +0000)
commita30b5a3d1916deb6e366aa4557d6c21eb835d737
tree0f6ffa2aa07741b024310ba5d5377fed161c1218
parent17a8ec2c4f702039652a4bc9630d233b454cfae8
cmd/asm: add s390x instructions BLTU and BLEU

These instructions are the same as BLT and BLE except that they
also branch if the 'unordered' bit is set in the condition code.

They are already used by the SSA backend. This change allows them
to be used in hand-written assembly code.

Change-Id: Ie9b5985a5e87ea22e8043567a286e09dce16a2db
Reviewed-on: https://go-review.googlesource.com/29930
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bill O'Farrell <billotosyr@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/arch/s390x.go
src/cmd/asm/internal/asm/testdata/s390x.s