Home
last modified time | relevance | path

Searched defs:ld (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/MC/Lanai/
H A Dv11.s127 ld -1024[%r17], %r21 label
129 ld 0[%r17], %r21 label
131 ld 1024[%r17], %r21 label
145 ld %r18[%r17], %r21 label
185 ld 0[*%r17], %r21 label
201 ld [--%r17], %r21 label
203 ld [++%r17], %r21 label
261 ld 0[%r17*], %r21 label
277 ld [%r17--], %r21 label
279 ld [%r17++], %r21 label
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xl-xst.c55 void test1(vector signed short *c, signed short *st, const signed short *ld) { in test1()
106 const unsigned short *ld) { in test2()
156 void test3(vector signed int *c, signed int *st, const signed int *ld) { in test3()
206 void test4(vector unsigned int *c, unsigned int *st, const unsigned int *ld) { in test4()
257 const signed long long *ld) { in test5()
308 const unsigned long long *ld) { in test6()
358 void test7(vector float *c, float *st, const float *ld) { in test7()
408 void test8(vector double *c, double *st, const double *ld) { in test8()
460 const signed __int128 *ld) { in test9()
511 const unsigned __int128 *ld) { in test10()
/llvm-project-15.0.7/llvm/test/MC/VE/
H A DLD.s8 ld %s11, 8199 label
12 ld %s11, 20(%s11) label
16 ld %s11, -1(, %s11) label
20 ld %s11, 20(%s10, %s11) label
/llvm-project-15.0.7/clang/test/Sema/
H A Dfloat128-ld-incompatibility.cpp12 long double ld{qf()}; // expected-error {{cannot initialize a variable of type 'long double' with a… variable
15 auto test1(__float128 q, long double ld) -> decltype(q + ld) { // expected-error {{invalid operands… in test1()
25 long double ld; in test3() local
33 …q * ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')… in test3() local
H A Dwarn-double-promotion.c7 float ReturnFloatFromLongDouble(long double ld) { in ReturnFloatFromLongDouble()
11 double ReturnDoubleFromLongDouble(long double ld) { in ReturnDoubleFromLongDouble()
27 void Assignment(float f, double d, long double ld) { in Assignment()
45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator()
54 void MultiplicationAssignment(float f, double d, long double ld) { in MultiplicationAssignment()
67 void ConditionalOperator(float f, double d, long double ld, int i) { in ConditionalOperator()
H A Dx86-no-x87.cpp77 long_double ld; member
84 long_double ld; member
91 long_double ld; member
123 long_double ld = 0.42; in assign5() local
H A Dx86_64-no-x87.cpp77 long_double ld; member
84 long_double ld; member
91 long_double ld; member
123 long_double ld = 0.42; in assign5() local
H A Dconversion-target-dep.c7 long double ld; variable
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dstrictfp_builtins.c41 void test_long_double_isinf(long double ld) { in test_long_double_isinf()
59 void test_long_double_isfinite(long double ld) { in test_long_double_isfinite()
78 void test_long_double_isnan(long double ld) { in test_long_double_isnan()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-strictfp-builtins.c39 void test_long_double_isinf(long double ld) { in test_long_double_isinf()
57 void test_long_double_isfinite(long double ld) { in test_long_double_isfinite()
76 void test_long_double_isnan(long double ld) { in test_long_double_isnan()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dnvptx_unsupported_type_messages.cpp105 void ld_arg1a(long double ld) {} in ld_arg1a()
113 void ld_arg1b(ld_ty ld) {} in ld_arg1b()
116 static void ld_arg1c(long double ld) {} in ld_arg1c()
119 inline void ld_arg1d(long double ld) {} in ld_arg1d()
124 static void ld_arg1e(long double ld) {} in ld_arg1e()
132 long double ld = 0; in ld_use1() local
136 long double ld = 0; in ld_use2() local
142 long double ld = 0; in ld_use3() local
149 long double ld = 0; in ld_use4() local
177 void ld_arg2a(__float128 ld) {} in ld_arg2a()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dstrictfp_builtins.c40 int test_isnan_long_double(long double ld) { in test_isnan_long_double()
77 int test_isinf_long_double(long double ld) { in test_isinf_long_double()
114 int test_isfinite_long_double(long double ld) { in test_isfinite_long_double()
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dcompress-rv64i.s18 ld s0, 248(a5) label
54 ld ra, 248(sp) label
H A Drv64i-valid.s27 ld x10, -2048(x11) label
30 ld x12, %lo(2048)(x13) label
33 ld x14, 2047(x15) label
H A Drv64i-pseudos.s11 ld a3, a_symbol label
H A Drv64zdinx-invalid.s5 ld a0, -2049(a1) # CHECK: :[[@LINE]]:8: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_l… label
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-tls-vaddr-align.s26 ld 3, a@tprel(13) label
H A Dppc64-toc-relax-ifunc.s31 ld 3, .toc@toc@l(3) label
H A Dmips-plt-copy.s81 ld: label
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dpr24686.s5 ld %r5, p_end - _stext(%r5) label
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dstrong_order_long_double.verify.cpp34 long double ld = 3.14; in f() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/
H A Dscanf-ldbl.c11 long double ld; in main() local
H A Dprintf-ldbl.c12 long double ld = 4.0; in main() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dbuiltin_signbit.cpp10 long double ld = -1.0L; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dincorrect-roundings.cpp8 long double ld; in f1() local

1234