| /llvm-project-15.0.7/llvm/test/MC/Mips/msa/ |
| H A D | test_mi10.s | 3 ld.b $w0, -512($1) # CHECK: ld.b $w0, -512($1) # encoding: [0x7a,0x00,0x08,0x20] 4 ld.b $w1, 0($2) # CHECK: ld.b $w1, 0($2) # encoding: [0x78,0x00,0x10,0x60] 5 ld.b $w2, 511($3) # CHECK: ld.b $w2, 511($3) # encoding: [0x79,0xff,0x18,0xa0] 7 ld.h $w3, -1024($4) # CHECK: ld.h $w3, -1024($4) # encoding: [0x7a,0x00,0x20,0xe1] 8 ld.h $w4, -512($5) # CHECK: ld.h $w4, -512($5) # encoding: [0x7b,0x00,0x29,0x21] 9 ld.h $w5, 0($6) # CHECK: ld.h $w5, 0($6) # encoding: [0x78,0x00,0x31,0x61] 10 ld.h $w6, 512($7) # CHECK: ld.h $w6, 512($7) # encoding: [0x79,0x00,0x39,0xa1] 11 ld.h $w7, 1022($8) # CHECK: ld.h $w7, 1022($8) # encoding: [0x79,0xff,0x41,0xe1] 13 ld.w $w8, -2048($9) # CHECK: ld.w $w8, -2048($9) # encoding: [0x7a,0x00,0x4a,0x22] 14 ld.w $w9, -1024($10) # CHECK: ld.w $w9, -1024($10) # encoding: [0x7b,0x00,0x52,0x62] [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/AVR/ |
| H A D | inst-ld.s | 10 ld r10, X 11 ld r17, X 13 ld r30, Y 14 ld r19, Y 16 ld r10, Z 17 ld r2, Z 21 ld r10, X+ 22 ld r17, X+ 24 ld r30, Y+ 25 ld r19, Y+ [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-double-promotion.c | 7 float ReturnFloatFromLongDouble(long double ld) { in ReturnFloatFromLongDouble() argument 8 return ld; in ReturnFloatFromLongDouble() 12 return ld; in ReturnDoubleFromLongDouble() 32 f = ld; in Assignment() 33 d = ld; in Assignment() 61 f *= ld; in MultiplicationAssignment() 62 d *= ld; in MultiplicationAssignment() 70 f = i ? f : ld; in ConditionalOperator() 71 f = i ? ld : f; in ConditionalOperator() 72 d = i ? d : ld; in ConditionalOperator() [all …]
|
| H A D | float128-ld-incompatibility.cpp | 15 auto test1(__float128 q, long double ld) -> decltype(q + ld) { // expected-error {{invalid operands… in test1() argument 25 long double ld; in test3() local 28 …ld + q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')… in test3() 29 …q + ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')… in test3() 30 …ld - q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')… in test3() 31 …q - ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')… in test3() 32 …ld * q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')… in test3() 33 …q * ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')… in test3() local 36 ld = q; // expected-error {{assigning to 'long double' from incompatible type '__float128'}} in test3() 37 q = ld; // expected-error {{assigning to '__float128' from incompatible type 'long double'}} in test3() [all …]
|
| H A D | conversion-target-dep.c | 7 long double ld; variable 12 …ld = d; // x86-warning {{implicit conversion increases floating-point precision: 'double' to 'long… in main() 13 …d = ld; // x86-warning {{implicit conversion loses floating-point precision: 'long double' to 'dou… in main() 15 …ld += d; // x86-warning {{implicit conversion increases floating-point precision: 'double' to 'lon… in main() 16 …d += ld; // x86-warning {{implicit conversion when assigning computation result loses floating-poi… in main() 18 …f16 = ld; // expected-warning {{implicit conversion loses floating-point precision: 'long double' … in main() 19 …ld = f16; // expected-warning {{implicit conversion increases floating-point precision: '_Float16'… in main() 21 …f16 += ld; // expected-warning {{implicit conversion when assigning computation result loses float… in main() 22 …ld += f16; // expected-warning {{implicit conversion increases floating-point precision: '_Float16… in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-xl-xst.c | 56 *c = vec_xl(3ll, ld); in test1() 106 const unsigned short *ld) { in test2() argument 107 *c = vec_xl(3ll, ld); in test2() 157 *c = vec_xl(3ll, ld); in test3() 207 *c = vec_xl(3ll, ld); in test4() 258 *c = vec_xl(3ll, ld); in test5() 309 *c = vec_xl(3ll, ld); in test6() 359 *c = vec_xl(3ll, ld); in test7() 409 *c = vec_xl(3ll, ld); in test8() 461 *c = vec_xl(3ll, ld); in test9() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ParallelDSP/ |
| H A D | blocks.ll | 11 %ld.a.0 = load i16, i16* %a 13 %ld.b.0 = load i16, i16* %b 36 %ld.a.0 = load i16, i16* %a 38 %ld.b.0 = load i16, i16* %b 63 %ld.a.0 = load i16, i16* %a 65 %ld.b.0 = load i16, i16* %b 91 %ld.a.0 = load i16, i16* %a 93 %ld.b.0 = load i16, i16* %b 117 %ld.a.0 = load i16, i16* %a 119 %ld.b.0 = load i16, i16* %b [all …]
|
| H A D | exchange.ll | 13 %ld.a.0 = load i16, i16* %a 15 %ld.b.0 = load i16, i16* %b 38 %ld.a.0 = load i16, i16* %a 40 %ld.b.0 = load i16, i16* %b 63 %ld.a.0 = load i16, i16* %a 65 %ld.b.0 = load i16, i16* %b 88 %ld.a.0 = load i16, i16* %a 90 %ld.b.0 = load i16, i16* %b 117 %ld.a.0 = load i16, i16* %a 119 %ld.b.0 = load i16, i16* %b [all …]
|
| H A D | overlapping.ll | 21 %ld.a.0 = load i16, i16* %a 23 %ld.b.0 = load i16, i16* %b 24 %ld.a.1 = load i16, i16* %addr.a.1 65 %ld.a.0 = load i16, i16* %a 67 %ld.b.0 = load i16, i16* %b 106 %ld.a.0 = load i16, i16* %a 108 %ld.b.0 = load i16, i16* %b 148 %ld.a.0 = load i16, i16* %a 150 %ld.b.0 = load i16, i16* %b 194 %ld.a.0 = load i16, i16* %a [all …]
|
| H A D | sext-acc.ll | 12 %ld.a.0 = load i16, i16* %a 13 %sext.a.0 = sext i16 %ld.a.0 to i32 14 %ld.b.0 = load i16, i16* %b 15 %sext.b.0 = sext i16 %ld.b.0 to i32 19 %ld.a.1 = load i16, i16* %addr.a.1 46 %ld.a.0 = load i16, i16* %a 48 %ld.b.0 = load i16, i16* %b 98 %ld.a.0 = load i16, i16* %a 100 %ld.b.0 = load i16, i16* %b 150 %ld.a.0 = load i16, i16* %a [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/msa/ |
| H A D | test_mi10.txt | 3 0x7a 0x00 0x08 0x20 # CHECK: ld.b $w0, -512($1) 4 0x78 0x00 0x10 0x60 # CHECK: ld.b $w1, 0($2) 5 0x79 0xff 0x18 0xa0 # CHECK: ld.b $w2, 511($3) 7 0x7a 0x00 0x20 0xe1 # CHECK: ld.h $w3, -1024($4) 8 0x7b 0x00 0x29 0x21 # CHECK: ld.h $w4, -512($5) 9 0x78 0x00 0x31 0x61 # CHECK: ld.h $w5, 0($6) 10 0x79 0x00 0x39 0xa1 # CHECK: ld.h $w6, 512($7) 11 0x79 0xff 0x41 0xe1 # CHECK: ld.h $w7, 1022($8) 13 0x7a 0x00 0x4a 0x22 # CHECK: ld.w $w8, -2048($9) 16 0x78 0x80 0x62 0xe2 # CHECK: ld.w $w11, 512($12) [all …]
|
| /llvm-project-15.0.7/lld/test/MinGW/ |
| H A D | driver.test | 1 RUN: ld.lld -### foo.o -m i386pe 2>&1 | FileCheck -check-prefix=X86 %s 8 RUN: ld.lld @%t.rsp 2>&1 | FileCheck -check-prefix=X86 %s 10 RUN: ld.lld -### foo.o -m i386pep 2>&1 | FileCheck -check-prefix=X64 %s 16 RUN: ld.lld -### foo.o -m thumb2pe 2>&1 | FileCheck -check-prefix=ARM %s 22 RUN: ld.lld -### foo.o -m arm64pe 2>&1 | FileCheck -check-prefix=ARM64 %s 50 RUN: ld.lld -### foo.o -m i386pep -ebar 2>&1 | FileCheck -check-prefix=ENTRY %s 125 RUN: ld.lld -### -m i386pep foo.o 2>&1 | FileCheck -check-prefix DEBUG %s 216 RUN: ld.lld -### -m i386pep --start-group foo.o --end-group 2> /dev/null 250 RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s 251 RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | ld-addrspace.ll | 12 ; G32: ld.global.u8 %{{.*}}, [%r{{[0-9]+}}] 13 ; G64: ld.global.u8 %{{.*}}, [%rd{{[0-9]+}}] 20 ; LS32: ld.shared.u8 %{{.*}}, [%r{{[0-9]+}}] 21 ; LS64: ld.shared.u8 %{{.*}}, [%rd{{[0-9]+}}] 28 ; LS32: ld.local.u8 %{{.*}}, [%r{{[0-9]+}}] 29 ; LS64: ld.local.u8 %{{.*}}, [%rd{{[0-9]+}}] 38 ; G32: ld.global.u16 %{{.*}}, [%r{{[0-9]+}}] 39 ; G64: ld.global.u16 %{{.*}}, [%rd{{[0-9]+}}] 46 ; LS32: ld.shared.u16 %{{.*}}, [%r{{[0-9]+}}] 54 ; LS32: ld.local.u16 %{{.*}}, [%r{{[0-9]+}}] [all …]
|
| H A D | misaligned-vector-ldst.ll | 9 ; CHECK-NOT: ld.v4 10 ; CHECK-NOT: ld.v2 11 ; CHECK-NOT: ld.f32 12 ; CHECK: ld.u8 20 ; CHECK-NOT: ld.v4 21 ; CHECK-NOT: ld.v2 22 ; CHECK: ld.f32 30 ; CHECK-NOT: ld.v4 31 ; CHECK: ld.v2 39 ; CHECK: ld.v4 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | stack-folding.ll | 30 ; CHECK-NEXT: ld a0, 16(sp) # 8-byte Folded Reload 39 ; CHECK-NEXT: ld ra, 136(sp) # 8-byte Folded Reload 40 ; CHECK-NEXT: ld gp, 128(sp) # 8-byte Folded Reload 44 ; CHECK-NEXT: ld s2, 96(sp) # 8-byte Folded Reload 45 ; CHECK-NEXT: ld s3, 88(sp) # 8-byte Folded Reload 46 ; CHECK-NEXT: ld s4, 80(sp) # 8-byte Folded Reload 47 ; CHECK-NEXT: ld s5, 72(sp) # 8-byte Folded Reload 48 ; CHECK-NEXT: ld s6, 64(sp) # 8-byte Folded Reload 49 ; CHECK-NEXT: ld s7, 56(sp) # 8-byte Folded Reload 50 ; CHECK-NEXT: ld s8, 48(sp) # 8-byte Folded Reload [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mips64.S | 34 ld $a0,0($sp) 43 ld $gp,8($sp) 44 ld $fp,16($sp) 45 ld $ra,24($sp) 46 ld $s0,32($sp) 50 ld $t9,0($t9) 86 ld $a0,0($sp) 95 ld $gp,8($sp) 102 ld $t9,0($t9) 139 ld $a0,0($sp) [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_mips64.S | 34 ld $a0,0($sp) 43 ld $gp,8($sp) 44 ld $fp,16($sp) 45 ld $ra,24($sp) 46 ld $s0,32($sp) 50 ld $t9,0($t9) 86 ld $a0,0($sp) 95 ld $gp,8($sp) 102 ld $t9,0($t9) 139 ld $a0,0($sp) [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Vector/ |
| H A D | load_stk_ldvm.ll | 125 ; CHECK-NEXT: ld %s9, (, %s11) 177 ; CHECK-NEXT: ld %s9, (, %s11) 242 ; CHECK-NEXT: ld %s9, (, %s11) 308 ; CHECK-NEXT: ld %s9, (, %s11) 358 ; CHECK-NEXT: ld %s1, 8(, %s0) 359 ; CHECK-NEXT: ld %s0, (, %s0) 370 ; CHECK-NEXT: ld %s9, (, %s11) 411 ; CHECK-NEXT: ld %s1, 8(, %s0) 412 ; CHECK-NEXT: ld %s0, (, %s0) 466 ; CHECK-NEXT: ld %s0, (, %s0) [all …]
|
| H A D | loadvm.ll | 11 ; CHECK-NEXT: ld %s1, (, %s0) 12 ; CHECK-NEXT: ld %s2, 8(, %s0) 13 ; CHECK-NEXT: ld %s3, 16(, %s0) 14 ; CHECK-NEXT: ld %s0, 24(, %s0) 31 ; CHECK-NEXT: ld %s1, (, %s0) 32 ; CHECK-NEXT: ld %s2, 8(, %s0) 33 ; CHECK-NEXT: ld %s3, 16(, %s0) 34 ; CHECK-NEXT: ld %s0, 24(, %s0) 48 ; CHECK-NEXT: ld %s1, (, %s0) 49 ; CHECK-NEXT: ld %s2, 8(, %s0) [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-operands.s | 92 # CHECK-BE: ld 1, 0(0) # encoding: [0xe8,0x20,0x00,0x00] 93 # CHECK-LE: ld 1, 0(0) # encoding: [0x00,0x00,0x20,0xe8] 94 ld 1, 0(0) 96 # CHECK-BE: ld 1, 0(0) # encoding: [0xe8,0x20,0x00,0x00] 98 ld 1, 0(%r0) 102 ld 1, 0(31) 106 ld 1, 0(%r31) 110 ld 1, -32768(2) 114 ld 1, 32764(2) 118 ld 1, 4(2) [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | mips64-f128.ll | 21 ; ALL: ld $25, %call16(__addtf3) 32 ; ALL: ld $25, %call16(__subtf3) 266 ; ALL: ld $25, %call16(ceill) 278 ; ALL: ld $25, %call16(sinl) 290 ; ALL: ld $25, %call16(cosl) 302 ; ALL: ld $25, %call16(expl) 326 ; ALL: ld $25, %call16(logl) 445 ; ALL: ld $25, %call16(powl) 471 ; ALL: ld $25, %call16(fmal) 546 ; ALL: ld $2, 0($[[R0]]) [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Lanai/ |
| H A D | v11.s | 129 ld 0[%r17], %r21 label 131 ld 1024[%r17], %r21 label 145 ld %r18[%r17], %r21 label 153 ld.h 18[%r17], %r21 161 ld.b 18[%r17], %r21 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 [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_powerpc64_asm.S | 128 ld 0, 400(1) 130 ld 2, 392(1) 131 ld 3, 32(1) 132 ld 4, 40(1) 133 ld 5, 48(1) 134 ld 6, 56(1) 135 ld 7, 64(1) 136 ld 8, 72(1) 137 ld 9, 80(1) 141 ld 0, 16(1) [all …]
|
| H A D | xray_trampoline_mips64.S | 50 ld $t9, 0($t9) 70 ld $a0, 64($sp) 71 ld $a1, 72($sp) 72 ld $a2, 80($sp) 73 ld $a3, 88($sp) 74 ld $a4, 96($sp) 110 ld $t9, 0($t9) 125 ld $v0, 24($sp) 126 ld $v1, 32($sp) 127 ld $a0, 40($sp) [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | incorrect-roundings.cpp | 8 long double ld; in f1() local 23 x = (0.5 + ld); in f1() 25 x = (0.5f + ld); in f1() 35 x = (int)(ld + 0.5); in f1() 37 x = (int)(ld + 0.5f); in f1() 47 x = (int)(0.5 + ld); in f1() 49 x = (int)(0.5f + ld); in f1() 59 x = static_cast<int>(ld + 0.5); in f1() 61 x = static_cast<int>(ld + 0.5f); in f1() 71 x = static_cast<int>(0.5 + ld); in f1() [all …]
|