Searched refs:vec_xor (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | xor_vmx.c | 16 #define vec_xor(a, b) a ^ b macro 46 V1##_0 = vec_xor(V1##_0, V2##_0); \ 47 V1##_1 = vec_xor(V1##_1, V2##_1); \ 48 V1##_2 = vec_xor(V1##_2, V2##_2); \ 49 V1##_3 = vec_xor(V1##_3, V2##_3); \
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | altivec.uc | 88 wp$$ = vec_xor(wp$$, wd$$); 92 w1$$ = vec_xor(w1$$, w2$$); 93 wq$$ = vec_xor(w1$$, wd$$);
|
| H A D | vpermxor.uc | 61 wp$$ = vec_xor(wp$$, wd$$); 65 wq$$ = vec_xor(wq$$, wd$$);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 555 OPENCV_HAL_IMPL_VSX_BIN_OP(^, _Tpvec, vec_xor) \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 555 OPENCV_HAL_IMPL_VSX_BIN_OP(^, _Tpvec, vec_xor) \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 555 OPENCV_HAL_IMPL_VSX_BIN_OP(^, _Tpvec, vec_xor) \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 48594 vector float vec_xor (vector float, vector float); 48595 vector float vec_xor (vector float, vector bool int); 48596 vector float vec_xor (vector bool int, vector float); 48597 vector bool int vec_xor (vector bool int, vector bool int); 48598 vector signed int vec_xor (vector bool int, vector signed int); 48599 vector signed int vec_xor (vector signed int, vector bool int); 48600 vector signed int vec_xor (vector signed int, vector signed int); 48601 vector unsigned int vec_xor (vector bool int, vector unsigned int); 48602 vector unsigned int vec_xor (vector unsigned int, vector bool int); 48603 vector unsigned int vec_xor (vector unsigned int, vector unsigned int); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 48594 vector float vec_xor (vector float, vector float); 48595 vector float vec_xor (vector float, vector bool int); 48596 vector float vec_xor (vector bool int, vector float); 48597 vector bool int vec_xor (vector bool int, vector bool int); 48598 vector signed int vec_xor (vector bool int, vector signed int); 48599 vector signed int vec_xor (vector signed int, vector bool int); 48600 vector signed int vec_xor (vector signed int, vector signed int); 48601 vector unsigned int vec_xor (vector bool int, vector unsigned int); 48602 vector unsigned int vec_xor (vector unsigned int, vector bool int); 48603 vector unsigned int vec_xor (vector unsigned int, vector unsigned int); [all …]
|