/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 1710 @$(E) " LD " $@ 1716 @$(E) " LD " $@ 1720 @$(E) " LD " $@ 1724 @$(E) " LD " $@ 1728 @$(E) " LD " $@ 1732 @$(E) " LD " $@ 1754 @$(E) " LD " $@ 1758 @$(E) " LD " $@ 1762 @$(E) " LD " $@ 1766 @$(E) " LD " $@
|
/external/clang/test/CodeGen/ |
D | builtins.c | 181 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/ |
D | ld01 | 26 LD=${LD:=ld} 33 TST_NEEDS_CMDS="$CC $LD" 45 EXPECT_FAIL $LD x.o y.o 2\> ld.out 47 if grep -q "$LD:.*[xy]\.o.*No such file or directory" ld.out; then 69 EXPECT_PASS $LD -shared f1.o d1.o -o test.so 80 EXPECT_PASS $LD -Bdynamic -shared f1.o d1.o -o test.so 81 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out 86 EXPECT_PASS $LD -Bdynamic -shared main.o f1.o rf1.o -o test.so -L/usr/lib/ 87 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out 90 if grep -q "$LD: attempted static link of dynamic object" ld.out; then
|
/external/aac/libFDK/include/ |
D | FDK_trigFcts.h | 133 #define LD 9 macro 148 int shift = (31-scale-LD-1); in fixp_sin_cos_residual_inline() 160 if (s & ((1<<LD)<<1) ) { in fixp_sin_cos_residual_inline() 164 if ( (s + (1<<LD)) & ((1<<LD)<<1) ) { in fixp_sin_cos_residual_inline() 170 s &= (((1<<LD)<<1)-1); /* Modulo PI */ in fixp_sin_cos_residual_inline() 172 if (s > (1<<LD)) { in fixp_sin_cos_residual_inline() 173 s = ((1<<LD)<<1) - s; in fixp_sin_cos_residual_inline() 179 if (s > (1<<(LD-1))) { in fixp_sin_cos_residual_inline() 182 s = (1<<LD)-s; in fixp_sin_cos_residual_inline()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 242 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/ |
D | extract.ll | 12 %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/libpng/contrib/gregbook/ |
D | Makefile.unx | 65 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)
|
D | Makefile.mingw32 | 48 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)
|
D | Makefile.sgi | 53 LD = cc 85 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBS) 88 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBS) 91 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBS)
|
D | Makefile.w32 | 54 LD = link 88 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS) $(RLIBS) 91 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS2) $(RLIBS) 94 $(LD) $(WLDFLAGS) -out:$@ $(WOBJS) $(WLIBS)
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 299 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/libexif/auto-m4/ |
D | lib-ld.m4 | 15 [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/bison/m4/ |
D | lib-ld.m4 | 13 [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/ |
D | codegen-prepare-extload.ll | 15 ; 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/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 302 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument 303 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad() 307 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad() 312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad() 318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad() 330 LoadSDNode *LD = cast<LoadSDNode>(N); in SelectIndexedLoad() local 331 if (!isValidIndexedLoad(LD)) in SelectIndexedLoad() 334 MVT VT = LD->getMemoryVT().getSimpleVT(); in SelectIndexedLoad() 350 LD->getBasePtr(), LD->getChain()); in SelectIndexedLoad() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-codegen-prepare-extload.ll | 9 ; 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/libpng/contrib/pngminus/ |
D | makefile.std | 6 LD=$(CC) 44 $(LD) $(LDFLAGS) -o png2pnm$(E) png2pnm$(O) $(LDLIBS) -lm 47 $(LD) $(LDFLAGS) -o png2pnm-static$(E) png2pnm$(O) $(LDLIBSS) -lm 53 $(LD) $(LDFLAGS) -o pnm2png$(E) pnm2png$(O) $(LDLIBS) -lm 56 $(LD) $(LDFLAGS) -o pnm2png-static$(E) pnm2png$(O) $(LDLIBSS) -lm
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 1086 @$(E) " LD " $@ 1093 @$(E) " LD " $@ 1127 @$(E) " LD " $@ 1131 @$(E) " LD " $@
|
/external/libgsm/ |
D | Makefile | 49 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/vixl/tools/ |
D | cross_build_gcc.sh | 38 export LD=$1ld 57 if [ ! -x "`which $LD`" ]; then 58 echo "Error: $LD does not exist or is not executable."
|
/external/v8/tools/ |
D | cross_build_gcc.sh | 39 export LD=$1g++ 59 if [ ! -x "$LD" ]; then 60 echo "Error: $LD does not exist or is not executable."
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 95 void SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl); 96 void SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl); 240 void HexagonDAGToDAGISel::SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl) { in SelectIndexedLoad() argument 241 SDValue Chain = LD->getChain(); in SelectIndexedLoad() 242 SDValue Base = LD->getBasePtr(); in SelectIndexedLoad() 243 SDValue Offset = LD->getOffset(); in SelectIndexedLoad() 245 EVT LoadedVT = LD->getMemoryVT(); in SelectIndexedLoad() 250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() 279 if (isAlignedMemNode(LD)) in SelectIndexedLoad() 289 if (isAlignedMemNode(LD)) in SelectIndexedLoad() [all …]
|
/external/bison/build-aux/ |
D | config.rpath | 195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 236 case `$LD -v 2>&1` in 241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 253 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 589 case $LD in
|
/external/e2fsprogs/config/ |
D | config.rpath | 195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 236 case `$LD -v 2>&1` in 241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 253 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 583 case $LD in
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 203 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in LegalizeOp() local 204 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() 205 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp() 206 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0), in LegalizeOp() 207 LD->getMemoryVT())) { in LegalizeOp() 495 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in ExpandLoad() local 497 EVT SrcVT = LD->getMemoryVT(); in ExpandLoad() 510 EVT DstEltVT = LD->getValueType(0).getScalarType(); in ExpandLoad() 511 SDValue Chain = LD->getChain(); in ExpandLoad() 512 SDValue BasePTR = LD->getBasePtr(); in ExpandLoad() [all …]
|