]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/CompilerIntrinsicsLib/Arm/ucmpdi2.S
Remove tabs from all text files in the package.
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / ucmpdi2.S
CommitLineData
06dc4de1
A
1#------------------------------------------------------------------------------
2#
d6ebcab7 3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
06dc4de1 4#
d6ebcab7 5# This program and the accompanying materials
06dc4de1
A
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
58b5d037 15\s\s.text
16\s\s.align 2
17\s\sGCC_ASM_EXPORT(__ucmpdi2)
18\s\s
4e471bfd 19ASM_PFX(__ucmpdi2):
58b5d037 20\s\sstmfd\s\ssp!, {r4, r5, r8, lr}
21\s\scmp\s\sr1, r3
22\s\smov\s\sr8, r0
23\s\smov\s\sr4, r2
24\s\smov\s\sr5, r3
25\s\sbcc\s\sL2
26\s\sbhi\s\sL4
27\s\scmp\s\sr0, r2
28\s\sbcc\s\sL2
29\s\smovls\s\sr0, #1
30\s\sbls\s\sL8
31\s\sb\s\sL4
06dc4de1 32L2:
58b5d037 33\s\smov\s\sr0, #0
34\s\sb\s\sL8
06dc4de1 35L4:
58b5d037 36\s\smov\s\sr0, #2
06dc4de1 37L8:
58b5d037 38\s\sldmfd\s\ssp!, {r4, r5, r8, pc}