summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-chy-02.s
blob: 8ab849f0908cd862e6f2db32773d05e1ff43ed36 (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: chy	%r0, -524289
#CHECK: error: invalid operand
#CHECK: chy	%r0, 524288

	chy	%r0, -524289
	chy	%r0, 524288