Home
last modified time | relevance | path

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

12345678910>>...36

/external/llvm-project/lld/test/ELF/
Dppc64-tls-pcrel-ld.s7 # RUN: llvm-readelf -r %t-ld.so | FileCheck %s --check-prefix=LD-RELOC
8 # RUN: llvm-readelf -s %t-ld.so | FileCheck %s --check-prefix=LD-SYM
9 # RUN: llvm-readelf -x .got %t-ld.so | FileCheck %s --check-prefix=LD-GOT
10 # RUN: llvm-objdump -d --no-show-raw-insn --mcpu=pwr10 %t-ld.so | FileCheck %s --check-prefix=LD
18 ## LD - Local Dynamic with no relaxation possible
21 # LD-RELOC: Relocation section '.rela.dyn' at offset 0x10080 contains 1 entries:
22 # LD-RELOC: 0000000001004168 0000000000000044 R_PPC64_DTPMOD64 0
24 # LD-SYM: Symbol table '.symtab' contains 11 entries:
25 # LD-SYM: 5: 0000000000000000 0 TLS LOCAL DEFAULT 13 x
26 # LD-SYM-NEXT: 6: 0000000000000004 0 TLS LOCAL DEFAULT 13 y
[all …]
Dppc32-tls-ld.s6 # RUN: llvm-readobj -r %t.so | FileCheck --check-prefix=LD-REL %s
7 # RUN: llvm-objdump -d --no-show-raw-insn %t.so | FileCheck --check-prefix=LD %s
13 # LD-REL: .rela.dyn {
14 # LD-REL-NEXT: 0x202C4 R_PPC_DTPMOD32 - 0x0
15 # LD-REL-NEXT: }
18 # LD: addi 3, 30, 0
19 # LD-NEXT: bl 0x101f8
22 # LD-NEXT: addis 9, 3, 1
23 # LD-NEXT: addis 10, 3, 2
24 # LD-NEXT: addi 9, 9, -32764
[all …]
Dx86-64-tlsdesc-ld.s5 # RUN: llvm-readobj -r %t.so | FileCheck --check-prefix=LD-REL %s
6 # RUN: llvm-objdump -d --no-show-raw-insn %t.so | FileCheck --check-prefix=LD %s
12 ## Check _TLS_MODULE_BASE_ used by LD produces a dynamic relocation with a value of 0.
13 # LD-REL: .rela.dyn {
14 # LD-REL-NEXT: 0x2318 R_X86_64_TLSDESC - 0x0
15 # LD-REL-NEXT: }
19 # LD: leaq 4273(%rip), %rax
20 # LD-NEXT: 1267: callq *(%rax)
21 # LD-NEXT: movl %fs:8(%rax), %edx
22 # LD-NEXT: addl %fs:12(%rax), %edx
[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"
28 EXPECT_FAIL $LD x.o y.o 2\> ld.out
30 if grep -q "$LD:.*[xy]\.o.*No such file or directory" ld.out; then
52 EXPECT_PASS $LD -shared f1.o d1.o -o test.so
63 EXPECT_PASS $LD -Bdynamic -shared f1.o d1.o -o test.so
64 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
69 EXPECT_PASS $LD -Bdynamic -shared main.o f1.o rf1.o -o test.so -L/usr/lib/
70 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out
73 if grep -q "$LD: attempted static link of dynamic object" ld.out; then
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile1881 @$(E) " LD " $@
1887 @$(E) " LD " $@
1893 @$(E) " LD " $@
1899 @$(E) " LD " $@
1905 @$(E) " LD " $@
1911 @$(E) " LD " $@
1938 @$(E) " LD " $@
1942 @$(E) " LD " $@
1948 @$(E) " LD " $@
1952 @$(E) " LD " $@
/external/llvm-project/clang/test/CodeGen/
Dbuiltins.c196 void test_float_builtins(__fp16 *H, float F, double D, long double LD) { in test_float_builtins() argument
210 res = __builtin_isinf(LD); in test_float_builtins()
238 res = __builtin_isinf_sign(LD); in test_float_builtins()
279 void test_float_builtin_ops(float F, double D, long double LD) { in test_float_builtin_ops() argument
292 resld = __builtin_fmodl(LD,LD); in test_float_builtin_ops()
297 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
304 resld = __builtin_canonicalizel(LD); in test_float_builtin_ops()
315 resld = __builtin_fminl(LD, LD); in test_float_builtin_ops()
324 resld = __builtin_fmaxl(LD, LD); in test_float_builtin_ops()
333 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
[all …]
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dproxy-reg-erasure-ptx.ll15 ; PTX-DAG: ld.param.b32 [[LD:%r[0-9]+]], [retval0+0];
18 ; PTX-WITHOUT-DAG: mov.b32 [[PROXY:%r[0-9]+]], [[LD]];
20 ; PTX-WITH-DAG: and.b32 [[RES:%r[0-9]+]], [[LD]], 1;
32 ; PTX-DAG: ld.param.b32 [[LD:%r[0-9]+]], [retval0+0];
35 ; PTX-WITHOUT-DAG: mov.b32 [[PROXY:%r[0-9]+]], [[LD]];
37 ; PTX-WITH-DAG: and.b32 [[RES:%r[0-9]+]], [[LD]], 65535;
49 ; PTX-DAG: ld.param.b32 [[LD:%r[0-9]+]], [retval0+0];
52 ; PTX-WITHOUT-DAG: mov.b32 [[PROXY:%r[0-9]+]], [[LD]];
54 ; PTX-WITH-DAG: st.param.b32 [func_retval0+0], [[LD]];
64 ; PTX-DAG: ld.param.b64 [[LD:%rd[0-9]+]], [retval0+0];
[all …]
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll9 ; CHECK-NEXT: [[LD:%.*]] = load <2 x double>, <2 x double>* undef
11 ; CHECK-NEXT: [[TMP0:%.*]] = fadd <2 x double> [[LD]], <double 0.000000e+00, double 1.100000e+00>
17 %LD = load <2 x double>, <2 x double>* undef
18 %V0 = extractelement <2 x double> %LD, i32 0
19 %V1 = extractelement <2 x double> %LD, i32 1
32 ; CHECK-NEXT: [[LD:%.*]] = load <2 x double>, <2 x double>* undef
33 ; CHECK-NEXT: [[REORDER_SHUFFLE:%.*]] = shufflevector <2 x double> [[LD]], <2 x double> undef, <…
41 %LD = load <2 x double>, <2 x double>* undef
42 %V0 = extractelement <2 x double> %LD, i32 0
43 %V1 = extractelement <2 x double> %LD, i32 1
[all …]
/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/llvm-project/llvm/test/CodeGen/PowerPC/
Dfold-frame-offset-using-rr.mir24 $x6 = LD 4, killed $x4
40 $x6 = LD 4, killed $x3
58 $x6 = LD 4, killed $x3
59 ; CHECK: $x6 = LD 4, killed $x3
76 $x6 = LD 4, killed $x3
77 ; CHECK: $x6 = LD 4, killed $x3
94 $x6 = LD 4, killed $x4
95 ; CHECK: $x6 = LD 4, killed $x4
110 $x6 = LD 4, $x4
111 ; CHECK: $x6 = LD 4, $x4
[all …]
/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-project/llvm/test/CodeGen/Mips/msa/
Demergency-spill.mir147 $a1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
152 $at_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
153 $v0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
154 $v1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
155 $a0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
156 $a1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
157 $a2_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
158 $a3_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
159 $t0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
160 $t1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
[all …]
/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/wpa_supplicant_8/hostapd/
DMakefile1286 @$(E) " LD " $@
1297 @$(E) " LD " $@
1360 @$(E) " LD " $@
1364 @$(E) " LD " $@
1368 @$(E) " LD " $@
/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)
/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/llvm-project/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/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/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/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/llvm-project/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/llvm-project/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/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 …]

12345678910>>...36