]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
MdePkg/Library/BaseLib: Enable VS2017/ARM builds
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / CompilerIntrinsicsLib.inf
CommitLineData
1e57a462 1#/** @file\r
2# Base Library implementation.\r
3#\r
4# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
76aee8f4 5# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
1e57a462 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = CompilerIntrinsicsLib\r
20 FILE_GUID = 855274FA-3575-4C20-9709-C031DC5589FA\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
3402aac7 23 LIBRARY_CLASS = CompilerIntrinsicsLib\r
1e57a462 24\r
a0cf6b8d
AB
25[Sources]\r
26 memcpy.c\r
27 memset.c\r
1e57a462 28\r
29[Sources.ARM]\r
30 Arm/mullu.asm | RVCT\r
31 Arm/switch.asm | RVCT\r
32 Arm/llsr.asm | RVCT\r
1e57a462 33 Arm/memmove.asm | RVCT\r
34 Arm/uread.asm | RVCT\r
35 Arm/uwrite.asm | RVCT\r
36 Arm/lasr.asm | RVCT\r
37 Arm/llsl.asm | RVCT\r
38 Arm/div.asm | RVCT\r
39 Arm/uldiv.asm | RVCT\r
40 Arm/ldivmod.asm | RVCT\r
3402aac7 41\r
1e57a462 42\r
43#\r
44# Move .c to .s to work around LLVM issues\r
45#\r
46# Arm/ashrdi3.c | GCC\r
47# Arm/ashldi3.c | GCC\r
48# Arm/divdi3.c | GCC\r
49# Arm/divsi3.c | GCC\r
50# Arm/lshrdi3.c | GCC\r
51 Arm/ashrdi3.S | GCC\r
52 Arm/ashldi3.S | GCC\r
53 Arm/div.S | GCC\r
54 Arm/divdi3.S | GCC\r
55 Arm/divsi3.S | GCC\r
56 Arm/lshrdi3.S | GCC\r
57\r
284fb5c8 58 Arm/memmove.S | GCC\r
3402aac7 59\r
1e57a462 60# Arm/modsi3.c | GCC\r
61# Arm/moddi3.c | GCC\r
3402aac7 62# Arm/muldi3.c | GCC\r
1e57a462 63 Arm/modsi3.S | GCC\r
64 Arm/moddi3.S | GCC\r
65 Arm/muldi3.S | GCC\r
3402aac7 66 Arm/mullu.S | GCC\r
1e57a462 67\r
68# Arm/udivsi3.c | GCC\r
69# Arm/umodsi3.c | GCC\r
70# Arm/udivdi3.c | GCC\r
71# Arm/umoddi3.c | GCC\r
72# Arm/udivmoddi4.c | GCC\r
73 Arm/udivsi3.S | GCC\r
74 Arm/umodsi3.S | GCC\r
75 Arm/udivdi3.S | GCC\r
76 Arm/umoddi3.S | GCC\r
77 Arm/udivmoddi4.S | GCC\r
78\r
79# Arm/clzsi2.c | GCC\r
80# Arm/ctzsi2.c | GCC\r
81# Arm/ucmpdi2.c | GCC\r
82 Arm/clzsi2.S | GCC\r
83 Arm/ctzsi2.S | GCC\r
84 Arm/ucmpdi2.S | GCC\r
85 Arm/switch8.S | GCC\r
86 Arm/switchu8.S | GCC\r
87 Arm/switch16.S | GCC\r
88 Arm/switch32.S | GCC\r
89\r
90 Arm/sourcery.S | GCC\r
91 Arm/uldiv.S | GCC\r
92 Arm/ldivmod.S | GCC\r
93\r
76aee8f4 94 Arm/llsr.S | GCC\r
95 Arm/llsl.S | GCC\r
96\r
97\r
1e57a462 98[Packages]\r
99 MdePkg/MdePkg.dec\r
efda1775 100 ArmPkg/ArmPkg.dec\r
1e57a462 101\r
102[LibraryClasses]\r
103\r