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
/
bfin
/
hwloop-lt-bits.s
blob
dd21c8ac8d0435c15e708a2ffcda3dd24caa9d28
1
# Blackfin testcase for HW Loops (LT) LSB behavior
2
# mach: bfin
3
4
.include
"testutils.inc"
5
6
start
7
8
# Loading LT should always clear LSB
9
imm32
R6
,
0xaaaa5555
10
R4
=
R6
;
11
BITCLR
(
R4
,
0
)
;
12
13
LT0
=
R6
;
14
LT1
=
R6
;
15
16
R0
=
LT0;
17
CC
=
R0
==
R4
;
18
IF
!
CC JUMP
1
f;
19
20
R0
=
LT1;
21
CC
=
R0
==
R4
;
22
IF
!
CC JUMP
1
f;
23
24
pass
25
1
:
fail