/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 1675 @$(E) " LD " $@ 1681 @$(E) " LD " $@ 1685 @$(E) " LD " $@ 1689 @$(E) " LD " $@ 1693 @$(E) " LD " $@ 1697 @$(E) " LD " $@ 1719 @$(E) " LD " $@ 1723 @$(E) " LD " $@ 1727 @$(E) " LD " $@ 1731 @$(E) " LD " $@
|
/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/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/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 94 SDNode *SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl); 95 SDNode *SelectIndexedLoad(LoadSDNode *LD, SDLoc dl); 96 SDNode *SelectIndexedLoadZeroExtend64(LoadSDNode *LD, unsigned Opcode, 98 SDNode *SelectIndexedLoadSignExtend64(LoadSDNode *LD, unsigned Opcode, 254 SDNode *HexagonDAGToDAGISel::SelectIndexedLoadSignExtend64(LoadSDNode *LD, in SelectIndexedLoadSignExtend64() argument 257 SDValue Chain = LD->getChain(); in SelectIndexedLoadSignExtend64() 258 EVT LoadedVT = LD->getMemoryVT(); in SelectIndexedLoadSignExtend64() 259 SDValue Base = LD->getBasePtr(); in SelectIndexedLoadSignExtend64() 260 SDValue Offset = LD->getOffset(); in SelectIndexedLoadSignExtend64() 272 MemOp[0] = LD->getMemOperand(); in SelectIndexedLoadSignExtend64() [all …]
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 208 void addLogicalModule(CODLogicalDylib &LD, ModulePtrT SrcMPtr) { in addLogicalModule() argument 215 auto LMH = LD.createLogicalModule(); in addLogicalModule() 216 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule() 248 CCInfo.setCompileAction([this, &LD, LMH, &F]() { in addLogicalModule() 249 return this->extractAndCompile(LD, LMH, F); in addLogicalModule() 319 [&LD, LMH](const std::string &Name) { in addLogicalModule() 320 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule() 323 return LD.getDylibResources().ExternalSymbolResolver(Name); in addLogicalModule() 335 LD.addToLogicalModule(LMH, GVsH); in addLogicalModule() 347 TargetAddress extractAndCompile(CODLogicalDylib &LD, in extractAndCompile() argument [all …]
|
/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/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/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/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/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 300 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument 301 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() 302 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad() 305 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad() 310 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad() 316 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad() 328 LoadSDNode *LD = cast<LoadSDNode>(N); in SelectIndexedLoad() local 329 if (!isValidIndexedLoad(LD)) in SelectIndexedLoad() 332 MVT VT = LD->getMemoryVT().getSimpleVT(); in SelectIndexedLoad() 348 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
|
D | makefile.tc3 | 5 LD=tcc -Lc:\tc3\lib 26 $(LD) $(LDFLAGS) png2pnm$(O) libpng$(L) zlib$(L) 32 $(LD) $(LDFLAGS) pnm2png$(O) libpng$(L) zlib$(L)
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 1054 @$(E) " LD " $@ 1061 @$(E) " LD " $@ 1095 @$(E) " LD " $@ 1099 @$(E) " LD " $@
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 202 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in LegalizeOp() local 203 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp() 204 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp() 205 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0), in LegalizeOp() 206 LD->getMemoryVT())) { in LegalizeOp() 496 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); in ExpandLoad() local 497 SDValue Chain = LD->getChain(); in ExpandLoad() 498 SDValue BasePTR = LD->getBasePtr(); in ExpandLoad() 499 EVT SrcVT = LD->getMemoryVT(); in ExpandLoad() 500 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad() [all …]
|
/external/clang/test/CodeGen/ |
D | builtins.c | 171 void test_float_builtins(float F, double D, long double LD) { in test_float_builtins() argument 181 res = __builtin_isinf(LD); in test_float_builtins() 201 res = __builtin_isinf_sign(LD); in test_float_builtins() 225 void test_float_builtin_ops(float F, double D, long double LD) { in test_float_builtin_ops() argument 236 resld = __builtin_fmodl(LD,LD); in test_float_builtin_ops() 241 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
|
/external/vixl/tools/ |
D | cross_build_gcc.sh | 38 export LD=$1ld 57 if [ ! -x "$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/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/llvm/test/CodeGen/PowerPC/ |
D | resolvefi-disp.ll | 5 ; CHECK-NOT: LD {{3276[8-9]}} 6 ; CHECK-NOT: LD {{327[7-9][0-9]}} 7 ; CHECK-NOT: LD {{32[8-9][0-9][0-9]}} 8 ; CHECK-NOT: LD {{3[3-9][0-9][0-9][0-9]}} 9 ; CHECK-NOT: LD {{[4-9][0-9][0-9][0-9][0-9]}} 10 ; CHECK-NOT: LD {{[1-9][0-9][0-9][0-9][0-9][0-9]+}}
|
/external/libexif/ |
D | config.rpath | 146 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 156 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 165 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 167 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 177 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 476 case $LD in
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
D | Makefile | 36 LD=$(CXX) macro 39 LD=$(CXX) macro 41 LD=$(CC) macro 62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
|