Mercurial > hg > CbC > CbC_llvm
comparison test/MC/SystemZ/insn-nr-01.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: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s | |
2 | |
3 #CHECK: nr %r0, %r0 # encoding: [0x14,0x00] | |
4 #CHECK: nr %r0, %r15 # encoding: [0x14,0x0f] | |
5 #CHECK: nr %r15, %r0 # encoding: [0x14,0xf0] | |
6 #CHECK: nr %r7, %r8 # encoding: [0x14,0x78] | |
7 | |
8 nr %r0,%r0 | |
9 nr %r0,%r15 | |
10 nr %r15,%r0 | |
11 nr %r7,%r8 |