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
/
sign.s
blob
072263e3fd4bcb505378b4affcacae910ae93b76
1
# Blackfin testcase for signbits
2
# mach: bfin
3
4
.include
"testutils.inc"
5
6
start
7
8
.macro check_alu_signbits areg:req
9
\a
reg
=
0
;
10
R0
=
0x10
(
Z
)
;
11
\a
reg\
()
.x = R0;
12
13
imm32
r0
,
0x60038
;
14
15
R0.
L
=
SIGNBITS
\a
reg;
16
17
imm32
r1
,
0x6fffa
;
18
CC
=
R1
==
R0
;
19
if
!
CC jump
1
f;
20
.endm
21
22
check_alu_signbits A0
23
check_alu_signbits A1
24
25
pass
26
1
:
27
fail