1 /* Copyright 2012-2024 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/>. */
19 gcc -S -o gdb.arch/i386-sse-stack-align.{S,c} -Wall -m32 -msse
22 .file "i386-sse-stack-align.c"
32 .cfi_def_cfa_register 5
34 movaps %xmm0, -24(%ebp)
35 movaps %xmm1, -40(%ebp)
36 movaps -24(%ebp), %xmm0
37 movaps -40(%ebp), %xmm1
39 addps -24(%ebp), %xmm0
55 .cfi_def_cfa_register 5
58 movaps %xmm0, -24(%ebp)
59 movaps -24(%ebp), %xmm1
60 movaps -24(%ebp), %xmm0
62 movaps %xmm0, -40(%ebp)
73 .type test_g0, @function
81 .cfi_def_cfa_register 5
90 .size test_g0, .-test_g0
91 .type test_g1, @function
99 .cfi_def_cfa_register 5
108 .size test_g1, .-test_g1
109 .type test_g2, @function
114 .cfi_def_cfa_offset 8
117 .cfi_def_cfa_register 5
126 .size test_g2, .-test_g2
127 .type test_g3, @function
132 .cfi_def_cfa_offset 8
135 .cfi_def_cfa_register 5
144 .size test_g3, .-test_g3
145 .type test_g4, @function
150 .cfi_def_cfa_offset 8
153 .cfi_def_cfa_register 5
162 .size test_g4, .-test_g4
164 .type main, @function
169 .cfi_def_cfa_offset 8
172 .cfi_def_cfa_register 5
213 .ident "GCC: (GNU) 4.6.4 20120612 (prerelease)"
214 .section .note.GNU-stack,"",@progbits