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
pre-commit: run flake8 on more Python files
[binutils-gdb.git]
/
sim
/
testsuite
/
bfin
/
a25.s
blob
b5d5d7bb2cd5dc1f6911803707f97f9321861255
1
# mach: bfin
2
3
.include
"testutils.inc"
4
start
5
6
7
A1
=
A0
=
0
;
8
R0.
L
=
0x01
;
9
A0.x
=
R0
;
10
//
A0
=
0x0100000000
11
//
A1
=
0x0000000000
12
13
R4.
L
=
0x2d1a
;
14
R4.H
=
0x32e0
;
15
16
A1.x
=
R4
;
17
//
A1
=
0x1a00000000
18
19
A0.w
=
A1.x;
20
21
_DBG A0;
22
23
R4
=
A0.w;
24
R5
=
A0.x;
25
DBGA
(
R4.H
,
0x0000
)
; DBGA
(
R4.
L
,
0x001a
)
;
26
DBGA
(
R5.H
,
0x0000
)
; DBGA
(
R5.
L
,
0x0001
)
;
27
28
pass