* gdb.base/a1-selftest.exp: Change initial stepping to know about
[deliverable/binutils-gdb.git] / gdb / arm-convert.s
CommitLineData
dd3b648e
RP
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
This page took 0.224732 seconds and 4 git commands to generate.