Searched refs:veorq_u8 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | recov_neon_inner.c | 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() 58 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon() 63 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon() 64 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon() 67 vst1q_u8(dp, veorq_u8(db, px)); in __raid6_2data_recov_neon() 94 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_datap_recov_neon() 99 vx = veorq_u8(vx, vy); in __raid6_datap_recov_neon() 100 vy = veorq_u8(vx, vld1q_u8(p)); in __raid6_datap_recov_neon()
|
| H A D | neon.uc | 73 wp$$ = veorq_u8(wp$$, wd$$); 78 w1$$ = veorq_u8(w1$$, w2$$); 79 wq$$ = veorq_u8(w1$$, wd$$); 102 wp$$ = veorq_u8(vld1q_u8(&p[d+$$*NSIZE]), wq$$); 107 wp$$ = veorq_u8(wp$$, wd$$); 112 w1$$ = veorq_u8(w1$$, w2$$); 113 wq$$ = veorq_u8(w1$$, wd$$); 121 wq$$ = veorq_u8(w1$$, w2$$); 130 wq$$ = veorq_u8(w1$$, w2$$); 137 wq$$ = veorq_u8(w1$$, w2$$); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | dist.h | 434 uint8x16_t AxorB = veorq_u8 (A_vec, B_vec);
|
| /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 | 14048 veorq_u8 (uint8x16_t __a, uint8x16_t __b) in veorq_u8() function
|
| H A D | arm_mve.h | 724 #define veorq_u8(__a, __b) __arm_veorq_u8(__a, __b) 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 | 1836 veorq_u8 (uint8x16_t __a, uint8x16_t __b) in veorq_u8() function
|