aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/SystemZ/insn-lhy-02.s
blob: 6f1caa59faf56fb588524275ec5342d8e71d511d (plain)
1
2
3
4
5
6
7
8
9
10
# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
# RUN: FileCheck < %t %s

#CHECK: error: invalid operand
#CHECK: lhy	%r0, -524289
#CHECK: error: invalid operand
#CHECK: lhy	%r0, 524288

	lhy	%r0, -524289
	lhy	%r0, 524288