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
* Fix for PR 18665, from sky branch.
[binutils-gdb.git]
/
gdb
/
arm-convert.s
blob
416132b77c771fb23f175d5c2070e456493614db
1
.text
2
.global _convert_from_extended
3
4
_convert_from_extended
:
5
6
ldfe
f0
,[
a1
]
7
stfd
f0
,[
a2
]
8
movs pc
,
lr
9
10
.global _convert_to_extended
11
12
_convert_to_extended
:
13
14
ldfd
f0
,[
a1
]
15
stfe
f0
,[
a2
]
16
movs pc
,
lr