Home
last modified time | relevance | path

Searched refs:avx (Results 1 – 25 of 8160) sorted by relevance

12345678910>>...327

/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/types/
H A Dxsimd_avx_register.hpp24 struct avx : generic { struct
41 XSIMD_DECLARE_SIMD_REGISTER(bool, avx, __m256i);
42 XSIMD_DECLARE_SIMD_REGISTER(signed char, avx, __m256i);
43 XSIMD_DECLARE_SIMD_REGISTER(unsigned char, avx, __m256i);
44 XSIMD_DECLARE_SIMD_REGISTER(char, avx, __m256i);
46 XSIMD_DECLARE_SIMD_REGISTER(short, avx, __m256i);
47 XSIMD_DECLARE_SIMD_REGISTER(unsigned int, avx, __m256i);
48 XSIMD_DECLARE_SIMD_REGISTER(int, avx, __m256i);
50 XSIMD_DECLARE_SIMD_REGISTER(long int, avx, __m256i);
53 XSIMD_DECLARE_SIMD_REGISTER(float, avx, __m256);
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/types/
H A Dxsimd_avx_register.hpp25 struct avx : generic struct
45 XSIMD_DECLARE_SIMD_REGISTER(bool, avx, __m256i);
46 XSIMD_DECLARE_SIMD_REGISTER(signed char, avx, __m256i);
47 XSIMD_DECLARE_SIMD_REGISTER(unsigned char, avx, __m256i);
48 XSIMD_DECLARE_SIMD_REGISTER(char, avx, __m256i);
50 XSIMD_DECLARE_SIMD_REGISTER(short, avx, __m256i);
51 XSIMD_DECLARE_SIMD_REGISTER(unsigned int, avx, __m256i);
52 XSIMD_DECLARE_SIMD_REGISTER(int, avx, __m256i);
54 XSIMD_DECLARE_SIMD_REGISTER(long int, avx, __m256i);
57 XSIMD_DECLARE_SIMD_REGISTER(float, avx, __m256);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_ttest.c25 float avx,sdx , avy,sdy , base=0.0f ; in student_ttest() local
38 avx = 0.0f ; in student_ttest()
40 avx /= numx ; sdx = 0.0f ; in student_ttest()
47 avx = 0.0f ; in student_ttest()
48 for( ii=0 ; ii < numx ; ii++ ) avx += xar[ii] ; in student_ttest()
49 avx /= numx ; sdx = 0.0f ; in student_ttest()
56 avx = 0.0f ; in student_ttest()
57 for( ii=0 ; ii < numx ; ii++ ) avx += xar[ii] ; in student_ttest()
58 avx /= numx ; sdx = 0.0f ; in student_ttest()
65 result.a = (avx-avy) ; in student_ttest()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/arch/
H A Dxsimd_avx.hpp91 bool all(batch_bool<T, A> const& self, requires_arch<avx>) { in all() argument
103 bool any(batch_bool<T, A> const& self, requires_arch<avx>) { in any() argument
163 batch<T, A> bitwise_not(batch<T, A> const& self, requires_arch<avx>) { in bitwise_not() argument
285 batch<T, A> broadcast(T val, requires_arch<avx>) { in broadcast() argument
448 double hadd(batch<double, A> const &rhs, requires_arch<avx>) { in hadd() argument
459 T hadd(batch<T, A> const& self, requires_arch<avx>) {
492 batch<double, A> haddp(batch<double, A> const *row, requires_arch<avx>) { in haddp() argument
523 batch<T, A> load_aligned(T const* mem, convert<T>, requires_arch<avx>) { in load_aligned() argument
638 batch<T, A> neg(batch<T, A> const& self, requires_arch<avx>) { in neg() argument
645 batch<double, A> neg(batch<double, A> const &self, requires_arch<avx>) { in neg() argument
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/arch/
H A Dxsimd_avx.hpp104 inline bool all(batch_bool<float, A> const& self, requires_arch<avx>) noexcept in all() argument
109 inline bool all(batch_bool<double, A> const& self, requires_arch<avx>) noexcept in all() argument
114 inline bool all(batch_bool<T, A> const& self, requires_arch<avx>) noexcept in all() argument
121 inline bool any(batch_bool<float, A> const& self, requires_arch<avx>) noexcept in any() argument
131 inline bool any(batch_bool<T, A> const& self, requires_arch<avx>) noexcept in any() argument
401 inline batch<T, A> broadcast(T val, requires_arch<avx>) noexcept in broadcast() argument
419 inline batch<float, A> broadcast(float val, requires_arch<avx>) noexcept in broadcast() argument
424 inline batch<double, A> broadcast(double val, requires_arch<avx>) noexcept in broadcast() argument
592 inline float hadd(batch<float, A> const& rhs, requires_arch<avx>) noexcept in hadd() argument
622 inline T hadd(batch<T, A> const& self, requires_arch<avx>) noexcept in hadd() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/audio/cpu/x86/
H A Dvector_math_x86.h21 size_t avx; member
80 counts.avx = frames_to_process & avx::kFramesToProcessMask; in SplitFramesToProcess()
161 avx::Vadd(source1p + i, source2p + i, dest_p + i, frame_counts.avx); in Vadd()
197 avx::Vsub(source1p + i, source2p + i, dest_p + i, frame_counts.avx); in Vsub()
266 avx::Vmaxmgv(source_p + i, max_p, frame_counts.avx); in Vmaxmgv()
300 avx::Vmul(source1p + i, source2p + i, dest_p + i, frame_counts.avx); in Vmul()
335 avx::Vsma(source_p + i, scale, dest_p + i, frame_counts.avx); in Vsma()
369 avx::Vsmul(source_p + i, scale, dest_p + i, frame_counts.avx); in Vsmul()
403 avx::Vsadd(source_p + i, addend, dest_p + i, frame_counts.avx); in Vsadd()
433 avx::Vsvesq(source_p + i, sum_p, frame_counts.avx); in Vsvesq()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/audio/cpu/x86/
H A Dvector_math_x86.h21 size_t avx; member
80 counts.avx = frames_to_process & avx::kFramesToProcessMask; in SplitFramesToProcess()
161 avx::Vadd(source1p + i, source2p + i, dest_p + i, frame_counts.avx); in Vadd()
162 i += frame_counts.avx; in Vadd()
199 i += frame_counts.avx; in Vclip()
230 avx::Vmaxmgv(source_p + i, max_p, frame_counts.avx); in Vmaxmgv()
264 avx::Vmul(source1p + i, source2p + i, dest_p + i, frame_counts.avx); in Vmul()
299 avx::Vsma(source_p + i, scale, dest_p + i, frame_counts.avx); in Vsma()
333 avx::Vsmul(source_p + i, scale, dest_p + i, frame_counts.avx); in Vsmul()
363 avx::Vsvesq(source_p + i, sum_p, frame_counts.avx); in Vsvesq()
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Disa.py121 "AVX": (avx,),
123 "AVX2": (avx, avx2),
127 "AVX512F": (avx, fma3, f16c, avx2, avx512f),
128 "AVX512BW": (avx, fma3, f16c, avx2, avx512f, avx512bw),
129 "AVX512DQ": (avx, fma3, f16c, avx2, avx512f, avx512dq),
130 "AVX512VL": (avx, fma3, f16c, avx2, avx512f, avx512vl),
131 "AVX512ER": (avx, fma3, f16c, avx2, avx512f, avx512er),
132 "AVX512PF": (avx, fma3, f16c, avx2, avx512f, avx512pf),
133 "AVX512CD": (avx, fma3, f16c, avx2, avx512f, avx512cd),
134 "AVX512VBMI": (avx, fma3, f16c, avx2, avx512f, avx512vbmi),
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/config/
H A Davx.cmake2 # avx
3 message(STATUS "Testing whether avx code can be used")
7 ${PROJECT_SOURCE_DIR}/config/avx.c)
10 message(STATUS "Testing whether avx code can be used -- No")
13 message(STATUS "Testing whether avx code can be used -- Yes")
17 …message(STATUS "Testing whether avx code can be used -- No (not testing -mavx because -march is al…
21 ${PROJECT_SOURCE_DIR}/config/avx.c
25 message(STATUS "Testing whether avx code can be used -- No")
28 message(STATUS "Testing whether avx code can be used -- Yes, with -mavx")
34 message(STATUS "Testing whether avx code can be used -- No")
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
58 decl_ipred_fns(type, 16, avx, avx)
121 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
122 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
123 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
127 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
128 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/features/
H A DMakefile39 i386/i386-avx i386/i386-avx-linux \
40 i386/amd64-avx i386/amd64-avx-linux \
42 i386/x32-avx i386/x32-avx-linux \
62 i386/i386-avx-expedite = ebp,esp,eip
70 i386/x32-avx-expedite = rbp,rsp,rip
131 $(outdir)/i386/i386-avx.dat: i386/32bit-core.xml i386/32bit-avx.xml
132 $(outdir)/i386/i386-avx-linux.dat: i386/32bit-core.xml i386/32bit-avx.xml \
136 $(outdir)/i386/amd64-avx.dat: i386/64bit-core.xml i386/64bit-avx.xml
137 $(outdir)/i386/amd64-avx-linux.dat: i386/64bit-core.xml i386/64bit-avx.xml \
142 $(outdir)/i386/x32-avx.dat: i386/x32-core.xml i386/64bit-avx.xml
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/x86/
H A Dvp9dsp_init_16bpp.c42 decl_fpel_func(put, 32, , avx);
43 decl_fpel_func(put, 64, , avx);
44 decl_fpel_func(put, 128, , avx);
62 decl_ipred_fns(type, 16, avx, avx)
125 init_fpel_func(2, 0, 32, put, , avx); in ff_vp9dsp_init_16bpp_x86()
126 init_fpel_func(1, 0, 64, put, , avx); in ff_vp9dsp_init_16bpp_x86()
127 init_fpel_func(0, 0, 128, put, , avx); in ff_vp9dsp_init_16bpp_x86()
130 init_ipred_funcs(vl, VERT_LEFT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
131 init_ipred_funcs(vr, VERT_RIGHT, 16, avx); in ff_vp9dsp_init_16bpp_x86()
132 init_ipred_funcs(hu, HOR_UP, 16, avx); in ff_vp9dsp_init_16bpp_x86()
[all …]
/dports/math/heyoka/heyoka-0.16.0/src/detail/
H A Dsleef.cpp74 } else if (features.avx) { in make_sleef_map_dbl()
93 } else if (features.avx) { in make_sleef_map_dbl()
112 } else if (features.avx) { in make_sleef_map_dbl()
131 } else if (features.avx) { in make_sleef_map_dbl()
150 } else if (features.avx) { in make_sleef_map_dbl()
169 } else if (features.avx) { in make_sleef_map_dbl()
188 } else if (features.avx) { in make_sleef_map_dbl()
207 } else if (features.avx) { in make_sleef_map_dbl()
226 } else if (features.avx) { in make_sleef_map_dbl()
245 } else if (features.avx) { in make_sleef_map_dbl()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/features/
H A DMakefile37 i386/i386-avx i386/i386-avx-linux \
38 i386/amd64-avx i386/amd64-avx-linux \
52 i386/i386-avx-expedite = ebp,esp,eip
53 i386/i386-avx-linux-expedite = ebp,esp,eip
56 i386/amd64-avx-expedite = rbp,rsp,rip
57 i386/amd64-avx-linux-expedite = rbp,rsp,rip
103 $(outdir)/i386/i386-avx.dat: i386/32bit-core.xml i386/32bit-avx.xml
104 $(outdir)/i386/i386-avx-linux.dat: i386/32bit-core.xml i386/32bit-avx.xml \
108 $(outdir)/i386/amd64-avx.dat: i386/64bit-core.xml i386/64bit-avx.xml
109 $(outdir)/i386/amd64-avx-linux.dat: i386/64bit-core.xml i386/64bit-avx.xml \
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/
H A DMakefile11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o
18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o
19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o
28 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) += camellia-aesni-avx-x86_64.o
29 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o
36 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o
37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o
39 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6-avx-x86_64.o
40 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/
H A DMakefile11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o
18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o
19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o
28 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) += camellia-aesni-avx-x86_64.o
29 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o
36 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o
37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o
39 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6-avx-x86_64.o
40 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o
[all …]

12345678910>>...327