import gdb-1999-06-14 snapshot
[deliverable/binutils-gdb.git] / gdb / arm-convert.s
CommitLineData
c906108c
SS
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.026883 seconds and 4 git commands to generate.