Blame mpn/alpha/unicos.m4

Packit 5c3484
divert(-1)
Packit 5c3484
Packit 5c3484
dnl  m4 macros for alpha assembler on unicos.
Packit 5c3484
Packit 5c3484
Packit 5c3484
dnl  Copyright 2000, 2002-2004, 2013 Free Software Foundation, Inc.
Packit 5c3484
Packit 5c3484
dnl  This file is part of the GNU MP Library.
Packit 5c3484
dnl
Packit 5c3484
dnl  The GNU MP Library is free software; you can redistribute it and/or modify
Packit 5c3484
dnl  it under the terms of either:
Packit 5c3484
dnl
Packit 5c3484
dnl    * the GNU Lesser General Public License as published by the Free
Packit 5c3484
dnl      Software Foundation; either version 3 of the License, or (at your
Packit 5c3484
dnl      option) any later version.
Packit 5c3484
dnl
Packit 5c3484
dnl  or
Packit 5c3484
dnl
Packit 5c3484
dnl    * the GNU General Public License as published by the Free Software
Packit 5c3484
dnl      Foundation; either version 2 of the License, or (at your option) any
Packit 5c3484
dnl      later version.
Packit 5c3484
dnl
Packit 5c3484
dnl  or both in parallel, as here.
Packit 5c3484
dnl
Packit 5c3484
dnl  The GNU MP Library is distributed in the hope that it will be useful, but
Packit 5c3484
dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 5c3484
dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
Packit 5c3484
dnl  for more details.
Packit 5c3484
dnl
Packit 5c3484
dnl  You should have received copies of the GNU General Public License and the
Packit 5c3484
dnl  GNU Lesser General Public License along with the GNU MP Library.  If not,
Packit 5c3484
dnl  see https://www.gnu.org/licenses/.
Packit 5c3484
Packit 5c3484
Packit 5c3484
dnl  Note that none of the standard GMP_ASM_ autoconf tests are done for
Packit 5c3484
dnl  unicos, so none of the config.m4 results can be used here.
Packit 5c3484
Packit 5c3484
dnl  No underscores on unicos
Packit 5c3484
define(`GSYM_PREFIX')
Packit 5c3484
Packit 5c3484
define(`ASM_START',
Packit 5c3484
m4_assert_numargs(0)
Packit 5c3484
`	.ident	dummy')
Packit 5c3484
Packit 5c3484
define(`X',
Packit 5c3484
m4_assert_numargs(1)
Packit 5c3484
`^X$1')
Packit 5c3484
Packit 5c3484
define(`FLOAT64',
Packit 5c3484
m4_assert_numargs(2)
Packit 5c3484
`	.psect	$1@crud,data
Packit 5c3484
$1:	.t_floating $2
Packit 5c3484
	.endp')
Packit 5c3484
Packit 5c3484
dnl  Called: PROLOGUE_cpu(GSYM_PREFIX`'foo[,gp|noalign])
Packit 5c3484
dnl          EPILOGUE_cpu(GSYM_PREFIX`'foo)
Packit 5c3484
Packit 5c3484
define(`PROLOGUE_cpu',
Packit 5c3484
m4_assert_numargs_range(1,2)
Packit 5c3484
`ifelse(`$2',gp,,
Packit 5c3484
`ifelse(`$2',noalign,,
Packit 5c3484
`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter
Packit 5c3484
')')')')dnl
Packit 5c3484
	.stack	192		; What does this mean?  Only Cray knows.
Packit 5c3484
	.psect	$1@code,code,cache
Packit 5c3484
$1::')
Packit 5c3484
Packit 5c3484
define(`EPILOGUE_cpu',
Packit 5c3484
m4_assert_numargs(1)
Packit 5c3484
`	.endp')
Packit 5c3484
Packit 5c3484
Packit 5c3484
dnl  Usage: LDGP(dst,src)
Packit 5c3484
dnl
Packit 5c3484
dnl  Emit an "ldgp dst,src", but only on systems using a GOT (which unicos
Packit 5c3484
dnl  doesn't).
Packit 5c3484
Packit 5c3484
define(LDGP,
Packit 5c3484
m4_assert_numargs(2)
Packit 5c3484
)
Packit 5c3484
Packit 5c3484
Packit 5c3484
dnl  Usage: EXTERN(variable_name)
Packit 5c3484
define(`EXTERN',
Packit 5c3484
m4_assert_numargs(1)
Packit 5c3484
`	.extern	$1')
Packit 5c3484
Packit 5c3484
define(`DATASTART',
Packit 5c3484
m4_assert_numargs_range(1,2)
Packit 5c3484
`	.psect	$1@crud,data
Packit 5c3484
	ALIGN(ifelse($#,1,2,$2))
Packit 5c3484
$1:')
Packit 5c3484
Packit 5c3484
define(`DATAEND',
Packit 5c3484
m4_assert_numargs(0)
Packit 5c3484
`	.endp')
Packit 5c3484
Packit 5c3484
define(`ASM_END',
Packit 5c3484
m4_assert_numargs(0)
Packit 5c3484
`	.end')
Packit 5c3484
Packit 5c3484
define(`cvttqc',
Packit 5c3484
m4_assert_numargs(-1)
Packit 5c3484
`cvttq/c')
Packit 5c3484
Packit 5c3484
dnl  Load a symbolic address into a register
Packit 5c3484
define(`LEA',
Packit 5c3484
m4_assert_numargs(2)
Packit 5c3484
	`laum	$1,  $2(r31)
Packit 5c3484
	sll	$1,  32,   $1
Packit 5c3484
	lalm	$1,  $2($1)
Packit 5c3484
	lal	$1,  $2($1)')
Packit 5c3484
Packit 5c3484
Packit 5c3484
dnl  Usage: ALIGN(bytes)
Packit 5c3484
dnl
Packit 5c3484
dnl  Unicos assembler .align emits zeros, even in code segments, so disable
Packit 5c3484
dnl  aligning.
Packit 5c3484
dnl
Packit 5c3484
dnl  GCC uses a macro emiting nops until the desired alignment is reached
Packit 5c3484
dnl  (see unicosmk_file_start in alpha.c).  Could do something like that if
Packit 5c3484
dnl  we cared.  The maximum desired alignment must be established at the
Packit 5c3484
dnl  start of the section though, since of course emitting nops only
Packit 5c3484
dnl  advances relative to the section beginning.
Packit 5c3484
Packit 5c3484
define(`ALIGN',
Packit 5c3484
m4_assert_numargs(1)
Packit 5c3484
)
Packit 5c3484
Packit 5c3484
Packit 5c3484
divert