repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xive: Remove extra '0x' prefix in trace events
[qemu.git]
/
tests
/
tcg
/
tricore
/
test_muls.S
blob
ca517556bcf6f1441c6377184f6d0854158ad6d4
1
#include "macros.h"
2
.text
3
.global _start
4
_start:
5
TEST_D_DD_PSW(muls.u, 1, 0xffffffff, 0x78000b80, 0x80000001, 0xffffffff)
6
TEST_D_DD_PSW(muls.u, 2, 0xffffffff, 0x60000b80, 0xfffffffe, 0xffffffff)
7
8
TEST_PASSFAIL
9