]> Git Repo - binutils.git/blame - gdb/arm-convert.s
* mips-tdep.c (mips_push_arguments): On non-EABI architectures,
[binutils.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.513174 seconds and 4 git commands to generate.