Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/external/wpa_supplicant_8/wpa_supplicant/
DMakefile1936 @$(E) " LD " $@
1942 @$(E) " LD " $@
1948 @$(E) " LD " $@
1954 @$(E) " LD " $@
1960 @$(E) " LD " $@
1966 @$(E) " LD " $@
1993 @$(E) " LD " $@
1997 @$(E) " LD " $@
2003 @$(E) " LD " $@
2007 @$(E) " LD " $@
[all …]
/external/sg3_utils/examples/
DMakefile13 LD = gcc macro
59 $(LD) -o $@ $(LDFLAGS) $^
62 $(LD) -o $@ $(LDFLAGS) $^
65 $(LD) -o $@ $(LDFLAGS) $^
68 $(LD) -o $@ $(LDFLAGS) $^
71 $(LD) -o $@ $(LDFLAGS) $^
74 $(LD) -o $@ $(LDFLAGS) $^
77 $(LD) -o $@ $(LDFLAGS) $^
80 $(LD) -o $@ $(LDFLAGS) $^
83 $(LD) -o $@ $(LDFLAGS) $^
[all …]
/external/clang/test/CodeGen/
Dbuiltins.c181 void test_float_builtins(float F, double D, long double LD) { in test_float_builtins() argument
191 res = __builtin_isinf(LD); in test_float_builtins()
211 res = __builtin_isinf_sign(LD); in test_float_builtins()
233 void test_float_builtin_ops(float F, double D, long double LD) { in test_float_builtin_ops() argument
244 resld = __builtin_fmodl(LD,LD); in test_float_builtin_ops()
249 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
256 resld = __builtin_canonicalizel(LD); in test_float_builtin_ops()
267 resld = __builtin_fminl(LD, LD); in test_float_builtin_ops()
276 resld = __builtin_fmaxl(LD, LD); in test_float_builtin_ops()
285 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
[all …]
/external/ltp/testcases/commands/ld/
Dld01.sh10 LD=${LD:=ld}
16 TST_NEEDS_CMDS="$CC $LD"
27 EXPECT_FAIL $LD x.o y.o 2\> ld.out
51 EXPECT_PASS $LD -shared f1.o d1.o -o test.so
62 EXPECT_PASS $LD -Bdynamic -shared f1.o d1.o -o test.so
63 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
68 EXPECT_PASS $LD -Bdynamic -shared main.o f1.o rf1.o -o test.so -L/usr/lib/
69 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out
72 if grep -q "$LD: attempted static link of dynamic object" ld.out; then
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h383 Error addLogicalModule(LogicalDylib &LD, std::unique_ptr<Module> SrcMPtr) { in addLogicalModule() argument
387 LD.PromoteSymbols(*SrcMPtr); in addLogicalModule()
391 auto LMId = LD.addSourceModule(std::move(SrcMPtr)); in addLogicalModule()
405 if (auto Sym = LD.findSymbol(BaseLayer, MangledName, false)) in addLogicalModule()
413 LD.getStubsToClone(LMId).insert(&F); in addLogicalModule()
418 auto CompileAction = [this, &LD, LMId, &F]() -> JITTargetAddress { in addLogicalModule()
419 if (auto FnImplAddrOrErr = this->extractAndCompile(LD, LMId, F)) in addLogicalModule()
435 if (auto Err = LD.StubsMgr->createStubs(StubInits)) in addLogicalModule()
471 [&LD, &GVsM](Value *V) -> Value* { in addLogicalModule()
484 LD.StubsMgr->findStub(FName, false).getAddress(); in addLogicalModule()
[all …]
/external/sg3_utils/testing/
DMakefile28 LD = $(CXX) macro
72 $(LD) -o $@ $(LDFLAGS) $^
75 $(LD) -o $@ $(LDFLAGS) $^
78 $(LD) -o $@ $(LDFLAGS) $^
81 $(LD) -o $@ $(LDFLAGS) $^
85 $(LD) -o $@ $(LDFLAGS) $^
88 $(LD) -o $@ $(LDFLAGS) $^
91 $(LD) -o $@ $(LDFLAGS) $^
94 $(LD) -o $@ $(LDFLAGS) $^
97 $(LD) -o $@ $(LDFLAGS) $^
[all …]
DMakefile.cyg13 LD = gcc
62 $(LD) -o $@ $(LDFLAGS) $^
65 $(LD) -o $@ $(LDFLAGS) $^
68 $(LD) -o $@ $(LDFLAGS) $^
71 $(LD) -o $@ $(LDFLAGS) $^
75 $(LD) -o $@ $(LDFLAGS) $^
78 $(LD) -o $@ $(LDFLAGS) $^
81 $(LD) -o $@ $(LDFLAGS) $^
/external/aac/libFDK/include/
DFDK_trigFcts.h145 #define LD 9 macro
160 int shift = (31 - scale - LD - 1); in fixp_sin_cos_residual_inline()
172 if (s & ((1 << LD) << 1)) { in fixp_sin_cos_residual_inline()
176 if ((s + (1 << LD)) & ((1 << LD) << 1)) { in fixp_sin_cos_residual_inline()
182 s &= (((1 << LD) << 1) - 1); /* Modulo PI */ in fixp_sin_cos_residual_inline()
184 if (s > (1 << LD)) { in fixp_sin_cos_residual_inline()
185 s = ((1 << LD) << 1) - s; in fixp_sin_cos_residual_inline()
191 if (s > (1 << (LD - 1))) { in fixp_sin_cos_residual_inline()
194 s = (1 << LD) - s; in fixp_sin_cos_residual_inline()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h242 void addLogicalModule(CODLogicalDylib &LD, ModulePtrT SrcMPtr) { in addLogicalModule() argument
249 auto LMH = LD.createLogicalModule(); in addLogicalModule()
250 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule()
276 CCInfo.setCompileAction([this, &LD, LMH, &F]() { in addLogicalModule()
277 return this->extractAndCompile(LD, LMH, F); in addLogicalModule()
360 [&LD, LMH](const std::string &Name) { in addLogicalModule()
361 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule()
364 auto &LDResolver = LD.getDylibResources().ExternalSymbolResolver; in addLogicalModule()
367 [&LD](const std::string &Name) { in addLogicalModule()
368 auto &LDResolver = LD.getDylibResources().ExternalSymbolResolver; in addLogicalModule()
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll12 %LD = load <2 x double>, <2 x double>* undef
13 %V0 = extractelement <2 x double> %LD, i32 0
14 %V1 = extractelement <2 x double> %LD, i32 1
30 %LD = load <2 x double>, <2 x double>* undef
31 %V0 = extractelement <2 x double> %LD, i32 0
32 %V1 = extractelement <2 x double> %LD, i32 1
48 %LD = load <4 x double>, <4 x double>* undef
49 %V0 = extractelement <4 x double> %LD, i32 0 ; <--- invalid size.
50 %V1 = extractelement <4 x double> %LD, i32 1
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp298 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument
299 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad()
300 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
303 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
308 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad()
314 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad()
326 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local
327 if (!isValidIndexedLoad(LD)) in tryIndexedLoad()
330 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad()
346 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad()
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp299 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument
300 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad()
301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
304 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad()
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad()
327 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local
328 if (!isValidIndexedLoad(LD)) in tryIndexedLoad()
331 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad()
347 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad()
[all …]
/external/libpng/contrib/gregbook/
DMakefile.unx65 LD = gcc
105 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSs)
108 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSd)
111 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSs)
114 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSd)
117 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSs)
120 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSd)
DMakefile.mingw3248 LD = $(CC)
100 $(LD) $(LDFLAGS) -o $@ $(ROBJSs) $(RLIBSs)
103 $(LD) $(LDFLAGS) -o $@ $(ROBJSd) $(RLIBSd)
106 $(LD) $(LDFLAGS) -o $@ $(ROBJS2s) $(RLIBSs)
109 $(LD) $(LDFLAGS) -o $@ $(ROBJS2d) $(RLIBSd)
112 $(LD) $(LDFLAGS) -o $@ $(WOBJSs) $(WLIBSs)
115 $(LD) $(LDFLAGS) -o $@ $(WOBJSd) $(WLIBSd)
/external/wpa_supplicant_8/hostapd/
DMakefile1301 @$(E) " LD " $@
1312 @$(E) " LD " $@
1375 @$(E) " LD " $@
1379 @$(E) " LD " $@
1383 @$(E) " LD " $@
/external/libexif/auto-m4/
Dlib-ld.m415 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
17 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-1.4. Sets the variable LD.
66 test -z "$LD" && LD="$ac_prog"
83 [if test -z "$LD"; then
102 acl_cv_path_LD="$LD" # Let the user override the test with a path.
104 LD="$acl_cv_path_LD"
105 if test -n "$LD"; then
106 AC_MSG_RESULT($LD)
110 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/flac/m4/
Dlib-ld.m413 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
15 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-2.4. Sets the variable LD.
70 test -z "$LD" && LD="$ac_prog"
87 [if test -z "$LD"; then
109 acl_cv_path_LD="$LD" # Let the user override the test with a path.
111 LD="$acl_cv_path_LD"
112 if test -n "$LD"; then
113 AC_MSG_RESULT([$LD])
117 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/llvm/test/CodeGen/X86/
Dcodegen-prepare-extload.ll15 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
16 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
35 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
36 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
39 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
61 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
62 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
64 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
93 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
95 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp41 unsigned selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT);
122 const LoadSDNode *LD = cast<LoadSDNode>(N); in selectIndexedLoad() local
123 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedLoad()
124 MVT VT = LD->getMemoryVT().getSimpleVT(); in selectIndexedLoad()
128 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad()
161 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad()
168 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, in selectIndexedProgMemLoad() argument
170 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedProgMemLoad()
173 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-codegen-prepare-extload.ll9 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
10 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
29 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
30 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
33 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
55 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
56 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
58 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
87 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
89 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/bpftool/src/
DMakefile.include14 $(if $(findstring default,$(origin LD)),$(eval LD := ld.lld$(LLVM_VERSION)))
19 $(if $(findstring default,$(origin LD)),$(eval LD = $(CROSS_COMPILE)$(LD)))
/external/libpng/contrib/pngminus/
DMakefile6 LD = $(CC) macro
43 $(LD) $(LDFLAGS) -o png2pnm$(EXEEXT) png2pnm.o $(LIBS_SHARED) -lm
46 $(LD) $(LDFLAGS) -o pnm2png$(EXEEXT) pnm2png.o $(LIBS_SHARED) -lm
49 $(LD) $(LDFLAGS) -o png2pnm-static$(EXEEXT) png2pnm.o $(LIBS_STATIC) -lm
52 $(LD) $(LDFLAGS) -o pnm2png-static$(EXEEXT) pnm2png.o $(LIBS_STATIC) -lm
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
DMakefile.m329 LD = g++
33 $(LD) $(LDFLAGS) -o $@ $^ -L$(ARES_BLD_DIR) -lcares $(LDLIBS)
36 $(LD) $(LDFLAGS) -o $@ $^ -L$(ARES_BLD_DIR) -lcares $(LDLIBS)
39 $(LD) $(LDFLAGS) -o $@ $^ -L$(ARES_BLD_DIR) -lcares $(LDLIBS)
42 $(LD) $(LDFLAGS) -o $@ $^ -L$(ARES_BLD_DIR) -lcares $(LDLIBS)
/external/libgsm/
DMakefile49 LD = $(CC) macro
311 $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
437 $(LD) $(LFLAGS) -o $(TLS)/sweet \
441 $(LD) $(LFLAGS) -o $(TLS)/bitter \
448 $(LD) $(LFLAGS) -o $(TLS)/ginger \
452 $(LD) $(LFLAGS) -o $(TLS)/sour \
459 $(LD) $(LFLAGS) -o $(ADDTST)/add $(ADDTST)/add_test.o $(LDLIB)
477 $(LD) $(LFLAGS) -o $(TST)/lin2txt \
481 $(LD) $(LFLAGS) -o $(TST)/lin2cod \
485 $(LD) $(LFLAGS) -o $(TST)/gsm2cod \
[all …]
/external/libconfig/aux-build/
Dconfig.rpath179 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
189 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
200 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
209 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
211 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
218 case `$LD -v 2>&1` in
223 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
235 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
568 case $LD in

12345678910>>...29