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

	llilf	%r0, -1
	llilf	%r0, 1 << 32