Home
last modified time | relevance | path

Searched refs:ABI (Results 1 – 25 of 155) sorted by relevance

1234567

/external/libpng/scripts/
Dmakefile.sgi47 ABI=
52 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_NO_MMX_CODE
53 LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng12 -lz -lm
54 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
55 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \
57 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
Dmakefile.sggcc47 ABI=
50 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -fPIC -mabi=n32 -DPNG_NO_MMX_CODE
51 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
52 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \
54 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m21 // (1) fragile ABI, legacy dispatch
22 // (2) non-fragile ABI, legacy dispatch
23 // (2) non-fragile ABI, non-legacy dispatch
24 // (2) non-fragile ABI, mixed dispatch
26 // Note that fragile ABI and non-fragile ABI legacy dispatch are not the same,
Dgnu-exceptions.m2 …xceptions -fobjc-exceptions -fobjc-runtime=gnustep-1.7 -o - %s | FileCheck -check-prefix=NEW-ABI %s
25 // NEW-ABI: objc_begin_catch
26 // NEW-ABI: objc_end_catch
/external/llvm/docs/
DCompilerWriterInfo.rst21 * `ABI <http://www.arm.com/products/DevTools/ABI.html>`_
59 * `PowerPC ABI documents <http://penguinppc.org/dev/#library>`_
76 * `X86-64 ABI <http://www.x86-64.org/documentation>`_
94 ABI chapter
100 * `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_
108 * `Notes on Mach-O ABI <http://www.unsanity.org/archives/000044.php>`_
DExtendedIntegerResults.txt16 to implement the ABI correctly. If we need to sign extend the result according
17 to the ABI, we really really do need to do this to preserve correctness. 2)
90 I suggest that we have the front-end fully lower out the ABI issues here to
115 specify/infer the guarantees provided by the ABI to allow other optimizations.
124 The major disadvantage of doing this sort of thing is that it makes the ABI
/external/libpng/contrib/gregbook/
DMakefile.sgi56 ABI=
57 CFLAGS = $(ABI) -O -fullwarn $(INCS)
58 LDFLAGS = $(ABI)
/external/eigen/doc/
DB01_Experimental.dox21 \li introduce API or ABI incompatible changes in your own code if you let them affect your API or A…
34 …le, the only classes subject to ABI stability guarantee (meaning that you can use it for data memb…
38 All other classes offer no ABI guarantee, e.g. the layout of their data can be changed.
DA10_Eigen2SupportModes.dox20 …der, you get back a large part of the Eigen 2 API, while keeping the Eigen 3 API and ABI unchanged.
90 \section ABICompatibility What about ABI compatibility?
93ABI compatible with Eigen 3 for the basic (Matrix, Array, SparseMatrix...) types. However, since t…
94 …refix). So at this stage, all the identifiers that exist in Eigen 3 have the Eigen 3 ABI (and API).
95 …e 30 introduces the remaining Eigen 3 identifiers. So at this stage, you have the full Eigen 3 ABI.
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp55 ABI(TM.getSubtarget<MipsSubtarget>().getTargetABI()) {} in MipsConstantIslands()
69 unsigned ABI; member in __anon9c1c6a6b0111::MipsConstantIslands
DMips.td40 "Enable o32 ABI">;
42 "Enable n32 ABI">;
44 "Enable n64 ABI">;
46 "Enable eabi ABI">;
/external/clang/test/Analysis/
Drdar-7168531.m4 // fragile Objective-C ABI.
14 return ++p; // This is only valid for the fragile ABI.
/external/llvm/test/MC/X86/
Dgnux32-dwarf-gen.s8 # assembler, looking at the difference between the x32 ABI and default x86-64
9 # ABI.
/external/clang/include/clang/Basic/
DTargetInfo.h648 TargetCXXABI ABI; in setCXXABI() local
649 if (!ABI.tryParse(name)) return false; in setCXXABI()
650 return setCXXABI(ABI); in setCXXABI()
656 virtual bool setCXXABI(TargetCXXABI ABI) { in setCXXABI() argument
657 TheCXXABI = ABI; in setCXXABI()
DTargetOptions.h36 std::string ABI; variable
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm82 ; Return the proper symbol name for the target ABI.
100 ; Macro for the attribute to hide a global symbol for the target ABI.
132 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
303 ; Win64 ABI requires that XMM6:XMM15 are callee saved
307 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return
/external/clang/docs/
DBlock-ABI-Apple.rst24 This document describes the Apple ABI implementation specification of Blocks.
26 The first shipping version of this ABI is found in Mac OS X 10.6, and shall be
27 referred to as 10.6.ABI. As of 2010/3/16, the following describes the ABI
29 to as ABI.2010.3.16.
31 Since the Apple ABI references symbols from other elements of the system, any
32 attempt to use this ABI on systems prior to SnowLeopard is undefined.
37 The ABI of ``Blocks`` consist of their layout and the runtime functions required
53 // required ABI.2010.3.16
59 The following flags bits are in use thusly for a possible ABI.2010.3.16:
71 In 10.6.ABI the (1<<29) was usually set and was always ignored by the runtime -
[all …]
DBlock-ABI-Apple.txt1 *NOTE* This document has moved to http://clang.llvm.org/docs/Block-ABI-Apple.html.
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll2 ; stack to an alignment greater than would be available due to the ABI. We
4 ; exceed any ABI provisions.
Dfast-isel-tailcall.ll4 ; On x86, -tailcallopt changes the ABI so the caller shouldn't readjust
/external/clang/test/Preprocessor/
Dnon_fragile_feature1.m7 #error Non-fragile ABI not used for compilation but feature macro set.
Dnon_fragile_feature.m7 #error Non-fragile ABI used for compilation but feature macro not set.
/external/clang/docs/tools/
Dclang.pod211 Select the Objective-C ABI version to use. Available versions are 1 (legacy
212 "fragile" ABI), 2 (non-fragile ABI 1), and 3 (non-fragile ABI 2).
216 Select the Objective-C non-fragile ABI version to use by default. This will only
217 be used as the Objective-C ABI when the non-fragile ABI is enabled (either via
222 Enable use of the Objective-C non-fragile ABI. On platforms for which this is
223 the default ABI, it can be disabled with B<-fno-objc-nonfragile-abi>.
/external/clang/lib/Basic/
DTargets.cpp3446 std::string ABI, CPU; member in __anon05c7e6cd1f11::ARMTargetInfo
3461 : TargetInfo(TripleStr), ABI("aapcs-linux"), CPU("arm1136j-s"), IsAAPCS(true) in ARMTargetInfo()
3500 virtual const char *getABI() const { return ABI.c_str(); } in getABI()
3502 ABI = Name; in setABI()
3681 if (ABI == "aapcs" || ABI == "aapcs-linux" || ABI == "aapcs-vfp") { in getTargetDefines()
3687 if ((!SoftFloat && !SoftFloatABI) || ABI == "aapcs-vfp") in getTargetDefines()
4372 std::string ABI; member in __anon05c7e6cd2611::MipsTargetInfoBase
4383 ABI(ABIStr) in MipsTargetInfoBase()
4386 virtual const char *getABI() const { return ABI.c_str(); } in getABI()
4393 Features[ABI] = true; in getDefaultFeatures()
[all …]
/external/llvm/lib/Target/MBlaze/
DMBlazeCallingConv.td13 // MBlaze ABI Calling Convention

1234567