Home
last modified time | relevance | path

Searched refs:mpn_xor_n (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dxor.c63 mpn_xor_n (res_ptr, op1_ptr, PTR(op2), op2_size); in mpz_xor()
103 mpn_xor_n (res_ptr, op1_ptr, op2_ptr, op1_size); in mpz_xor()
128 mpn_xor_n (res_ptr, op1_ptr, op2_ptr, op2_size); in mpz_xor()
134 mpn_xor_n (res_ptr, op1_ptr, op2_ptr, op1_size); in mpz_xor()
/netbsd/external/lgpl3/gmp/dist/mpn/arm/
H A Dlogops_n.asm77 define(`func', `mpn_xor_n')
84 MULFUNC_PROLOGUE(mpn_and_n mpn_andn_n mpn_nand_n mpn_ior_n mpn_iorn_n mpn_nior_n mpn_xor_n mpn_xnor…
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dlogops_n.c65 #define call mpn_xor_n
/netbsd/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
H A Dlogops_n.asm87 define(`func', `mpn_xor_n')
94 MULFUNC_PROLOGUE(mpn_and_n mpn_andn_n mpn_nand_n mpn_ior_n mpn_iorn_n mpn_nior_n mpn_xor_n mpn_xnor…
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
H A Dlogops_n.asm2 dnl mpn_ior_n, mpn_iorn_n, mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise
121 MULFUNC_PROLOGUE(mpn_and_n mpn_andn_n mpn_nand_n mpn_ior_n mpn_iorn_n mpn_nior_n mpn_xor_n mpn_xnor…
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dlogic.c100 mpn_xor_n (rp, ap, bp, n); in main()
H A Dt-instrument.c383 mpn_xor_n (wp, xp, yp, size); in check()
/netbsd/external/lgpl3/gmp/dist/mpn/ia64/
H A Dlogops_n.asm2 dnl mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise logical operations.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dlogops_n.asm2 dnl mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise logical operations.
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/
H A Dlogops_n.asm2 dnl mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise logical operations.
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1600 #define mpn_xor_n __MPN(xor_n) macro
1601 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1600 #define mpn_xor_n __MPN(xor_n) macro
1601 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1632 #define mpn_xor_n __MPN(xor_n) macro
1633 __GMP_DECLSPEC void mpn_xor_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);

12