summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-xihf-02.s
blob: 945993b8224630e6096da4f03e543c8441284c49 (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: xihf	%r0, -1
#CHECK: error: invalid operand
#CHECK: xihf	%r0, 1 << 32

	xihf	%r0, -1
	xihf	%r0, 1 << 32