Annotation of OpenXM_contrib/gmp/mpn/alpha/unicos.m4, Revision 1.1
1.1 ! maekawa 1: divert(-1)
! 2:
! 3:
! 4: dnl Copyright (C) 2000 Free Software Foundation, Inc.
! 5: dnl
! 6: dnl This file is part of the GNU MP Library.
! 7: dnl
! 8: dnl The GNU MP Library is free software; you can redistribute it and/or
! 9: dnl modify it under the terms of the GNU Lesser General Public License as
! 10: dnl published by the Free Software Foundation; either version 2.1 of the
! 11: dnl License, or (at your option) any later version.
! 12: dnl
! 13: dnl The GNU MP Library is distributed in the hope that it will be useful,
! 14: dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
! 15: dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
! 16: dnl Lesser General Public License for more details.
! 17: dnl
! 18: dnl You should have received a copy of the GNU Lesser General Public
! 19: dnl License along with the GNU MP Library; see the file COPYING.LIB. If
! 20: dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
! 21: dnl Suite 330, Boston, MA 02111-1307, USA.
! 22:
! 23:
! 24: define(`ASM_START',
! 25: `.ident dummy')
! 26:
! 27: define(`X',`^X$1')
! 28: define(`FLOAT64',
! 29: `dnl
! 30: .psect $1@crud,data
! 31: $1: .t_floating $2
! 32: .endp')
! 33:
! 34: define(`PROLOGUE',
! 35: `dnl
! 36: .stack 192 ; What does this mean? Only Cray knows.
! 37: .psect $1@code,code,cache
! 38: $1::')
! 39: define(`PROLOGUE_GP', `PROLOGUE($1)')
! 40:
! 41: define(`EPILOGUE',
! 42: `dnl
! 43: .endp')
! 44:
! 45: define(`DATASTART',
! 46: `dnl
! 47: .psect $1@crud,data
! 48: $1:')
! 49: define(`DATAEND',
! 50: `dnl
! 51: .endp')
! 52:
! 53: define(`ASM_END',
! 54: `dnl
! 55: .end')
! 56:
! 57: define(`unop',`bis r31,r31,r31') ; Unicos assembler lacks unop
! 58: define(`cvttqc',`cvttq/c')
! 59:
! 60: define(`ALIGN',`') ; Unicos assembler seems to align using garbage
! 61:
! 62: divert
! 63:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>