1 /* Copyright 2005 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 2 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, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
49 " .frame $30,0,$26,0\n"
51 " cpys $f31,$f31,$f0\n"
52 " fbgt $f16,$gt_1\n" /* stop at this instruction. */
53 " cpysn $f16,$f16,$f0\n"
61 " .frame $30,0,$26,0\n"
63 " cpys $f31,$f31,$f0\n"
64 " fbge $f16,$ge_1\n" /* stop at this instruction. */
65 " cpysn $f16,$f16,$f0\n"
73 " .frame $30,0,$26,0\n"
75 " cpys $f31,$f31,$f0\n"
76 " fblt $f16,$lt_1\n" /* stop at this instruction. */
77 " cpysn $f16,$f16,$f0\n"
85 " .frame $30,0,$26,0\n"
87 " cpys $f31,$f31,$f0\n"
88 " fble $f16,$le_1\n" /* stop at this instruction. */
89 " cpysn $f16,$f16,$f0\n"
97 " .frame $30,0,$26,0\n"
99 " cpys $f31,$f31,$f0\n"
100 " fbeq $f16,$eq_1\n" /* stop at this instruction. */
101 " cpysn $f16,$f16,$f0\n"
109 " .frame $30,0,$26,0\n"
111 " cpys $f31,$f31,$f0\n"
112 " fbne $f16,$ne_1\n" /* stop at this instruction. */
113 " cpysn $f16,$f16,$f0\n"