Home
last modified time | relevance | path

Searched defs:vec_cmpne (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1849 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function
1855 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1867 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function
1873 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1891 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1849 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function
1855 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1867 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function
1873 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1891 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1849 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function
1855 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1867 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function
1873 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1891 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1849 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function
1855 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1867 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function
1873 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1891 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Daltivec.h1843 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne() function
1849 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne() function
1855 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne() function
1861 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne() function
1867 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne() function
1873 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne() function
1879 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne() function
1885 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne() function
1891 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne() function
1897 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne() function
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs846 unsafe fn vec_cmpne(self, b: Other) -> Self::Result; in vec_cmpne() method
3777 pub unsafe fn vec_cmpne<T, U>(a: T, b: U) -> <T as sealed::VectorCmpNe<U>>::Result in vec_cmpne() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs846 unsafe fn vec_cmpne(self, b: Other) -> Self::Result; in vec_cmpne() method
3777 pub unsafe fn vec_cmpne<T, U>(a: T, b: U) -> <T as sealed::VectorCmpNe<U>>::Result in vec_cmpne() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs846 unsafe fn vec_cmpne(self, b: Other) -> Self::Result; in vec_cmpne() method
3777 pub unsafe fn vec_cmpne<T, U>(a: T, b: U) -> <T as sealed::VectorCmpNe<U>>::Result in vec_cmpne() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs846 unsafe fn vec_cmpne(self, b: Other) -> Self::Result; in vec_cmpne() method
3777 pub unsafe fn vec_cmpne<T, U>(a: T, b: U) -> <T as sealed::VectorCmpNe<U>>::Result in vec_cmpne() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs846 unsafe fn vec_cmpne(self, b: Other) -> Self::Result; in vec_cmpne() method
3777 pub unsafe fn vec_cmpne<T, U>(a: T, b: U) -> <T as sealed::VectorCmpNe<U>>::Result in vec_cmpne() function