vec_vid46.S revision 1.1.1.8
18146Sdufault/* c-isr library stuff of Andes NDS32 cpu for GNU compiler
28146Sdufault   Copyright (C) 2012-2020 Free Software Foundation, Inc.
38146Sdufault   Contributed by Andes Technology Corporation.
476999Sjoerg
58146Sdufault   This file is part of GCC.
68146Sdufault
78146Sdufault   GCC is free software; you can redistribute it and/or modify it
88146Sdufault   under the terms of the GNU General Public License as published
98146Sdufault   by the Free Software Foundation; either version 3, or (at your
108146Sdufault   option) any later version.
118146Sdufault
128146Sdufault   GCC is distributed in the hope that it will be useful, but WITHOUT
138146Sdufault   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
148146Sdufault   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
158146Sdufault   License for more details.
168146Sdufault
178146Sdufault   Under Section 7 of GPL version 3, you are granted additional
188146Sdufault   permissions described in the GCC Runtime Library Exception, version
198146Sdufault   3.1, as published by the Free Software Foundation.
208146Sdufault
218146Sdufault   You should have received a copy of the GNU General Public License and
228146Sdufault   a copy of the GCC Runtime Library Exception along with this program;
238146Sdufault   see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
248146Sdufault   <http://www.gnu.org/licenses/>.  */
258146Sdufault
268146Sdufault	.section	.nds32_vector.46, "ax"
278146Sdufault#if __NDS32_ISR_VECTOR_SIZE_4__
288146Sdufault	/* The vector size is default 4-byte for v3 architecture.  */
298146Sdufault	.vec_size	4
308146Sdufault	.align	2
3164382Skbyanc#else
3264382Skbyanc	/* The vector size is default 16-byte for other architectures.  */
3364382Skbyanc	.vec_size	16
348146Sdufault	.align	4
358146Sdufault#endif
3667817Smjacob	.weak	_nds32_vector_46
3767817Smjacob	.type	_nds32_vector_46, @function
3867817Smjacob_nds32_vector_46:
3967817Smjacob1:
4067817Smjacob	j	1b
4167817Smjacob	.size	_nds32_vector_46, .-_nds32_vector_46
4267817Smjacob