18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_XOR_ALTIVEC_H 38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_XOR_ALTIVEC_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#ifdef CONFIG_ALTIVEC 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_civoid xor_altivec_2(unsigned long bytes, unsigned long *v1_in, 88c2ecf20Sopenharmony_ci unsigned long *v2_in); 98c2ecf20Sopenharmony_civoid xor_altivec_3(unsigned long bytes, unsigned long *v1_in, 108c2ecf20Sopenharmony_ci unsigned long *v2_in, unsigned long *v3_in); 118c2ecf20Sopenharmony_civoid xor_altivec_4(unsigned long bytes, unsigned long *v1_in, 128c2ecf20Sopenharmony_ci unsigned long *v2_in, unsigned long *v3_in, 138c2ecf20Sopenharmony_ci unsigned long *v4_in); 148c2ecf20Sopenharmony_civoid xor_altivec_5(unsigned long bytes, unsigned long *v1_in, 158c2ecf20Sopenharmony_ci unsigned long *v2_in, unsigned long *v3_in, 168c2ecf20Sopenharmony_ci unsigned long *v4_in, unsigned long *v5_in); 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 198c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_XOR_ALTIVEC_H */ 20