1/* Copyright (C) 2017-2019 Free Software Foundation, Inc. 2 3 This file is part of GCC. 4 5 GCC is free software; you can redistribute it and/or modify it 6 under the terms of the GNU General Public License as published by 7 the Free Software Foundation; either version 3, or (at your option) 8 any later version. 9 10 GCC is distributed in the hope that it will be useful, but WITHOUT 11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public 13 License for more details. 14 15 You should have received a copy of the GNU General Public License 16 along with GCC; see the file COPYING3. If not see 17 <http://www.gnu.org/licenses/>. 18*/ 19 20REGISTER_IN_STACK(bta, -1) 21REGISTER_IN_STACK(lp_start, -1) 22REGISTER_IN_STACK(lp_end, -1) 23REGISTER_IN_STACK(lp_count, -1) 24REGISTER_IN_STACK(status32, -1) 25REGISTER_IN_STACK(ret, -1) 26REGISTER_IN_STACK(blink, 31) 27REGISTER_IN_STACK(fp, 27) 28REGISTER_IN_STACK(gp, 26) 29REGISTER_IN_STACK(r12, 12) 30REGISTER_IN_STACK(r11, 11) 31REGISTER_IN_STACK(r10, 10) 32REGISTER_IN_STACK(r9, 9) 33REGISTER_IN_STACK(r8, 8) 34REGISTER_IN_STACK(r7, 7) 35REGISTER_IN_STACK(r6, 6) 36REGISTER_IN_STACK(r5, 5) 37REGISTER_IN_STACK(r4, 4) 38REGISTER_IN_STACK(r3, 3) 39REGISTER_IN_STACK(r2, 2) 40REGISTER_IN_STACK(r1, 1) 41REGISTER_IN_STACK(r0, 0) 42REGISTER_IN_STACK(sp, 28) 43