repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUS
[qemu/ar7.git]
/
tests
/
tcg
/
lm32
/
test_sexth.S
blob
a059ec3ee6dcc711def857b9a3118e2c84619f5d
1
.include "macros.inc"
2
3
start
4
5
test_name SEXTH_1
6
mvi r1, 0
7
sexth r3, r1
8
check_r3 0
9
10
test_name SEXTH_2
11
load r1 0x7fff
12
sexth r3, r1
13
check_r3 0x00007fff
14
15
test_name SEXTH_3
16
load r1 0x8000
17
sexth r3, r1
18
check_r3 0xffff8000
19
20
end