1 /* Copyright 2012-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/>. */
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)
81 .cfi_def_cfa_register 5
99 .cfi_def_cfa_register 5
114 .cfi_def_cfa_offset 8
117 .cfi_def_cfa_register 5
132 .cfi_def_cfa_offset 8
135 .cfi_def_cfa_register 5
150 .cfi_def_cfa_offset 8
153 .cfi_def_cfa_register 5
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