Mercurial > hg > CbC > CbC_llvm
comparison test/MC/SystemZ/insn-lhi-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: lhi %r0, -32768 # encoding: [0xa7,0x08,0x80,0x00] | |
4 #CHECK: lhi %r0, -1 # encoding: [0xa7,0x08,0xff,0xff] | |
5 #CHECK: lhi %r0, 0 # encoding: [0xa7,0x08,0x00,0x00] | |
6 #CHECK: lhi %r0, 1 # encoding: [0xa7,0x08,0x00,0x01] | |
7 #CHECK: lhi %r0, 32767 # encoding: [0xa7,0x08,0x7f,0xff] | |
8 #CHECK: lhi %r15, 0 # encoding: [0xa7,0xf8,0x00,0x00] | |
9 | |
10 lhi %r0, -32768 | |
11 lhi %r0, -1 | |
12 lhi %r0, 0 | |
13 lhi %r0, 1 | |
14 lhi %r0, 32767 | |
15 lhi %r15, 0 |