Searched refs:vst1q_u8 (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/crypto/chacha/arch/arm/ |
H A D | chacha_neon.c | 166 vst1q_u8(out + 0, vreinterpretq_u8_u32(vaddq_u32(r0, in0))); in chacha_core_neon() 167 vst1q_u8(out + 16, vreinterpretq_u8_u32(vaddq_u32(r1, in1))); in chacha_core_neon() 168 vst1q_u8(out + 32, vreinterpretq_u8_u32(vaddq_u32(r2, in2))); in chacha_core_neon() 169 vst1q_u8(out + 48, vreinterpretq_u8_u32(vaddq_u32(r3, in3))); in chacha_core_neon() 188 vst1q_u8(out + 0, vreinterpretq_u8_u32(r0)); in hchacha_neon() 189 vst1q_u8(out + 16, vreinterpretq_u8_u32(r3)); in hchacha_neon() 233 vst1q_u8(buf + 0, vreinterpretq_u8_u32(r0)); in chacha_stream_neon() 234 vst1q_u8(buf + 16, vreinterpretq_u8_u32(r1)); in chacha_stream_neon() 235 vst1q_u8(buf + 32, vreinterpretq_u8_u32(r2)); in chacha_stream_neon() 236 vst1q_u8(buf + 48, vreinterpretq_u8_u32(r3)); in chacha_stream_neon() [all …]
|
/netbsd-src/sys/crypto/aes/arch/arm/ |
H A D | aes_neon_subr.c | 56 vst1q_u8(out, block); in storeblock()
|
H A D | aes_neon.c | 210 vst1q_u8(rkp, rk); in storeroundkey()
|
/netbsd-src/sys/crypto/arch/arm/ |
H A D | arm_neon.h | 650 vst1q_u8(uint8_t *__p8, uint8x16_t __v) in vst1q_u8() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm_neon.h | 10981 vst1q_u8 (uint8_t * __a, uint8x16_t __b) in vst1q_u8() function
|
H A D | arm_mve.h | 2289 #define vst1q_u8(__addr, __value) __arm_vst1q_u8(__addr, __value) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | arm_neon.h | 27899 vst1q_u8 (uint8_t *__a, uint8x16_t __b) in vst1q_u8() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 4778 (vst1q_u8): Likewise.
|
H A D | ChangeLog-2020 | 28514 (vst1q_u8): Likewise.
|
H A D | ChangeLog-2019 | 13485 (vst1q_u8): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm_mve.h | 2289 #define vst1q_u8(__addr, __value) __arm_vst1q_u8(__addr, __value) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 53103 420966d82c8d3a7bb80562e02e3a8e9b gcc/testsuite/gcc.target/arm/mve/intrinsics/vst1q_u8.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 59467 4d80fe3bf218f76fbaaea0f71a706b80 gcc/testsuite/gcc.target/arm/mve/intrinsics/vst1q_u8.c
|