Mercurial > hg > CbC > CbC_llvm
comparison test/MC/SystemZ/insn-cghrl-02.s @ 3:9ad51c7bc036
1st commit. remove git dir and add all files.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 May 2013 06:43:32 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 3:9ad51c7bc036 |
---|---|
1 # RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t | |
2 # RUN: FileCheck < %t %s | |
3 | |
4 #CHECK: error: offset out of range | |
5 #CHECK: cghrl %r0, -0x1000000002 | |
6 #CHECK: error: offset out of range | |
7 #CHECK: cghrl %r0, -1 | |
8 #CHECK: error: offset out of range | |
9 #CHECK: cghrl %r0, 1 | |
10 #CHECK: error: offset out of range | |
11 #CHECK: cghrl %r0, 0x100000000 | |
12 | |
13 cghrl %r0, -0x1000000002 | |
14 cghrl %r0, -1 | |
15 cghrl %r0, 1 | |
16 cghrl %r0, 0x100000000 |