Home
last modified time | relevance | path

Searched refs:m4 (Results 1 – 25 of 53) sorted by relevance

123

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-sse41.h33 b0 = _mm_unpacklo_epi64(m4, m5); \
39 b0 = _mm_unpackhi_epi64(m4, m5); \
46 b1 = _mm_unpackhi_epi64(m4, m6); \
51 b0 = _mm_unpacklo_epi64(m5, m4); \
99 b0 = _mm_unpackhi_epi64(m4, m0); \
112 b1 = _mm_unpacklo_epi64(m0, m4); \
117 b0 = _mm_unpackhi_epi64(m4, m2); \
142 b1 = _mm_unpacklo_epi64(m0, m4); \
196 b1 = _mm_unpackhi_epi64(m0, m4); \
202 b1 = _mm_unpacklo_epi64(m4, m1); \
[all …]
H A Dblake2b-load-avx2.h20 t0 = _mm256_unpacklo_epi64(m4, m5); \
27 t0 = _mm256_unpackhi_epi64(m4, m5); \
35 t1 = _mm256_unpackhi_epi64(m4, m6); \
41 t0 = _mm256_unpacklo_epi64(m5, m4); \
69 t0 = _mm256_unpacklo_epi64(m4, m0); \
77 t1 = _mm256_unpackhi_epi64(m3, m4); \
97 t0 = _mm256_unpackhi_epi64(m4, m0); \
112 t1 = _mm256_unpacklo_epi64(m0, m4); \
118 t0 = _mm256_unpackhi_epi64(m4, m2); \
140 t1 = _mm256_blend_epi32(m6, m4, 0x33); \
[all …]
H A Dblake2b-load-sse2.h21 b1 = _mm_set_epi64x(m6, m4)
32 b0 = _mm_set_epi64x(m4, m14); \
54 b1 = _mm_set_epi64x(m4, m1)
63 b1 = _mm_set_epi64x(m15, m4)
72 b1 = _mm_set_epi64x(m15, m4)
86 b0 = _mm_set_epi64x(m7, m4); \
93 b1 = _mm_set_epi64x(m4, m14)
113 b0 = _mm_set_epi64x(m4, m0); \
126 b1 = _mm_set_epi64x(m5, m4)
131 b0 = _mm_set_epi64x(m4, m2); \
[all …]
/f-stack/freebsd/contrib/libb2/
H A Dblake2b-load-sse41.h36 b0 = _mm_unpacklo_epi64(m4, m5); \
44 b0 = _mm_unpackhi_epi64(m4, m5); \
53 b1 = _mm_unpackhi_epi64(m4, m6); \
60 b0 = _mm_unpacklo_epi64(m5, m4); \
92 b0 = _mm_unpacklo_epi64(m4, m0); \
101 b1 = _mm_unpackhi_epi64(m3, m4); \
124 b0 = _mm_unpackhi_epi64(m4, m0); \
141 b1 = _mm_unpacklo_epi64(m0, m4); \
148 b0 = _mm_unpackhi_epi64(m4, m2); \
181 b1 = _mm_unpacklo_epi64(m0, m4); \
[all …]
H A Dblake2s-load-sse2.h17 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0)
21 #define LOAD_MSG_1_1(buf) buf = _mm_set_epi32(m13,m9,m4,m14)
28 #define LOAD_MSG_2_4(buf) buf = _mm_set_epi32(m4,m1,m6,m14)
31 #define LOAD_MSG_3_3(buf) buf = _mm_set_epi32(m15,m4,m5,m2)
34 #define LOAD_MSG_4_2(buf) buf = _mm_set_epi32(m15,m4,m7,m0)
39 #define LOAD_MSG_5_3(buf) buf = _mm_set_epi32(m1,m15,m7,m4)
41 #define LOAD_MSG_6_1(buf) buf = _mm_set_epi32(m4,m14,m1,m12)
48 #define LOAD_MSG_7_4(buf) buf = _mm_set_epi32(m10,m6,m4,m0)
52 #define LOAD_MSG_8_4(buf) buf = _mm_set_epi32(m5,m4,m7,m2)
54 #define LOAD_MSG_9_2(buf) buf = _mm_set_epi32(m5,m6,m4,m2)
H A Dblake2b-load-sse2.h17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4)
21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m13, m9)
28 #define LOAD_MSG_2_4(b0, b1) b0 = _mm_set_epi64x(m6, m14); b1 = _mm_set_epi64x(m4, m1)
31 #define LOAD_MSG_3_3(b0, b1) b0 = _mm_set_epi64x(m5, m2); b1 = _mm_set_epi64x(m15, m4)
34 #define LOAD_MSG_4_2(b0, b1) b0 = _mm_set_epi64x(m7, m0); b1 = _mm_set_epi64x(m15, m4)
39 #define LOAD_MSG_5_3(b0, b1) b0 = _mm_set_epi64x(m7, m4); b1 = _mm_set_epi64x(m1, m15)
41 #define LOAD_MSG_6_1(b0, b1) b0 = _mm_set_epi64x(m1, m12); b1 = _mm_set_epi64x(m4, m14)
48 #define LOAD_MSG_7_4(b0, b1) b0 = _mm_set_epi64x(m4, m0); b1 = _mm_set_epi64x(m10, m6)
52 #define LOAD_MSG_8_4(b0, b1) b0 = _mm_set_epi64x(m7, m2); b1 = _mm_set_epi64x(m5, m4)
54 #define LOAD_MSG_9_2(b0, b1) b0 = _mm_set_epi64x(m4, m2); b1 = _mm_set_epi64x(m5, m6)
[all …]
/f-stack/freebsd/contrib/libsodium/
H A D.gitignore34 aclocal.m4
66 m4/argz.m4
67 m4/libtool.m4
68 m4/ltoptions.m4
69 m4/ltsugar.m4
70 m4/ltversion.m4
71 m4/lt~obsolete.m4
H A DMakefile.am1 ACLOCAL_AMFLAGS = -I m4
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.autom4te.cfg1 begin-language: "Autoconf-without-aclocal-m4"
3 end-language: "Autoconf-without-aclocal-m4"
/f-stack/freebsd/contrib/openzfs/config/
H A D.gitignore8 /libtool.m4
9 /lt*.m4
H A Dfind_system_library.m41 # find_system_lib.m4 - Macros to search for a system library. -*- Autoconf -*-
3 dnl requires pkg.m4 from pkg-config
4 dnl requires ax_save_flags.m4 from autoconf-archive
5 dnl requires ax_restore_flags.m4 from autoconf-archive
H A Dlib-ld.m41 # lib-ld.m4 serial 9
7 dnl Subroutines of libtool.m4,
9 dnl collision with libtool.m4.
H A Dpkg.m41 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
35 dnl of pkg.m4 when generating configure.
46 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
88 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
/f-stack/tools/libxo/
H A D.svnignore2 aclocal.m4
16 m4
H A D.gitignore21 aclocal.m4
33 m4
/f-stack/freebsd/contrib/device-tree/Bindings/rng/
H A Dsparc_sun_oracle_rng.txt11 - 'ORCL,m4-rng' for SPARC T5/M5
19 compatible: 'ORCL,m4-rng'
/f-stack/freebsd/contrib/ngatm/
H A DFREEBSD-Xlist7 */aclocal.m4
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml19 const: st,stm32mp1-m4
117 m4_rproc: m4@10000000 {
118 compatible = "st,stm32mp1-m4";
/f-stack/freebsd/contrib/device-tree/src/arm64/realtek/
H A Drtd1395-bpi-m4.dts11 compatible = "bananapi,bpi-m4", "realtek,rtd1395";
/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml25 # ignore: Please place any ignores in config/ax_code_coverage.m4 instead
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dlpc4350.dtsi19 compatible = "arm,cortex-m4";
H A Dlpc4357.dtsi19 compatible = "arm,cortex-m4";
/f-stack/freebsd/contrib/libsodium/m4/
H A Dld-output-def.m41 # ld-output-def.m4 serial 2
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-nanopi-m4.dts17 compatible = "friendlyarm,nanopi-m4", "rockchip,rk3399";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Drealtek.yaml48 - bananapi,bpi-m4 # Banana Pi BPI-M4

123