/external/flac/libFLAC/ |
D | lpc_intrin_avx2.c | 79 __m256i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() local 81 …mull = _mm256_madd_epi16(q10, _mm256_loadu_si256((const __m256i*)(data+i-11))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 82 …mull = _mm256_madd_epi16(q9, _mm256_loadu_si256((const __m256i*)(data+i-10))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 83 …mull = _mm256_madd_epi16(q8, _mm256_loadu_si256((const __m256i*)(data+i-9 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 84 …mull = _mm256_madd_epi16(q7, _mm256_loadu_si256((const __m256i*)(data+i-8 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 85 …mull = _mm256_madd_epi16(q6, _mm256_loadu_si256((const __m256i*)(data+i-7 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 86 …mull = _mm256_madd_epi16(q5, _mm256_loadu_si256((const __m256i*)(data+i-6 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 87 …mull = _mm256_madd_epi16(q4, _mm256_loadu_si256((const __m256i*)(data+i-5 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 88 …mull = _mm256_madd_epi16(q3, _mm256_loadu_si256((const __m256i*)(data+i-4 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 89 …mull = _mm256_madd_epi16(q2, _mm256_loadu_si256((const __m256i*)(data+i-3 ))); summ = _mm256_add_… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() [all …]
|
D | lpc_intrin_sse2.c | 85 __m128i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() local 87 …mull = _mm_madd_epi16(q10, _mm_loadu_si128((const __m128i*)(data+i-11))); summ = _mm_add_epi32(sum… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 88 …mull = _mm_madd_epi16(q9, _mm_loadu_si128((const __m128i*)(data+i-10))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 89 …mull = _mm_madd_epi16(q8, _mm_loadu_si128((const __m128i*)(data+i-9))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 90 …mull = _mm_madd_epi16(q7, _mm_loadu_si128((const __m128i*)(data+i-8))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 91 …mull = _mm_madd_epi16(q6, _mm_loadu_si128((const __m128i*)(data+i-7))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 92 …mull = _mm_madd_epi16(q5, _mm_loadu_si128((const __m128i*)(data+i-6))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 93 …mull = _mm_madd_epi16(q4, _mm_loadu_si128((const __m128i*)(data+i-5))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 94 …mull = _mm_madd_epi16(q3, _mm_loadu_si128((const __m128i*)(data+i-4))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 95 …mull = _mm_madd_epi16(q2, _mm_loadu_si128((const __m128i*)(data+i-3))); summ = _mm_add_epi32(summ,… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() [all …]
|
D | lpc_intrin_sse41.c | 986 __m128i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() local 988 …mull = _mm_mullo_epi32(q10, _mm_loadu_si128((const __m128i*)(data+i-11))); summ = _mm_add_epi32(su… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 989 …mull = _mm_mullo_epi32(q9, _mm_loadu_si128((const __m128i*)(data+i-10))); summ = _mm_add_epi32(sum… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 990 …mull = _mm_mullo_epi32(q8, _mm_loadu_si128((const __m128i*)(data+i-9))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 991 …mull = _mm_mullo_epi32(q7, _mm_loadu_si128((const __m128i*)(data+i-8))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 992 …mull = _mm_mullo_epi32(q6, _mm_loadu_si128((const __m128i*)(data+i-7))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 993 …mull = _mm_mullo_epi32(q5, _mm_loadu_si128((const __m128i*)(data+i-6))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 994 …mull = _mm_mullo_epi32(q4, _mm_loadu_si128((const __m128i*)(data+i-5))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 995 …mull = _mm_mullo_epi32(q3, _mm_loadu_si128((const __m128i*)(data+i-4))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() 996 …mull = _mm_mullo_epi32(q2, _mm_loadu_si128((const __m128i*)(data+i-3))); summ = _mm_add_epi32(summ… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() [all …]
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | co-586.S | 28 mull %edx 40 mull %edx 47 mull %edx 59 mull %edx 66 mull %edx 73 mull %edx 85 mull %edx 92 mull %edx 99 mull %edx 106 mull %edx [all …]
|
D | bn-586.S | 128 mull %ebp 137 mull %ebp 146 mull %ebp 155 mull %ebp 164 mull %ebp 173 mull %ebp 182 mull %ebp 191 mull %ebp 211 mull %ebp 222 mull %ebp [all …]
|
D | x86-mont.S | 204 mull %edi 213 mull %edi 224 mull %edi 233 mull %edi 244 mull %edi 259 mull %edi 267 mull %edi 278 mull %edi 305 mull %edi 315 mull %edi [all …]
|
/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | co-586.S | 27 mull %edx 39 mull %edx 46 mull %edx 58 mull %edx 65 mull %edx 72 mull %edx 84 mull %edx 91 mull %edx 98 mull %edx 105 mull %edx [all …]
|
D | bn-586.S | 127 mull %ebp 136 mull %ebp 145 mull %ebp 154 mull %ebp 163 mull %ebp 172 mull %ebp 181 mull %ebp 190 mull %ebp 210 mull %ebp 221 mull %ebp [all …]
|
D | x86-mont.S | 203 mull %edi 212 mull %edi 223 mull %edi 232 mull %edi 243 mull %edi 258 mull %edi 266 mull %edi 277 mull %edi 304 mull %edi 314 mull %edi [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mul-i512.ll | 20 ; X32-NEXT: mull %ebx 24 ; X32-NEXT: mull %ebx 42 ; X32-NEXT: mull %edx 55 ; X32-NEXT: mull %ebx 62 ; X32-NEXT: mull %ebx 77 ; X32-NEXT: mull %edx 98 ; X32-NEXT: mull %ebp 110 ; X32-NEXT: mull %ebp 136 ; X32-NEXT: mull %edi 153 ; X32-NEXT: mull %edi [all …]
|
D | mul-i256.ll | 32 ; X32-NEXT: mull %ebx 37 ; X32-NEXT: mull %ebx 45 ; X32-NEXT: mull %ecx 54 ; X32-NEXT: mull %edi 63 ; X32-NEXT: mull %edx 70 ; X32-NEXT: mull %edx 83 ; X32-NEXT: mull %ecx 90 ; X32-NEXT: mull %edi 97 ; X32-NEXT: mull %ebp 104 ; X32-NEXT: mull %ebp [all …]
|
D | mul-i1024.ll | 21 ; X32-NEXT: mull %edi 25 ; X32-NEXT: mull %edi 35 ; X32-NEXT: mull %edi 47 ; X32-NEXT: mull %edi 57 ; X32-NEXT: mull %edi 85 ; X32-NEXT: mull %ecx 91 ; X32-NEXT: mull %ecx 101 ; X32-NEXT: mull %ecx 130 ; X32-NEXT: mull %ecx 152 ; X32-NEXT: mull %ecx [all …]
|
D | overflow.ll | 17 ; X32-NEXT: mull %ebp 20 ; X32-NEXT: mull %ebp 26 ; X32-NEXT: mull %edi 33 ; X32-NEXT: mull %edi 40 ; X32-NEXT: mull %ecx 44 ; X32-NEXT: mull %ecx
|
D | mul128.ll | 38 ; X86-NEXT: mull %edx 48 ; X86-NEXT: mull %ebp 58 ; X86-NEXT: mull %ecx 62 ; X86-NEXT: mull %ecx 68 ; X86-NEXT: mull {{[0-9]+}}(%esp) 75 ; X86-NEXT: mull {{[0-9]+}}(%esp)
|
D | mul-constant-i64.ll | 113 ; X86-NEXT: mull {{[0-9]+}}(%esp) 130 ; X86-NOOPT-NEXT: mull {{[0-9]+}}(%esp) 214 ; X86-NEXT: mull {{[0-9]+}}(%esp) 231 ; X86-NOOPT-NEXT: mull {{[0-9]+}}(%esp) 265 ; X86-NEXT: mull {{[0-9]+}}(%esp) 284 ; X86-NOOPT-NEXT: mull {{[0-9]+}}(%esp) 320 ; X86-NEXT: mull {{[0-9]+}}(%esp) 339 ; X86-NOOPT-NEXT: mull {{[0-9]+}}(%esp) 424 ; X86-NEXT: mull {{[0-9]+}}(%esp) 441 ; X86-NOOPT-NEXT: mull {{[0-9]+}}(%esp) [all …]
|
D | umul-with-overflow.ll | 12 ; X86-NEXT: mull %ecx 20 ; X64-NEXT: mull %ecx 55 ; X86-NEXT: mull %ecx 64 ; X64-NEXT: mull %ecx
|
D | i128-mul.ll | 21 ; X86-NOBMI-NEXT: mull %ebp 24 ; X86-NOBMI-NEXT: mull %ebp 30 ; X86-NOBMI-NEXT: mull %edi 37 ; X86-NOBMI-NEXT: mull %edi 44 ; X86-NOBMI-NEXT: mull %ecx 48 ; X86-NOBMI-NEXT: mull %ecx 154 ; X86-NOBMI-NEXT: mull %ecx 158 ; X86-NOBMI-NEXT: mull %ecx 165 ; X86-NOBMI-NEXT: mull %edx 172 ; X86-NOBMI-NEXT: mull {{[0-9]+}}(%esp) [all …]
|
D | imul.ll | 141 ; X86-NEXT: mull {{[0-9]+}}(%esp) 178 ; X86-NEXT: mull {{[0-9]+}}(%esp) 403 ; X86-NEXT: mull {{[0-9]+}}(%esp) 432 ; X86-NEXT: mull %edx 459 ; X86-NEXT: mull {{[0-9]+}}(%esp) 488 ; X86-NEXT: mull %edx 515 ; X86-NEXT: mull %edx 543 ; X86-NEXT: mull %edx
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-P9-mod.ll | 25 ; CHECK-PWR8: mull 40 ; CHECK-PWR8: mull 55 ; CHECK-PWR8: mull 71 ; CHECK-PWR8: mull 88 ; CHECK: mull 94 ; CHECK-PWR8: mull 112 ; CHECK-PWR8: mull 129 ; CHECK: mull 135 ; CHECK-PWR8: mull 153 ; CHECK-PWR8: mull [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | umul-with-overflow.ll | 10 ; CHECK: mull 36 ; CHECK: mull
|
D | divide-by-constant.ll | 51 ; CHECK: mull 4(%esp) 70 ; CHECK: mull
|
/external/llvm/test/CodeGen/X86/ |
D | umul-with-overflow.ll | 10 ; CHECK: mull 35 ; CHECK: mull
|
/external/compiler-rt/lib/builtins/i386/ |
D | udivdi3.S | 53 mull 20(%esp) // q*blo 85 mull 20(%esp) // q*blo
|
D | umoddi3.S | 54 mull 20(%esp) // q*blo 90 mull 20(%esp) // q*blo
|
D | divdi3.S | 82 mull 24(%esp) // q*blo 120 mull 24(%esp) // q*blo
|