1 /* Copyright 2005-2019 Free Software Foundation, Inc.
3 This file is part of GDB.
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
47 " .frame $30,0,$26,0\n"
49 " cpys $f31,$f31,$f0\n"
50 " fbgt $f16,$gt_1\n" /* stop at this instruction. */
51 " cpysn $f16,$f16,$f0\n"
59 " .frame $30,0,$26,0\n"
61 " cpys $f31,$f31,$f0\n"
62 " fbge $f16,$ge_1\n" /* stop at this instruction. */
63 " cpysn $f16,$f16,$f0\n"
71 " .frame $30,0,$26,0\n"
73 " cpys $f31,$f31,$f0\n"
74 " fblt $f16,$lt_1\n" /* stop at this instruction. */
75 " cpysn $f16,$f16,$f0\n"
83 " .frame $30,0,$26,0\n"
85 " cpys $f31,$f31,$f0\n"
86 " fble $f16,$le_1\n" /* stop at this instruction. */
87 " cpysn $f16,$f16,$f0\n"
95 " .frame $30,0,$26,0\n"
97 " cpys $f31,$f31,$f0\n"
98 " fbeq $f16,$eq_1\n" /* stop at this instruction. */
99 " cpysn $f16,$f16,$f0\n"
107 " .frame $30,0,$26,0\n"
109 " cpys $f31,$f31,$f0\n"
110 " fbne $f16,$ne_1\n" /* stop at this instruction. */
111 " cpysn $f16,$f16,$f0\n"