/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 107 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() 109 a128 cmp = *v; in func_xchg() 114 a128 func_add(volatile a128 *v, a128 op) { in func_add() 116 a128 cmp = *v; in func_add() 121 a128 func_sub(volatile a128 *v, a128 op) { in func_sub() 123 a128 cmp = *v; in func_sub() 128 a128 func_and(volatile a128 *v, a128 op) { in func_and() 130 a128 cmp = *v; in func_and() 135 a128 func_or(volatile a128 *v, a128 op) { in func_or() 137 a128 cmp = *v; in func_or() [all …]
|
D | tsan_interface.h | 150 __extension__ typedef __int128 a128; typedef 180 a128 __tsan_atomic128_load(const volatile a128 *a, morder mo); 193 void __tsan_atomic128_store(volatile a128 *a, a128 v, morder mo); 206 a128 __tsan_atomic128_exchange(volatile a128 *a, a128 v, morder mo); 219 a128 __tsan_atomic128_fetch_add(volatile a128 *a, a128 v, morder mo); 232 a128 __tsan_atomic128_fetch_sub(volatile a128 *a, a128 v, morder mo); 245 a128 __tsan_atomic128_fetch_and(volatile a128 *a, a128 v, morder mo); 258 a128 __tsan_atomic128_fetch_or(volatile a128 *a, a128 v, morder mo); 271 a128 __tsan_atomic128_fetch_xor(volatile a128 *a, a128 v, morder mo); 284 a128 __tsan_atomic128_fetch_nand(volatile a128 *a, a128 v, morder mo); [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cpp | 106 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() 108 a128 cmp = *v; in func_xchg() 113 a128 func_add(volatile a128 *v, a128 op) { in func_add() 115 a128 cmp = *v; in func_add() 120 a128 func_sub(volatile a128 *v, a128 op) { in func_sub() 122 a128 cmp = *v; in func_sub() 127 a128 func_and(volatile a128 *v, a128 op) { in func_and() 129 a128 cmp = *v; in func_and() 134 a128 func_or(volatile a128 *v, a128 op) { in func_or() 136 a128 cmp = *v; in func_or() [all …]
|
D | tsan_interface.h | 200 __extension__ typedef __int128 a128; typedef 230 a128 __tsan_atomic128_load(const volatile a128 *a, morder mo); 243 void __tsan_atomic128_store(volatile a128 *a, a128 v, morder mo); 256 a128 __tsan_atomic128_exchange(volatile a128 *a, a128 v, morder mo); 269 a128 __tsan_atomic128_fetch_add(volatile a128 *a, a128 v, morder mo); 282 a128 __tsan_atomic128_fetch_sub(volatile a128 *a, a128 v, morder mo); 295 a128 __tsan_atomic128_fetch_and(volatile a128 *a, a128 v, morder mo); 308 a128 __tsan_atomic128_fetch_or(volatile a128 *a, a128 v, morder mo); 321 a128 __tsan_atomic128_fetch_xor(volatile a128 *a, a128 v, morder mo); 334 a128 __tsan_atomic128_fetch_nand(volatile a128 *a, a128 v, morder mo); [all …]
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | atomic_test.c | 144 uint128_t a128, b128; variable 153 a128 = value; in set_a_values() 204 if (__atomic_load_16(&a128, model) != V + m) in test_loads() 249 __atomic_store_16(&a128, V + m, model); in test_stores() 250 if (a128 != V + m) in test_stores() 305 if (__atomic_exchange_16(&a128, V + m + 1, model) != V + m) in test_exchanges() 398 if (__atomic_compare_exchange_16(&a128, &b128, V + m1, m_succ, m_fail)) in test_compare_exchanges() 400 if (a128 != ONES || b128 != ONES) in test_compare_exchanges() 402 if (!__atomic_compare_exchange_16(&a128, &b128, V + m1, m_succ, m_fail)) in test_compare_exchanges() 404 if (a128 != V + m1 || b128 != ONES) in test_compare_exchanges() [all …]
|
/external/llvm-project/llvm/test/Analysis/CostModel/X86/ |
D | fshr.ll | 22 define void @var_funnel_i64(i64 %a64, <2 x i64> %a128, <4 x i64> %a256, <8 x i64> %a512, i64 %b64, … 25 …f 22 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 32 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 39 …of 7 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 46 …of 7 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 53 …f 17 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 60 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 67 …of 8 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 74 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 80 %V2I64 = call <2 x i64> @llvm.fshr.v2i64(<2 x i64> %a128, <2 x i64> %b128, <2 x i64> %c128) [all …]
|
D | fshl.ll | 22 define void @var_funnel_i64(i64 %a64, <2 x i64> %a128, <4 x i64> %a256, <8 x i64> %a512, i64 %b64, … 25 …f 22 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 32 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 39 …of 7 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 46 …of 7 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 53 …f 17 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 60 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 67 …of 8 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 74 …f 13 for instruction: %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <… 80 %V2I64 = call <2 x i64> @llvm.fshl.v2i64(<2 x i64> %a128, <2 x i64> %b128, <2 x i64> %c128) [all …]
|
D | abs.ll | 15 define void @cost_abs_i64(i64 %a64, <2 x i64> %a128, <4 x i64> %a256, <8 x i64> %a512) { 18 …mated cost of 4 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 25 …mated cost of 4 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 32 …mated cost of 2 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 39 …mated cost of 2 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 46 …mated cost of 2 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 53 …mated cost of 1 for instruction: %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 false) 59 %V2I64 = call <2 x i64> @llvm.abs.v2i64(<2 x i64> %a128, i1 0) 65 define void @cost_abs_i32(i32 %a32, <4 x i32> %a128, <8 x i32> %a256, <16 x i32> %a512) { 68 …mated cost of 3 for instruction: %V2I32 = call <4 x i32> @llvm.abs.v4i32(<4 x i32> %a128, i1 false) [all …]
|
D | shuffle-transpose.ll | 19 define void @test_vXf64(<2 x double> %a128, <2 x double> %b128, <4 x double> %a256, <4 x double> %b… 21 … estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %a128, <2 x double> %b128… 27 … estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %a128, <2 x double> %b128… 33 … estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %a128, <2 x double> %b128… 38 %V128 = shufflevector <2 x double> %a128, <2 x double> %b128, <2 x i32> <i32 0, i32 2> 44 define void @test_vXi64(<2 x i64> %a128, <2 x i64> %b128, <4 x i64> %a256, <4 x i64> %b256, <8 x i6… 46 … an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %a128, <2 x i64> %b128, <… 52 … an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %a128, <2 x i64> %b128, <… 58 … an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %a128, <2 x i64> %b128, <… 63 %V128 = shufflevector <2 x i64> %a128, <2 x i64> %b128, <2 x i32> <i32 0, i32 2> [all …]
|
D | shuffle-broadcast.ll | 342 define void @test_upper_vXf32(<2 x float> %a64, <2 x float> %b64, <4 x float> %a128, <4 x float> %b… 345 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 352 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 359 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 366 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 372 %V128 = shufflevector <4 x float> %a128, <4 x float> %b128, <4 x i32> <i32 4, i32 4, i32 4, i32 4>
|
D | shuffle-reverse.ll | 312 define void @test_upper_vXf32(<2 x float> %a64, <2 x float> %b64, <4 x float> %a128, <4 x float> %b… 315 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 322 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 329 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 336 …n estimated cost of 1 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 342 %V128 = shufflevector <4 x float> %a128, <4 x float> %b128, <4 x i32> <i32 7, i32 6, i32 5, i32 4>
|
D | shuffle-single-src.ll | 378 define void @identity_vXf32(<4 x float> %a128, <4 x float> %b128, <8 x float> %a256, <8 x float> %b… 380 …n estimated cost of 0 for instruction: %V128 = shufflevector <4 x float> %a128, <4 x float> %b128,… 385 …%V128 = shufflevector <4 x float> %a128, <4 x float> %b128, <4 x i32> <i32 0, i32 undef, i32 2, i3…
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 3527 __m128i a128, b128, res; in vmul_s8() local 3528 a128 = _MM_CVTEPI8_EPI16 (_pM128i(a)); // SSE 4.1 use low 64 bits in vmul_s8() 3530 res = _mm_mullo_epi16 (a128, b128); in vmul_s8() 3556 __m128i mask, a128, b128, res; in vmul_u8() local 3558 a128 = _MM_CVTEPU8_EPI16 (_pM128i(a)); in vmul_u8() 3560 res = _mm_mullo_epi16 (a128, b128); in vmul_u8() 3703 __m128i low, hi, a128,b128; in vmull_s16() 3704 a128 = _pM128i(a); in vmull_s16() 3706 low = _mm_mullo_epi16(a128,b128); in vmull_s16() 3707 hi = _mm_mulhi_epi16(a128,b128); in vmull_s16() [all …]
|
/external/bc/tests/bc/scripts/ |
D | references.bc | 244 a128[0] = 0
|
/external/bc/tests/bc/errors/ |
D | 11.txt | 244 a128[0] = 0
|
/external/bc/tests/fuzzing/bc_inputs2/ |
D | references.bc | 244 a128[0] = 0
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | addcarry.ll | 409 %a128 = zext i64 %a to i128 410 %sum1 = add i128 %a128, 1 413 %sum2 = add i128 %hi, %a128
|
/external/pdfium/testing/resources/ |
D | bug_555784.in | 45 … /a11c /a11d /a11e /a11f /a120 /a121 /a122 /a123 /a124 /a125 /a126 /a127 /a128 /a129 /a12a /a12b /…
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 28002 <!-- typedef __tsan_atomic128 a128 --> 28003 …<typedef-decl name='a128' type-id='type-id-1488' filepath='../../.././libsanitizer/tsan/tsan_inter… 28118 <!-- a128* --> 28250 <!-- const volatile a128 --> 28252 <!-- const volatile a128* --> 28284 <!-- volatile a128 --> 28286 <!-- volatile a128* --> 30967 <!-- a128 __tsan_atomic128_load(const volatile a128*, morder) --> 30969 <!-- parameter of type 'const volatile a128*' --> 30973 <!-- typedef a128 --> [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 3274 a128 17 145 29
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 4676 2a128 8 959 6 11273 3a128 4 218 27 17899 4a128 8 98 138 79681 STACK CFI 8a128 x25: x25 x26: x26
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 16240 …<typedef-decl name='a128' type-id='type-id-1488' filepath='../../.././libsanitizer/tsan/tsan_inter…
|