/llvm-project/llvm/test/MC/Lanai/ |
H A D | v11.s | 125 ld -32768[%r17], %r21 label 127 ld -1024[%r17], %r21 label 129 ld 0[%r17], %r21 label 131 ld 1024[%r17], %r21 label 133 ld 32767[%r17], %r21 label 145 ld %r18[%r17], %r21 label 181 ld -32768[*%r17], %r21 label 183 ld -1024[*%r17], %r21 label 185 ld 0[*%r17], %r21 label 187 ld 1024[*%r17], %r21 label [all …]
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xl-xst.c | 51 void test1(vector signed short *c, signed short *st, const signed short *ld) { in test1() 98 const unsigned short *ld) { in test2() 144 void test3(vector signed int *c, signed int *st, const signed int *ld) { in test3() 190 void test4(vector unsigned int *c, unsigned int *st, const unsigned int *ld) { in test4() 237 const signed long long *ld) { in test5() 284 const unsigned long long *ld) { in test6() 330 void test7(vector float *c, float *st, const float *ld) { in test7() 376 void test8(vector double *c, double *st, const double *ld) { in test8() 424 const signed __int128 *ld) { in test9() 471 const unsigned __int128 *ld) { in test10()
|
/llvm-project/llvm/test/MC/VE/ |
H A D | LD.s | 8 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/clang/test/Sema/ |
H A D | float128-ld-incompatibility.cpp | 12 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 D | warn-double-promotion.c | 7 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 D | x86-no-x87.cpp | 77 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 D | x86_64-no-x87.cpp | 77 long_double ld; member 84 long_double ld; member 91 long_double ld; member 123 long_double ld = 0.42; in assign5() local
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | strictfp_builtins.c | 35 void test_long_double_isinf(long double ld) { in test_long_double_isinf() 51 void test_long_double_isfinite(long double ld) { in test_long_double_isfinite() 67 void test_long_double_isnan(long double ld) { in test_long_double_isnan()
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-strictfp-builtins.c |
|
/llvm-project/clang/test/OpenMP/ |
H A D | nvptx_unsupported_type_messages.cpp | 105 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() 129 inline void ld_arg1f(long double ld) {} in ld_arg1f() 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 [all …]
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | strictfp_builtins.c | 40 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/llvm/test/MC/RISCV/ |
H A D | compress-rv64i.s | 18 ld s0, 248(a5) label 54 ld ra, 248(sp) label
|
H A D | rv64i-valid.s | 27 ld x10, -2048(x11) label 30 ld x12, %lo(2048)(x13) label 33 ld x14, 2047(x15) label
|
H A D | rv64i-pseudos.s | 11 ld a3, a_symbol label
|
H A D | rv64zdinx-invalid.s | 5 ld a0, -2049(a1) # CHECK: :[[@LINE]]:8: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_l… label
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-tlsdesc.s | 172 ld \dst, \src global() label 215 ld \dst, \src global() label [all...] |
H A D | ppc64-toc-relax-ifunc.s | 28 ld 3, .toc@toc@l(3) label
|
H A D | ppc64-tls-vaddr-align.s | 26 ld 3, a@tprel(13) label
|
/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/ |
H A D | strong_order_long_double.verify.cpp | 39 long double ld = 3.14; f() local
|
/llvm-project/llvm/test/MC/PowerPC/ |
H A D | pr24686.s | 5 ld %r5, p_end - _stext(%r5) label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | load-to-alu.s | 5 ld a1, 0(a0) label
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | scanf-ldbl.c | 11 long double ld; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | builtin_signbit.cpp | 11 long double ld = -1.0L; variable
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFiveP400/ |
H A D | load.s | 5 ld t0, 0(a0) label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFiveP600/ |
H A D | load.s | 5 ld t0, 0(a0) label
|