]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
ArmPkg/Library/CompilerIntrinsicsLib: 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 25[Sources]\r
e58427e3
PB
26 memcpy.c | RVCT\r
27 memcpy.c | GCC\r
28 memcpy_ms.c | MSFT\r
29 memset.c | RVCT\r
30 memset.c | GCC\r
31 memset_ms.c | MSFT\r
1e57a462 32\r
33[Sources.ARM]\r
34 Arm/mullu.asm | RVCT\r
35 Arm/switch.asm | RVCT\r
36 Arm/llsr.asm | RVCT\r
1e57a462 37 Arm/memmove.asm | RVCT\r
38 Arm/uread.asm | RVCT\r
39 Arm/uwrite.asm | RVCT\r
40 Arm/lasr.asm | RVCT\r
41 Arm/llsl.asm | RVCT\r
42 Arm/div.asm | RVCT\r
43 Arm/uldiv.asm | RVCT\r
44 Arm/ldivmod.asm | RVCT\r
3402aac7 45\r
1e57a462 46\r
47#\r
48# Move .c to .s to work around LLVM issues\r
49#\r
50# Arm/ashrdi3.c | GCC\r
51# Arm/ashldi3.c | GCC\r
52# Arm/divdi3.c | GCC\r
53# Arm/divsi3.c | GCC\r
54# Arm/lshrdi3.c | GCC\r
55 Arm/ashrdi3.S | GCC\r
56 Arm/ashldi3.S | GCC\r
57 Arm/div.S | GCC\r
58 Arm/divdi3.S | GCC\r
59 Arm/divsi3.S | GCC\r
60 Arm/lshrdi3.S | GCC\r
61\r
284fb5c8 62 Arm/memmove.S | GCC\r
3402aac7 63\r
1e57a462 64# Arm/modsi3.c | GCC\r
65# Arm/moddi3.c | GCC\r
3402aac7 66# Arm/muldi3.c | GCC\r
1e57a462 67 Arm/modsi3.S | GCC\r
68 Arm/moddi3.S | GCC\r
69 Arm/muldi3.S | GCC\r
3402aac7 70 Arm/mullu.S | GCC\r
1e57a462 71\r
72# Arm/udivsi3.c | GCC\r
73# Arm/umodsi3.c | GCC\r
74# Arm/udivdi3.c | GCC\r
75# Arm/umoddi3.c | GCC\r
76# Arm/udivmoddi4.c | GCC\r
77 Arm/udivsi3.S | GCC\r
78 Arm/umodsi3.S | GCC\r
79 Arm/udivdi3.S | GCC\r
80 Arm/umoddi3.S | GCC\r
81 Arm/udivmoddi4.S | GCC\r
82\r
83# Arm/clzsi2.c | GCC\r
84# Arm/ctzsi2.c | GCC\r
85# Arm/ucmpdi2.c | GCC\r
86 Arm/clzsi2.S | GCC\r
87 Arm/ctzsi2.S | GCC\r
88 Arm/ucmpdi2.S | GCC\r
89 Arm/switch8.S | GCC\r
90 Arm/switchu8.S | GCC\r
91 Arm/switch16.S | GCC\r
92 Arm/switch32.S | GCC\r
93\r
94 Arm/sourcery.S | GCC\r
95 Arm/uldiv.S | GCC\r
96 Arm/ldivmod.S | GCC\r
97\r
76aee8f4 98 Arm/llsr.S | GCC\r
99 Arm/llsl.S | GCC\r
100\r
e58427e3
PB
101 Arm/div.asm | MSFT\r
102 Arm/uldiv.asm | MSFT\r
103 Arm/ldivmod.asm | MSFT\r
104 Arm/llsr.asm | MSFT\r
76aee8f4 105\r
1e57a462 106[Packages]\r
107 MdePkg/MdePkg.dec\r
efda1775 108 ArmPkg/ArmPkg.dec\r
1e57a462 109\r
110[LibraryClasses]\r
111\r
e58427e3
PB
112[BuildOptions]\r
113 MSFT:*_*_ARM_CC_FLAGS = /GL-\r
114 MSFT:*_*_ARM_ASM_FLAGS = /oldit\r
115 MSFT:*_*_AARCH64_CC_FLAGS = /GL-\r