Home | History | Annotate | Line # | Download | only in ultrasparct1
addlsh2_n.asm revision 1.1.1.1.8.2
      1 dnl  SPARC v9 mpn_addlsh2_n for T1/T2.
      2 
      3 dnl  Copyright 2010 Free Software Foundation, Inc.
      4 
      5 dnl  This file is part of the GNU MP Library.
      6 
      7 dnl  The GNU MP Library is free software; you can redistribute it and/or modify
      8 dnl  it under the terms of the GNU Lesser General Public License as published
      9 dnl  by the Free Software Foundation; either version 3 of the License, or (at
     10 dnl  your option) any later version.
     11 
     12 dnl  The GNU MP Library is distributed in the hope that it will be useful, but
     13 dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
     14 dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
     15 dnl  License for more details.
     16 
     17 dnl  You should have received a copy of the GNU Lesser General Public License
     18 dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
     19 
     20 include(`../config.m4')
     21 
     22 
     23 define(LSH,             2)
     24 define(RSH,             62)
     25 
     26 define(func, mpn_addlsh2_n)
     27 
     28 MULFUNC_PROLOGUE(mpn_addlsh2_n)
     29 
     30 include_mpn(`sparc64/ultrasparct1/addlshC_n.asm')
     31