Home
last modified time | relevance | path

Searched refs:mull (Results 1 – 25 of 80) sorted by relevance

1234

/external/flac/libFLAC/
Dlpc_intrin_avx2.c79 __m256i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() local
81mull = _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()
82mull = _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()
83mull = _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()
84mull = _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()
85mull = _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()
86mull = _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()
87mull = _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()
88mull = _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()
89mull = _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 …]
Dlpc_intrin_sse2.c85 __m128i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() local
87mull = _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()
88mull = _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()
89mull = _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()
90mull = _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()
91mull = _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()
92mull = _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()
93mull = _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()
94mull = _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()
95mull = _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 …]
Dlpc_intrin_sse41.c986 __m128i summ, mull; in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41() local
988mull = _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()
989mull = _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()
990mull = _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()
991mull = _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()
992mull = _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()
993mull = _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()
994mull = _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()
995mull = _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()
996mull = _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/
Dco-586.S28 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 …]
Dbn-586.S128 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 …]
Dx86-mont.S204 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/
Dco-586.S27 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 …]
Dbn-586.S127 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 …]
Dx86-mont.S203 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/
Dmul-i512.ll20 ; 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 …]
Dmul-i256.ll32 ; 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 …]
Dmul-i1024.ll21 ; 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 …]
Doverflow.ll17 ; 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
Dmul128.ll38 ; 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)
Dmul-constant-i64.ll113 ; 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 …]
Dumul-with-overflow.ll12 ; X86-NEXT: mull %ecx
20 ; X64-NEXT: mull %ecx
55 ; X86-NEXT: mull %ecx
64 ; X64-NEXT: mull %ecx
Di128-mul.ll21 ; 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 …]
Dimul.ll141 ; 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/
Dppc64-P9-mod.ll25 ; 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/
Dumul-with-overflow.ll10 ; CHECK: mull
36 ; CHECK: mull
Ddivide-by-constant.ll51 ; CHECK: mull 4(%esp)
70 ; CHECK: mull
/external/llvm/test/CodeGen/X86/
Dumul-with-overflow.ll10 ; CHECK: mull
35 ; CHECK: mull
/external/compiler-rt/lib/builtins/i386/
Dudivdi3.S53 mull 20(%esp) // q*blo
85 mull 20(%esp) // q*blo
Dumoddi3.S54 mull 20(%esp) // q*blo
90 mull 20(%esp) // q*blo
Ddivdi3.S82 mull 24(%esp) // q*blo
120 mull 24(%esp) // q*blo

1234