2020-01-01 00:14:33 +00:00
|
|
|
/* Copyright (C) 1997-2020 Free Software Foundation, Inc.
|
1998-12-31 18:13:59 +00:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:56:23 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:56:23 +00:00
|
|
|
Lesser General Public License for more details.
|
1998-12-31 18:13:59 +00:00
|
|
|
|
2001-07-06 04:56:23 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-03-09 23:56:38 +00:00
|
|
|
License along with the GNU C Library. If not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
#ifndef _SYS_ASM_H
|
|
|
|
#define _SYS_ASM_H
|
|
|
|
|
|
|
|
#include <sgidefs.h>
|
|
|
|
|
|
|
|
#ifndef CAT
|
2012-01-26 20:53:57 +00:00
|
|
|
# define __CAT(str1,str2) str1##str2
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define CAT(str1,str2) __CAT(str1,str2)
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
2013-02-11 18:19:14 +00:00
|
|
|
/* Redefined as nonempty in the internal header. */
|
|
|
|
#define __mips_cfi_startproc /* Empty. */
|
|
|
|
#define __mips_cfi_endproc /* Empty. */
|
|
|
|
|
1998-12-31 18:13:59 +00:00
|
|
|
/*
|
|
|
|
* Macros to handle different pointer/register sizes for 32/64-bit code
|
|
|
|
*
|
|
|
|
* 64 bit address space isn't used yet, so we may use the R3000 32 bit
|
|
|
|
* defines for now.
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABIO32 || _MIPS_SIM == _ABIN32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR .word
|
|
|
|
# define PTRSIZE 4
|
|
|
|
# define PTRLOG 2
|
2004-11-24 04:37:35 +00:00
|
|
|
#elif _MIPS_SIM == _ABI64
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR .dword
|
|
|
|
# define PTRSIZE 8
|
|
|
|
# define PTRLOG 3
|
|
|
|
#endif
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* PIC specific declarations
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABIO32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# ifdef __PIC__
|
|
|
|
# define CPRESTORE(register) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.cprestore register
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define CPLOAD(register) \
|
|
|
|
.cpload register
|
|
|
|
# else
|
|
|
|
# define CPRESTORE(register)
|
|
|
|
# define CPLOAD(register)
|
|
|
|
# endif
|
|
|
|
|
|
|
|
# define CPADD(register) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.cpadd register
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Set gp when at 1st instruction
|
|
|
|
*/
|
|
|
|
# define SETUP_GP \
|
|
|
|
.set noreorder; \
|
|
|
|
.cpload $25; \
|
|
|
|
.set reorder
|
|
|
|
/* Set gp when not at 1st instruction */
|
|
|
|
# define SETUP_GPX(r) \
|
|
|
|
.set noreorder; \
|
|
|
|
move r, $31; /* Save old ra. */ \
|
|
|
|
bal 10f; /* Find addr of cpload. */ \
|
|
|
|
nop; \
|
|
|
|
10: \
|
|
|
|
.cpload $31; \
|
|
|
|
move $31, r; \
|
|
|
|
.set reorder
|
|
|
|
# define SETUP_GPX_L(r, l) \
|
|
|
|
.set noreorder; \
|
|
|
|
move r, $31; /* Save old ra. */ \
|
|
|
|
bal l; /* Find addr of cpload. */ \
|
|
|
|
nop; \
|
|
|
|
l: \
|
|
|
|
.cpload $31; \
|
|
|
|
move $31, r; \
|
|
|
|
.set reorder
|
|
|
|
# define SAVE_GP(x) \
|
|
|
|
.cprestore x /* Save gp trigger t9/jalr conversion. */
|
|
|
|
# define SETUP_GP64(a, b)
|
|
|
|
# define SETUP_GPX64(a, b)
|
|
|
|
# define SETUP_GPX64_L(cp_reg, ra_save, l)
|
|
|
|
# define RESTORE_GP64
|
|
|
|
# define USE_ALT_CP(a)
|
2004-11-24 04:37:35 +00:00
|
|
|
#else /* _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32 */
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
/*
|
|
|
|
* For callee-saved gp calling convention:
|
|
|
|
*/
|
|
|
|
# define SETUP_GP
|
|
|
|
# define SETUP_GPX(r)
|
|
|
|
# define SETUP_GPX_L(r, l)
|
|
|
|
# define SAVE_GP(x)
|
|
|
|
|
|
|
|
# define SETUP_GP64(gpoffset, proc) \
|
|
|
|
.cpsetup $25, gpoffset, proc
|
|
|
|
# define SETUP_GPX64(cp_reg, ra_save) \
|
|
|
|
move ra_save, $31; /* Save old ra. */ \
|
|
|
|
.set noreorder; \
|
|
|
|
bal 10f; /* Find addr of .cpsetup. */ \
|
|
|
|
nop; \
|
|
|
|
10: \
|
|
|
|
.set reorder; \
|
|
|
|
.cpsetup $31, cp_reg, 10b; \
|
|
|
|
move $31, ra_save
|
|
|
|
# define SETUP_GPX64_L(cp_reg, ra_save, l) \
|
|
|
|
move ra_save, $31; /* Save old ra. */ \
|
|
|
|
.set noreorder; \
|
|
|
|
bal l; /* Find addr of .cpsetup. */ \
|
|
|
|
nop; \
|
|
|
|
l: \
|
|
|
|
.set reorder; \
|
|
|
|
.cpsetup $31, cp_reg, l; \
|
|
|
|
move $31, ra_save
|
|
|
|
# define RESTORE_GP64 \
|
|
|
|
.cpreturn
|
|
|
|
/* Use alternate register for context pointer. */
|
|
|
|
# define USE_ALT_CP(reg) \
|
|
|
|
.cplocal reg
|
2004-11-24 04:37:35 +00:00
|
|
|
#endif /* _MIPS_SIM != _ABIO32 */
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Stack Frame Definitions
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABIO32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define NARGSAVE 4 /* Space for 4 argument registers must be allocated. */
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define NARGSAVE 0 /* No caller responsibilities. */
|
|
|
|
#endif
|
|
|
|
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* LEAF - declare leaf routine
|
|
|
|
*/
|
|
|
|
#define LEAF(symbol) \
|
|
|
|
.globl symbol; \
|
|
|
|
.align 2; \
|
|
|
|
.type symbol,@function; \
|
|
|
|
.ent symbol,0; \
|
2013-02-11 18:19:14 +00:00
|
|
|
symbol: .frame sp,0,ra; \
|
|
|
|
__mips_cfi_startproc
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* NESTED - declare nested routine entry point
|
|
|
|
*/
|
|
|
|
#define NESTED(symbol, framesize, rpc) \
|
|
|
|
.globl symbol; \
|
|
|
|
.align 2; \
|
|
|
|
.type symbol,@function; \
|
|
|
|
.ent symbol,0; \
|
2013-02-11 18:19:14 +00:00
|
|
|
symbol: .frame sp, framesize, rpc; \
|
|
|
|
__mips_cfi_startproc
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* END - mark end of function
|
|
|
|
*/
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
#ifndef END
|
|
|
|
# define END(function) \
|
2013-02-11 18:19:14 +00:00
|
|
|
__mips_cfi_endproc; \
|
1998-12-31 18:13:59 +00:00
|
|
|
.end function; \
|
|
|
|
.size function,.-function
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
#endif
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* EXPORT - export definition of symbol
|
|
|
|
*/
|
|
|
|
#define EXPORT(symbol) \
|
|
|
|
.globl symbol; \
|
2013-02-11 18:19:14 +00:00
|
|
|
symbol: __mips_cfi_startproc
|
1998-12-31 18:13:59 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* ABS - export absolute symbol
|
|
|
|
*/
|
|
|
|
#define ABS(symbol,value) \
|
|
|
|
.globl symbol; \
|
|
|
|
symbol = value
|
|
|
|
|
|
|
|
#define PANIC(msg) \
|
|
|
|
.set push; \
|
|
|
|
.set reorder; \
|
|
|
|
la a0,8f; \
|
|
|
|
jal panic; \
|
|
|
|
9: b 9b; \
|
|
|
|
.set pop; \
|
|
|
|
TEXT(msg)
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Print formated string
|
|
|
|
*/
|
|
|
|
#define PRINT(string) \
|
|
|
|
.set push; \
|
|
|
|
.set reorder; \
|
|
|
|
la a0,8f; \
|
|
|
|
jal printk; \
|
|
|
|
.set pop; \
|
|
|
|
TEXT(string)
|
|
|
|
|
|
|
|
#define TEXT(msg) \
|
|
|
|
.data; \
|
|
|
|
8: .asciiz msg; \
|
|
|
|
.previous;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Build text tables
|
|
|
|
*/
|
|
|
|
#define TTABLE(string) \
|
|
|
|
.text; \
|
|
|
|
.word 1f; \
|
|
|
|
.previous; \
|
|
|
|
.data; \
|
|
|
|
1: .asciz string; \
|
|
|
|
.previous
|
|
|
|
|
|
|
|
/*
|
|
|
|
* MIPS IV pref instruction.
|
|
|
|
* Use with .set noreorder only!
|
|
|
|
*
|
|
|
|
* MIPS IV implementations are free to treat this as a nop. The R5000
|
|
|
|
* is one of them. So we should have an option not to use this instruction.
|
|
|
|
*/
|
2019-02-25 13:19:19 +00:00
|
|
|
#if (_MIPS_ISA == _MIPS_ISA_MIPS4) || (_MIPS_ISA == _MIPS_ISA_MIPS5) \
|
|
|
|
|| (_MIPS_ISA == _MIPS_ISA_MIPS32) || (_MIPS_ISA == _MIPS_ISA_MIPS64)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PREF(hint,addr) \
|
1998-12-31 18:13:59 +00:00
|
|
|
pref hint,addr
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PREFX(hint,addr) \
|
1998-12-31 18:13:59 +00:00
|
|
|
prefx hint,addr
|
|
|
|
#else
|
2012-08-01 15:11:43 +00:00
|
|
|
# define PREF(hint,addr)
|
|
|
|
# define PREFX(hint,addr)
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* MIPS ISA IV/V movn/movz instructions and equivalents for older CPUs.
|
|
|
|
*/
|
|
|
|
#if _MIPS_ISA == _MIPS_ISA_MIPS1
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVN(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set push; \
|
|
|
|
.set reorder; \
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
beqz rt,9f; \
|
|
|
|
move rd,rs; \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set pop; \
|
|
|
|
9:
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVZ(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set push; \
|
|
|
|
.set reorder; \
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
bnez rt,9f; \
|
|
|
|
move rd,rt; \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set pop; \
|
|
|
|
9:
|
|
|
|
#endif /* _MIPS_ISA == _MIPS_ISA_MIPS1 */
|
|
|
|
#if (_MIPS_ISA == _MIPS_ISA_MIPS2) || (_MIPS_ISA == _MIPS_ISA_MIPS3)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVN(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set push; \
|
|
|
|
.set noreorder; \
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
bnezl rt,9f; \
|
|
|
|
move rd,rs; \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set pop; \
|
|
|
|
9:
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVZ(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set push; \
|
|
|
|
.set noreorder; \
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
beqzl rt,9f; \
|
|
|
|
movz rd,rs; \
|
1998-12-31 18:13:59 +00:00
|
|
|
.set pop; \
|
|
|
|
9:
|
|
|
|
#endif /* (_MIPS_ISA == _MIPS_ISA_MIPS2) || (_MIPS_ISA == _MIPS_ISA_MIPS3) */
|
2019-02-25 13:19:19 +00:00
|
|
|
#if (_MIPS_ISA == _MIPS_ISA_MIPS4) || (_MIPS_ISA == _MIPS_ISA_MIPS5) \
|
|
|
|
|| (_MIPS_ISA == _MIPS_ISA_MIPS32) || (_MIPS_ISA == _MIPS_ISA_MIPS64)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVN(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
movn rd,rs,rt
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MOVZ(rd,rs,rt) \
|
1998-12-31 18:13:59 +00:00
|
|
|
movz rd,rs,rt
|
|
|
|
#endif /* (_MIPS_ISA == _MIPS_ISA_MIPS4) || (_MIPS_ISA == _MIPS_ISA_MIPS5) */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Stack alignment
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define ALSZ 15
|
|
|
|
# define ALMASK ~15
|
2003-03-25 21:51:53 +00:00
|
|
|
#else
|
|
|
|
# define ALSZ 7
|
|
|
|
# define ALMASK ~7
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Size of a register
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define SZREG 8
|
1998-12-31 18:13:59 +00:00
|
|
|
#else
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define SZREG 4
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Use the following macros in assemblercode to load/store registers,
|
|
|
|
* pointers etc.
|
|
|
|
*/
|
2003-03-25 21:51:53 +00:00
|
|
|
#if (SZREG == 4)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define REG_S sw
|
|
|
|
# define REG_L lw
|
|
|
|
#else
|
|
|
|
# define REG_S sd
|
|
|
|
# define REG_L ld
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* How to add/sub/load/store/shift C int variables.
|
|
|
|
*/
|
|
|
|
#if (_MIPS_SZINT == 32)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define INT_ADD add
|
|
|
|
# define INT_ADDI addi
|
|
|
|
# define INT_ADDU addu
|
|
|
|
# define INT_ADDIU addiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define INT_SUB sub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define INT_SUBI subi
|
|
|
|
# define INT_SUBU subu
|
|
|
|
# define INT_SUBIU subu
|
|
|
|
# define INT_L lw
|
|
|
|
# define INT_S sw
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if (_MIPS_SZINT == 64)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define INT_ADD dadd
|
|
|
|
# define INT_ADDI daddi
|
|
|
|
# define INT_ADDU daddu
|
|
|
|
# define INT_ADDIU daddiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define INT_SUB dsub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define INT_SUBI dsubi
|
|
|
|
# define INT_SUBU dsubu
|
|
|
|
# define INT_SUBIU dsubu
|
|
|
|
# define INT_L ld
|
|
|
|
# define INT_S sd
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* How to add/sub/load/store/shift C long variables.
|
|
|
|
*/
|
|
|
|
#if (_MIPS_SZLONG == 32)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define LONG_ADD add
|
|
|
|
# define LONG_ADDI addi
|
|
|
|
# define LONG_ADDU addu
|
|
|
|
# define LONG_ADDIU addiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define LONG_SUB sub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define LONG_SUBI subi
|
|
|
|
# define LONG_SUBU subu
|
|
|
|
# define LONG_SUBIU subu
|
|
|
|
# define LONG_L lw
|
|
|
|
# define LONG_S sw
|
|
|
|
# define LONG_SLL sll
|
|
|
|
# define LONG_SLLV sllv
|
|
|
|
# define LONG_SRL srl
|
|
|
|
# define LONG_SRLV srlv
|
|
|
|
# define LONG_SRA sra
|
|
|
|
# define LONG_SRAV srav
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if (_MIPS_SZLONG == 64)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define LONG_ADD dadd
|
|
|
|
# define LONG_ADDI daddi
|
|
|
|
# define LONG_ADDU daddu
|
|
|
|
# define LONG_ADDIU daddiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define LONG_SUB dsub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define LONG_SUBI dsubi
|
|
|
|
# define LONG_SUBU dsubu
|
|
|
|
# define LONG_SUBIU dsubu
|
|
|
|
# define LONG_L ld
|
|
|
|
# define LONG_S sd
|
|
|
|
# define LONG_SLL dsll
|
|
|
|
# define LONG_SLLV dsllv
|
|
|
|
# define LONG_SRL dsrl
|
|
|
|
# define LONG_SRLV dsrlv
|
|
|
|
# define LONG_SRA dsra
|
|
|
|
# define LONG_SRAV dsrav
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* How to add/sub/load/store/shift pointers.
|
|
|
|
*/
|
2004-11-24 04:37:35 +00:00
|
|
|
#if (_MIPS_SIM == _ABIO32 && _MIPS_SZPTR == 32)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_ADD add
|
|
|
|
# define PTR_ADDI addi
|
|
|
|
# define PTR_ADDU addu
|
|
|
|
# define PTR_ADDIU addiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define PTR_SUB sub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_SUBI subi
|
|
|
|
# define PTR_SUBU subu
|
|
|
|
# define PTR_SUBIU subu
|
|
|
|
# define PTR_L lw
|
|
|
|
# define PTR_LA la
|
|
|
|
# define PTR_S sw
|
|
|
|
# define PTR_SLL sll
|
|
|
|
# define PTR_SLLV sllv
|
|
|
|
# define PTR_SRL srl
|
|
|
|
# define PTR_SRLV srlv
|
|
|
|
# define PTR_SRA sra
|
|
|
|
# define PTR_SRAV srav
|
|
|
|
|
|
|
|
# define PTR_SCALESHIFT 2
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
2004-11-24 04:37:35 +00:00
|
|
|
#if _MIPS_SIM == _ABIN32
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_ADD add
|
|
|
|
# define PTR_ADDI addi
|
2014-05-07 20:10:48 +00:00
|
|
|
# define PTR_SUB sub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_SUBI subi
|
2015-02-16 22:12:15 +00:00
|
|
|
#if !defined __mips_isa_rev || __mips_isa_rev < 6
|
2014-12-19 22:37:44 +00:00
|
|
|
# define PTR_ADDU add /* no u */
|
|
|
|
# define PTR_ADDIU addi /* no u */
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_SUBU sub /* no u */
|
|
|
|
# define PTR_SUBIU sub /* no u */
|
2014-12-19 22:37:44 +00:00
|
|
|
#else
|
|
|
|
# define PTR_ADDU addu
|
|
|
|
# define PTR_ADDIU addiu
|
|
|
|
# define PTR_SUBU subu
|
|
|
|
# define PTR_SUBIU subu
|
|
|
|
#endif
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_L lw
|
|
|
|
# define PTR_LA la
|
|
|
|
# define PTR_S sw
|
|
|
|
# define PTR_SLL sll
|
|
|
|
# define PTR_SLLV sllv
|
|
|
|
# define PTR_SRL srl
|
|
|
|
# define PTR_SRLV srlv
|
|
|
|
# define PTR_SRA sra
|
|
|
|
# define PTR_SRAV srav
|
|
|
|
|
|
|
|
# define PTR_SCALESHIFT 2
|
|
|
|
#endif
|
|
|
|
|
2004-11-24 04:37:35 +00:00
|
|
|
#if (_MIPS_SIM == _ABIO32 && _MIPS_SZPTR == 64 /* o64??? */) \
|
|
|
|
|| _MIPS_SIM == _ABI64
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_ADD dadd
|
|
|
|
# define PTR_ADDI daddi
|
|
|
|
# define PTR_ADDU daddu
|
|
|
|
# define PTR_ADDIU daddiu
|
2014-05-07 20:10:48 +00:00
|
|
|
# define PTR_SUB dsub
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define PTR_SUBI dsubi
|
|
|
|
# define PTR_SUBU dsubu
|
|
|
|
# define PTR_SUBIU dsubu
|
|
|
|
# define PTR_L ld
|
|
|
|
# define PTR_LA dla
|
|
|
|
# define PTR_S sd
|
|
|
|
# define PTR_SLL dsll
|
|
|
|
# define PTR_SLLV dsllv
|
|
|
|
# define PTR_SRL dsrl
|
|
|
|
# define PTR_SRLV dsrlv
|
|
|
|
# define PTR_SRA dsra
|
|
|
|
# define PTR_SRAV dsrav
|
|
|
|
|
|
|
|
# define PTR_SCALESHIFT 3
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Some cp0 registers were extended to 64bit for MIPS III.
|
|
|
|
*/
|
2019-02-25 13:19:19 +00:00
|
|
|
#if (_MIPS_ISA == _MIPS_ISA_MIPS1) || (_MIPS_ISA == _MIPS_ISA_MIPS2) \
|
|
|
|
|| (_MIPS_ISA == _MIPS_ISA_MIPS32)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MFC0 mfc0
|
|
|
|
# define MTC0 mtc0
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
2019-02-25 13:19:19 +00:00
|
|
|
#if (_MIPS_ISA == _MIPS_ISA_MIPS3) || (_MIPS_ISA == _MIPS_ISA_MIPS4) \
|
|
|
|
|| (_MIPS_ISA == _MIPS_ISA_MIPS5) || (_MIPS_ISA == _MIPS_ISA_MIPS64)
|
* sysdeps/mips/sys/asm.h: Formatting changes.
(PTR, PTRSIZE, PTRLOG): Adjust for all 3 ABIs.
(CPADD): Define for all of them.
(SETUP_GP, SETUP_GPX, SETUP_GPX_L, SAVE_GP, SETUP_GP64,
SETUP_GPX64, SETUP_GPX64_L, RESTORE_GP64, USE_ALT_CP,
NARGSAVE): Define per ABI spec.
(END): Don't redefine.
(LONG_SLL, LONG_SLLV, LONG_SRL, LONG_SRLV, LONG_SRA,
LONG_SRAV): Remove duplicate definitions.
(PTR_ADD, PTR_ADDI, PTR_ADDU, PTR_ADDIU, PTR_SUB, PTR_SUBI,
PTR_SUBU, PTR_SUBIU, PTR_L, PTR_S, PTR_SLL, PTR_SLLV, PTR_SRL,
PTR_SRLV, PTR_SRA, PTR_SRAV, PTR_SCALESHIFT): Define for n32.
(PTR_LA): Define for all 3 ABIs.
2003-03-14 11:06:32 +00:00
|
|
|
# define MFC0 dmfc0
|
|
|
|
# define MTC0 dmtc0
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif
|
|
|
|
|
2013-08-29 07:08:54 +00:00
|
|
|
/* The MIPS architectures do not have a uniform memory model. Particular
|
2005-03-28 09:15:45 +00:00
|
|
|
platforms may provide additional guarantees - for instance, the R4000
|
|
|
|
LL and SC instructions implicitly perform a SYNC, and the 4K promises
|
|
|
|
strong ordering.
|
|
|
|
|
|
|
|
However, in the absence of those guarantees, we must assume weak ordering
|
|
|
|
and SYNC explicitly where necessary.
|
|
|
|
|
|
|
|
Some obsolete MIPS processors may not support the SYNC instruction. This
|
|
|
|
applies to "true" MIPS I processors; most of the processors which compile
|
|
|
|
using MIPS I implement parts of MIPS II. */
|
|
|
|
|
|
|
|
#ifndef MIPS_SYNC
|
|
|
|
# define MIPS_SYNC sync
|
|
|
|
#endif
|
|
|
|
|
1998-12-31 18:13:59 +00:00
|
|
|
#endif /* sys/asm.h */
|