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

	oihh	%r0, -1
	oihh	%r0, 0x10000