summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-iihl-02.s
blob: 262955e38d394d0bae547a47b14cc7ac99ab7c31 (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: iihl	%r0, -1
#CHECK: error: invalid operand
#CHECK: iihl	%r0, 0x10000

	iihl	%r0, -1
	iihl	%r0, 0x10000