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

	stc	%r0, -1
	stc	%r0, 4096