[BACK]Return to rshift.s CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpn / vax

Diff for /OpenXM_contrib/gmp/mpn/vax/Attic/rshift.s between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:12:42 version 1.1.1.2, 2003/08/25 16:06:27
Line 1 
Line 1 
 # VAX __gmpn_rshift -- right shift.  # VAX mpn_rshift -- right shift.
   
 # Copyright (C) 1999, 2000 Free Software Foundation, Inc.  # Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
   
 # This file is part of the GNU MP Library.  # This file is part of the GNU MP Library.
   
Line 48  Loop: movl (r6)+,r3
Line 48  Loop: movl (r6)+,r3
         ashq    r8,r2,r4          ashq    r8,r2,r4
         movl    r5,(r7)+          movl    r5,(r7)+
         movl    r3,r2          movl    r3,r2
         jsobgtr r1,Loop          sobgtr  r1,Loop
   
 Lend:   clrl    r3  Lend:   clrl    r3
         ashq    r8,r2,r4          ashq    r8,r2,r4

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>