vec_vid62.S revision 1.1.1.8
10SN/A/* c-isr library stuff of Andes NDS32 cpu for GNU compiler
20SN/A   Copyright (C) 2012-2020 Free Software Foundation, Inc.
30SN/A   Contributed by Andes Technology Corporation.
40SN/A
50SN/A   This file is part of GCC.
60SN/A
70SN/A   GCC is free software; you can redistribute it and/or modify it
80SN/A   under the terms of the GNU General Public License as published
90SN/A   by the Free Software Foundation; either version 3, or (at your
100SN/A   option) any later version.
110SN/A
120SN/A   GCC is distributed in the hope that it will be useful, but WITHOUT
130SN/A   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
140SN/A   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
150SN/A   License for more details.
160SN/A
170SN/A   Under Section 7 of GPL version 3, you are granted additional
180SN/A   permissions described in the GCC Runtime Library Exception, version
190SN/A   3.1, as published by the Free Software Foundation.
200SN/A
210SN/A   You should have received a copy of the GNU General Public License and
220SN/A   a copy of the GCC Runtime Library Exception along with this program;
230SN/A   see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
240SN/A   <http://www.gnu.org/licenses/>.  */
250SN/A
260SN/A	.section	.nds32_vector.62, "ax"
270SN/A#if __NDS32_ISR_VECTOR_SIZE_4__
280SN/A	/* The vector size is default 4-byte for v3 architecture.  */
290SN/A	.vec_size	4
300SN/A	.align	2
310SN/A#else
320SN/A	/* The vector size is default 16-byte for other architectures.  */
330SN/A	.vec_size	16
340SN/A	.align	4
350SN/A#endif
360SN/A	.weak	_nds32_vector_62
370SN/A	.type	_nds32_vector_62, @function
380SN/A_nds32_vector_62:
390SN/A1:
400SN/A	j	1b
410SN/A	.size	_nds32_vector_62, .-_nds32_vector_62
420SN/A