]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/CompilerIntrinsicsLib/Arm/divdi3.S
Add some missing 64-bit math functions for gcc
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / divdi3.S
CommitLineData
2ef2b01e
A
1#------------------------------------------------------------------------------
2#
3# Copyright (c) 2008-2009 Apple Inc. All rights reserved.
4#
5# All rights reserved. This program and the accompanying materials
6# are licensed and made available under the terms and conditions of the BSD License
7# which accompanies this distribution. The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.php
9#
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#------------------------------------------------------------------------------
14
15 .text
16 .align 2
17 .globl ___divdi3
18___divdi3:
19 @ args = 0, pretend = 0, frame = 0
20 @ frame_needed = 1, uses_anonymous_args = 0
21 stmfd sp!, {r4, r5, r7, lr}
22 mov r4, r3, asr #31
23 add r7, sp, #8
24 stmfd sp!, {r10, r11}
25 mov r10, r1, asr #31
26 sub sp, sp, #8
27 mov r11, r10
28 mov r5, r4
29 eor r0, r0, r10
30 eor r1, r1, r10
31 eor r2, r2, r4
32 eor r3, r3, r4
33 subs r2, r2, r4
34 sbc r3, r3, r5
35 mov ip, #0
36 subs r0, r0, r10
37 sbc r1, r1, r11
38 str ip, [sp, #0]
39 bl ___udivmoddi4
40 eor r2, r10, r4
41 eor r3, r10, r4
42 eor r0, r0, r2
43 eor r1, r1, r3
44 subs r0, r0, r2
45 sbc r1, r1, r3
46 sub sp, r7, #16
47 ldmfd sp!, {r10, r11}
48 ldmfd sp!, {r4, r5, r7, pc}