]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/CompilerIntrinsicsLib/Arm/sourcery.S
Update the copyright notice format
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / sourcery.S
CommitLineData
4e471bfd 1#------s------------------------------------------------------------------------
2#
d6ebcab7 3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4e471bfd 4#
d6ebcab7 5# This program and the accompanying materials
4e471bfd 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
16 .text\r
17 .align 2\r
18 .globl ASM_PFX(__aeabi_ulcmp)\r
19ASM_PFX(__aeabi_ulcmp):\r
20 stmfd sp!, {r4, r5, r8}\r
21 cmp r3, r1\r
22 mov r8, r0\r
23 mov r9, r1\r
24 mov r4, r2\r
25 mov r5, r3\r
26 bls L16\r
27L2:\r
28 mvn r0, #0\r
29L1:\r
30 ldmfd sp!, {r4, r5, r8}\r
31 bx lr\r
32L16:\r
33 beq L17\r
34L4:\r
35 cmp r9, r5\r
36 bhi L7\r
37 beq L18\r
38 cmp r8, r4\r
39L14:\r
40 cmpeq r9, r5\r
41 moveq r0, #0\r
42 beq L1\r
43 b L1\r
44L18:\r
45 cmp r8, r4\r
46 bls L14\r
47L7:\r
48 mov r0, #1\r
49 b L1\r
50L17:\r
51 cmp r2, r0\r
52 bhi L2\r
53 b L4\r
54 \r