Home
last modified time | relevance | path

Searched refs:vec_ror_16 (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/3rdparty/BLAKE2/power8/
H A Dblake2b-round.h20 #define vec_ror_16(x) vec_rl(x, mask_ror_16) macro
48 row4l = vec_ror_16(row4l); \
49 row4h = vec_ror_16(row4h); \
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dblake2b_simd.cpp1106 #define vec_ror_16(x) vec_rl(x, ROR16_MASK) in BLAKE2_Compress64_POWER8() macro
1125 row4l = vec_ror_16(row4l); row4h = vec_ror_16(row4h); \ in BLAKE2_Compress64_POWER8()
H A Dblake2s_simd.cpp960 #define vec_ror_16(x) VecRotateRight<16>(x) in BLAKE2_Compress32_ALTIVEC() macro
968 row4 = vec_ror_16(row4); \ in BLAKE2_Compress32_ALTIVEC()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dblake2b_simd.cpp1106 #define vec_ror_16(x) vec_rl(x, ROR16_MASK) in BLAKE2_Compress64_POWER8() macro
1125 row4l = vec_ror_16(row4l); row4h = vec_ror_16(row4h); \ in BLAKE2_Compress64_POWER8()
H A Dblake2s_simd.cpp960 #define vec_ror_16(x) VecRotateRight<16>(x) in BLAKE2_Compress32_ALTIVEC() macro
968 row4 = vec_ror_16(row4); \ in BLAKE2_Compress32_ALTIVEC()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dblake2b_simd.cpp1106 #define vec_ror_16(x) vec_rl(x, ROR16_MASK) in BLAKE2_Compress64_POWER8() macro
1125 row4l = vec_ror_16(row4l); row4h = vec_ror_16(row4h); \ in BLAKE2_Compress64_POWER8()
H A Dblake2s_simd.cpp960 #define vec_ror_16(x) VecRotateRight<16>(x) in BLAKE2_Compress32_ALTIVEC() macro
968 row4 = vec_ror_16(row4); \ in BLAKE2_Compress32_ALTIVEC()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dblake2b_simd.cpp1106 #define vec_ror_16(x) vec_rl(x, ROR16_MASK) in BLAKE2_Compress64_POWER8() macro
1125 row4l = vec_ror_16(row4l); row4h = vec_ror_16(row4h); \ in BLAKE2_Compress64_POWER8()
H A Dblake2s_simd.cpp960 #define vec_ror_16(x) VecRotateRight<16>(x) in BLAKE2_Compress32_ALTIVEC() macro
968 row4 = vec_ror_16(row4); \ in BLAKE2_Compress32_ALTIVEC()