repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
m32r
/
cmpu.cgs
blob
e0b4ef10180b473ff8a2ac997a850e787cbf0e43
1
# m32r testcase for cmpu $src1,$src2
2
# mach(): m32r m32rx
3
4
.include "testutils.inc"
5
6
start
7
8
.global cmpu
9
cmpu:
10
mvi_h_condbit 0
11
mvi_h_gr r4, 1
12
mvi_h_gr r5, -2
13
cmpu r4, r5
14
bc ok
15
not_ok:
16
fail
17
ok:
18
mvi_h_condbit 1
19
mvi_h_gr r4, -1
20
cmpu r4, r5
21
bc not_ok
22
23
pass