~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/mpn/powerpc32/750/com_n.asm

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl  PowerPC 750 mpn_com_n -- mpn bitwise one's complement
2
2
 
3
 
dnl  Copyright 2002 Free Software Foundation, Inc.
 
3
dnl  Copyright 2002, 2003 Free Software Foundation, Inc.
4
4
dnl
5
5
dnl  This file is part of the GNU MP Library.
6
6
dnl
16
16
dnl
17
17
dnl  You should have received a copy of the GNU Lesser General Public
18
18
dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
19
 
dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
20
 
dnl  Suite 330, Boston, MA 02111-1307, USA.
 
19
dnl  not, write to the Free Software Foundation, Inc., 51 Franklin Street,
 
20
dnl  Fifth Floor, Boston, MA 02110-1301, USA.
21
21
 
22
22
include(`../config.m4')
23
23
 
24
24
 
25
 
C     cycles/limb
26
 
C 604e:  3.0
27
 
C 750:   2.0
28
 
C 7400:  2.0
29
 
 
 
25
C                cycles/limb
 
26
C 603e:            ?
 
27
C 604e:            3.0
 
28
C 75x (G3):        2.0
 
29
C 7400,7410 (G4):  2.0
 
30
C 744x,745x (G4+): 3.0
30
31
 
31
32
C void mpn_com_n (mp_ptr dst, mp_srcptr src, mp_size_t size);
32
33
C