Searched refs:vld1q_u8 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | recov_neon_inner.c | 31 uint8x16_t pm0 = vld1q_u8(pbmul); in __raid6_2data_recov_neon() 32 uint8x16_t pm1 = vld1q_u8(pbmul + 16); in __raid6_2data_recov_neon() 33 uint8x16_t qm0 = vld1q_u8(qmul); in __raid6_2data_recov_neon() 34 uint8x16_t qm1 = vld1q_u8(qmul + 16); in __raid6_2data_recov_neon() 52 px = veorq_u8(vld1q_u8(p), vld1q_u8(dp)); in __raid6_2data_recov_neon() 53 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_2data_recov_neon() 80 uint8x16_t qm0 = vld1q_u8(qmul); in __raid6_datap_recov_neon() 81 uint8x16_t qm1 = vld1q_u8(qmul + 16); in __raid6_datap_recov_neon() 94 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_datap_recov_neon() 100 vy = veorq_u8(vx, vld1q_u8(p)); in __raid6_datap_recov_neon()
|
| H A D | neon.uc | 70 wq$$ = wp$$ = vld1q_u8(&dptr[z0][d+$$*NSIZE]); 72 wd$$ = vld1q_u8(&dptr[z][d+$$*NSIZE]); 101 wq$$ = vld1q_u8(&dptr[z0][d+$$*NSIZE]); 102 wp$$ = veorq_u8(vld1q_u8(&p[d+$$*NSIZE]), wq$$); 106 wd$$ = vld1q_u8(&dptr[z][d+$$*NSIZE]); 146 w1$$ = vld1q_u8(&q[d+NSIZE*$$]);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | aegis128-neon-inner.c | 34 vld1q_u8(state), in aegis128_load_state_neon() 35 vld1q_u8(state + 16), in aegis128_load_state_neon() 36 vld1q_u8(state + 32), in aegis128_load_state_neon() 37 vld1q_u8(state + 48), in aegis128_load_state_neon() 38 vld1q_u8(state + 64) in aegis128_load_state_neon() 69 w = vqtbl1q_u8(w, vld1q_u8(shift_rows)); in aegis_aes_round() 90 w ^= vqtbl1q_u8(v ^ w, vld1q_u8(ror32by8)); in aegis_aes_round() 145 uint8x16_t k = vld1q_u8(key); in crypto_aegis128_init_neon() 146 uint8x16_t kiv = k ^ vld1q_u8(iv); in crypto_aegis128_init_neon() 149 vld1q_u8(const1), in crypto_aegis128_init_neon() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | dist.h | 432 uint8x16_t A_vec = vld1q_u8 (a + i); 433 uint8x16_t B_vec = vld1q_u8 (b + i);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 93 val = vld1q_u8(v); in v_uint8x16()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 93 val = vld1q_u8(v); in v_uint8x16()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 93 val = vld1q_u8(v); in v_uint8x16()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | arm_neon.h | 10403 vld1q_u8 (const uint8_t * __a) in vld1q_u8() function
|
| H A D | arm_mve.h | 2217 #define vld1q_u8(__base) __arm_vld1q_u8(__base) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 17548 vld1q_u8 (const uint8_t *__a) in vld1q_u8() function
|