Home
last modified time | relevance | path

Searched refs:vrev32q_u8 (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dsha256-armv8.c80 uint32x4_t a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Compress_Native()
81 uint32x4_t b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Compress_Native()
82 uint32x4_t c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Compress_Native()
83 uint32x4_t d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Compress_Native()
163 a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Update_Native()
164 b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Update_Native()
165 c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Update_Native()
166 d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Update_Native()
H A Dsha1-armv8.c104 w0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w0))); in shaCompress()
105 w1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w1))); in shaCompress()
106 w2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w2))); in shaCompress()
107 w3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w3))); in shaCompress()
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dsha256-armv8.c80 uint32x4_t a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Compress_Native()
81 uint32x4_t b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Compress_Native()
82 uint32x4_t c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Compress_Native()
83 uint32x4_t d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Compress_Native()
163 a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Update_Native()
164 b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Update_Native()
165 c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Update_Native()
166 d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Update_Native()
H A Dsha1-armv8.c104 w0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w0))); in shaCompress()
105 w1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w1))); in shaCompress()
106 w2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w2))); in shaCompress()
107 w3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w3))); in shaCompress()
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dsha256-armv8.c80 uint32x4_t a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Compress_Native()
81 uint32x4_t b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Compress_Native()
82 uint32x4_t c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Compress_Native()
83 uint32x4_t d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Compress_Native()
163 a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Update_Native()
164 b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Update_Native()
165 c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Update_Native()
166 d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Update_Native()
H A Dsha1-armv8.c104 w0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w0))); in shaCompress()
105 w1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w1))); in shaCompress()
106 w2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w2))); in shaCompress()
107 w3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w3))); in shaCompress()
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Dsha256-armv8.c80 uint32x4_t a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Compress_Native()
81 uint32x4_t b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Compress_Native()
82 uint32x4_t c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Compress_Native()
83 uint32x4_t d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Compress_Native()
163 a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Update_Native()
164 b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Update_Native()
165 c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Update_Native()
166 d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Update_Native()
H A Dsha1-armv8.c104 w0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w0))); in shaCompress()
105 w1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w1))); in shaCompress()
106 w2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w2))); in shaCompress()
107 w3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w3))); in shaCompress()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Dsha256-armv8.c80 uint32x4_t a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Compress_Native()
81 uint32x4_t b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Compress_Native()
82 uint32x4_t c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Compress_Native()
83 uint32x4_t d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Compress_Native()
163 a = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input))); in SHA256_Update_Native()
164 b = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 16))); in SHA256_Update_Native()
165 c = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 32))); in SHA256_Update_Native()
166 d = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(input + 48))); in SHA256_Update_Native()
H A Dsha1-armv8.c104 w0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w0))); in shaCompress()
105 w1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w1))); in shaCompress()
106 w2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w2))); in shaCompress()
107 w3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(w3))); in shaCompress()
/dports/sysutils/spiped/spiped-1.6.2/libcperciva/alg/
H A Dsha256_arm.c74 Y[0] = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(&block[0]))); in SHA256_Transform_arm()
75 Y[1] = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(&block[16]))); in SHA256_Transform_arm()
76 Y[2] = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(&block[32]))); in SHA256_Transform_arm()
77 Y[3] = vreinterpretq_u32_u8(vrev32q_u8(vld1q_u8(&block[48]))); in SHA256_Transform_arm()
/dports/security/liboqs/liboqs-0.7.0/src/common/sha2/
H A Dsha2_ni.c85 d0 = (uint32x4_t)vrev32q_u8((uint8x16_t)d0); in crypto_hashblocks_sha256_ni()
86 d1 = (uint32x4_t)vrev32q_u8((uint8x16_t)d1); in crypto_hashblocks_sha256_ni()
101 i0 = (uint32x4_t)vrev32q_u8((uint8x16_t)i0); in crypto_hashblocks_sha256_ni()
102 i1 = (uint32x4_t)vrev32q_u8((uint8x16_t)i1); in crypto_hashblocks_sha256_ni()
103 i2 = (uint32x4_t)vrev32q_u8((uint8x16_t)i2); in crypto_hashblocks_sha256_ni()
104 i3 = (uint32x4_t)vrev32q_u8((uint8x16_t)i3); in crypto_hashblocks_sha256_ni()
162 d0 = (uint32x4_t)vrev32q_u8((uint8x16_t)d0); in crypto_hashblocks_sha256_ni()
163 d1 = (uint32x4_t)vrev32q_u8((uint8x16_t)d1); in crypto_hashblocks_sha256_ni()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sha2_32/sha2_32_armv8/
H A Dsha2_32_armv8.cpp64 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in compress_digest_armv8()
65 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in compress_digest_armv8()
66 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in compress_digest_armv8()
67 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in compress_digest_armv8()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/sha2_32/sha2_32_armv8/
H A Dsha2_32_armv8.cpp64 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in compress_digest_armv8()
65 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in compress_digest_armv8()
66 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in compress_digest_armv8()
67 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in compress_digest_armv8()
/dports/security/botan2/Botan-2.18.2/src/lib/hash/sha2_32/sha2_32_armv8/
H A Dsha2_32_armv8.cpp64 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in compress_digest_armv8()
65 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in compress_digest_armv8()
66 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in compress_digest_armv8()
67 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in compress_digest_armv8()
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DAES_armcrypto.cpp114 uint8x16_t dd = vrev32q_u8(vld1q_u8(reinterpret_cast<uint8_t *>(_ctr))); in p_armCrypt()
137 vst1q_u8(reinterpret_cast<uint8_t *>(_ctr), vrev32q_u8(dd)); in p_armCrypt()
145 uint8x16_t d0 = vrev32q_u8(dd); in p_armCrypt()
178 uint8x16_t d0 = vrev32q_u8(dd); in p_armCrypt()
179 uint8x16_t d1 = vrev32q_u8(dd1); in p_armCrypt()
180 uint8x16_t d2 = vrev32q_u8(dd2); in p_armCrypt()
181 uint8x16_t d3 = vrev32q_u8(dd3); in p_armCrypt()
268 uint8x16_t d0 = vrev32q_u8(dd); in p_armCrypt()
296 vst1q_u8(reinterpret_cast<uint8_t *>(_ctr), vrev32q_u8(dd)); in p_armCrypt()
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Drev32.h208 return vrev32q_u8(a); in simde_vrev32q_u8()
214 #undef vrev32q_u8
215 #define vrev32q_u8(a) simde_vrev32q_u8(a) macro
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Drev32.h208 return vrev32q_u8(a); in simde_vrev32q_u8()
214 #undef vrev32q_u8
215 #define vrev32q_u8(a) simde_vrev32q_u8(a) macro
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Drev32.h208 return vrev32q_u8(a); in simde_vrev32q_u8()
214 #undef vrev32q_u8
215 #define vrev32q_u8(a) simde_vrev32q_u8(a) macro
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sha1/sha1_armv8/
H A Dsha1_armv8.cpp53 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in sha1_armv8_compress_n()
54 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in sha1_armv8_compress_n()
55 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in sha1_armv8_compress_n()
56 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in sha1_armv8_compress_n()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/sha1/sha1_armv8/
H A Dsha1_armv8.cpp53 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in sha1_armv8_compress_n()
54 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in sha1_armv8_compress_n()
55 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in sha1_armv8_compress_n()
56 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in sha1_armv8_compress_n()
/dports/security/botan2/Botan-2.18.2/src/lib/hash/sha1/sha1_armv8/
H A Dsha1_armv8.cpp53 MSG0 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG0))); in sha1_armv8_compress_n()
54 MSG1 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG1))); in sha1_armv8_compress_n()
55 MSG2 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG2))); in sha1_armv8_compress_n()
56 MSG3 = vreinterpretq_u32_u8(vrev32q_u8(vreinterpretq_u8_u32(MSG3))); in sha1_armv8_compress_n()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A Dvrev32Qu8.c16 out_uint8x16_t = vrev32q_u8 (arg0_uint8x16_t); in test_vrev32Qu8()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A Dvrev32Qu8.c16 out_uint8x16_t = vrev32q_u8 (arg0_uint8x16_t); in test_vrev32Qu8()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A Dvrev32Qu8.c16 out_uint8x16_t = vrev32q_u8 (arg0_uint8x16_t); in test_vrev32Qu8()

12345678910