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

	nilf	%r0, -1
	nilf	%r0, 1 << 32