Mercurial > hg > CbC > CbC_llvm
comparison test/MC/SystemZ/insn-lcr-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: lcr %r0, %r0 # encoding: [0x13,0x00] | |
4 #CHECK: lcr %r0, %r15 # encoding: [0x13,0x0f] | |
5 #CHECK: lcr %r15, %r0 # encoding: [0x13,0xf0] | |
6 #CHECK: lcr %r7, %r8 # encoding: [0x13,0x78] | |
7 | |
8 lcr %r0,%r0 | |
9 lcr %r0,%r15 | |
10 lcr %r15,%r0 | |
11 lcr %r7,%r8 |