=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpn/powerpc64/Attic/rshift.asm,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/mpn/powerpc64/Attic/rshift.asm 2000/09/09 14:12:39 1.1.1.1 +++ OpenXM_contrib/gmp/mpn/powerpc64/Attic/rshift.asm 2003/08/25 16:06:24 1.1.1.2 @@ -1,6 +1,6 @@ # PowerPC-64 mpn_rshift -- Shift a number right. -# Copyright (C) 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU MP Library. @@ -19,14 +19,17 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA. +include(`../config.m4') + +# ppc630: 2.25 cycles/limb + + # INPUT PARAMETERS # res_ptr r3 # s1_ptr r4 # size r5 # cnt r6 - -include(`../config.m4') ASM_START() PROLOGUE(mpn_rshift)