HomeSort by: relevance | last modified time | path
    Searched refs:mpn_ior_n (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
logops_n.c 1 /* mpn_and_n, mpn_ior_n, etc -- mpn logical operations.
50 #define call mpn_ior_n
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/
logops_n.asm 1 dnl PowerPC-64 mpn_and_n, mpn_andn_n, mpn_nand_n, mpn_ior_n, mpn_iorn_n,
79 ` define(`func',`mpn_ior_n')
100 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_n)
  /src/external/lgpl3/gmp/dist/mpz/
ior.c 65 mpn_ior_n (res_ptr, op1_ptr, PTR(op2), op2_size);
and.c 110 mpn_ior_n (res_ptr, op1_ptr, op2_ptr, op1_size);
  /src/external/lgpl3/gmp/dist/mpn/arm/
logops_n.asm 66 define(`func', `mpn_ior_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_n)
  /src/external/lgpl3/gmp/dist/mpn/arm64/
logops_n.asm 61 define(`func', `mpn_ior_n')
77 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_n)
  /src/external/lgpl3/gmp/dist/tests/mpn/
logic.c 96 mpn_ior_n (rp, ap, bp, n);
t-instrument.c 224 pre ("mpn_ior_n");
225 mpn_ior_n (wp, xp, yp, size);
  /src/external/lgpl3/gmp/dist/mpn/ia64/
logops_n.asm 1 dnl IA-64 mpn_and_n, mpn_andn_n, mpn_nand_n, mpn_ior_n, mpn_iorn_n,
63 ` define(`func',`mpn_ior_n')
83 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_n)
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
logops_n.asm 2 dnl mpn_ior_n, mpn_iorn_n, mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise
82 ` define(`func', `mpn_ior_n')
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_n)
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
logops_n.asm 76 define(`func', `mpn_ior_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_n)
  /src/external/lgpl3/gmp/dist/mpn/s390_32/
logops_n.asm 61 define(`func',`mpn_ior_n')
83 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_n)
  /src/external/lgpl3/gmp/dist/mpn/s390_64/
logops_n.asm 61 define(`func',`mpn_ior_n')
83 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_n)
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
logops_n.asm 1 dnl AMD K6-2 mpn_and_n, mpn_andn_n, mpn_nand_n, mpn_ior_n, mpn_iorn_n,
86 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_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
logops_n.asm 70 define(`func',`mpn_ior_n')
92 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_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
logops_n.asm 70 define(`func',`mpn_ior_n')
91 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_n)
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
logops_n.asm 75 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_n)
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
logops_n.asm 61 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_n)
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1594 #define mpn_ior_n __MPN(ior_n) macro
1595 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1626 #define mpn_ior_n __MPN(ior_n) macro
1627 __GMP_DECLSPEC void mpn_ior_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);

Completed in 59 milliseconds

1 2