📄 f1k7i_2.s
字号:
/* * Copyright (c) 2003 Matteo Frigo * Copyright (c) 2003 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *//* This file was automatically generated --- DO NOT EDIT *//* Generated on Sat Jul 5 21:53:21 EDT 2003 */#include "config.h"/* cheap-mode: VECTGRADE_FULL succeeded. (14 steps) *//* Generated by: /homee/stevenj/cvs/fftw3.0.1/genfft-k7/gen_twiddle -no-randomized-cse -dif -n 2 -sign 1 -name f1k7i_2 *//* * Generator Id's : * $Id: algsimp.ml,v 1.3 2003/03/15 20:29:42 stevenj Exp $ * $Id: fft.ml,v 1.3 2003/03/15 20:29:43 stevenj Exp $ * $Id: gen_twiddle.ml,v 1.13 2003/04/18 01:21:45 athena Exp $ *//* The following asm code is Copyright (c) 2000-2001 Stefan Kral */.text .balign 64f1k7i_2: subl $20, %esp femms movl %ebx, 16(%esp) movl 36(%esp), %edx movl 44(%esp), %ebx movl 28(%esp), %ecx movl %esi, 12(%esp) movl 32(%esp), %eax movl 40(%esp), %esi leal (,%edx,4), %edx leal (,%ebx,4), %ebx .p2align 4,,7.L0: /* promise simd cell size = 8 */ movq (%ecx,%edx), %mm0 movq (%ecx), %mm1 movq (%eax), %mm3 /* simd data load/store barrier */ addl $8, %eax movq %mm1, %mm2 pfsub %mm0, %mm1 pfadd %mm0, %mm2 pswapd %mm1, %mm4 pfmul %mm3, %mm1 pfmul %mm3, %mm4 movq %mm2, (%ecx) pfpnacc %mm4, %mm1 movq %mm1, (%ecx,%edx) addl %ebx, %ecx decl %esi jnz .L0 femms movl 16(%esp), %ebx movl 12(%esp), %esi addl $20, %esp ret .section .rodatanam: .string "f1k7i_2" .align 4twinstr: .byte 4 .byte 0 .value 2 .byte 3 .byte 1 .value 0 .align 4desc: .long 2 .long nam .long twinstr .zero 4 .double 3 .double 2 .double 0 .double 0 .long fftwf_kdft_ct_k7_pgenus .long 0 .long 0 .long 0.text .align 4.globl fftwf_codelet_f1k7i_2fftwf_codelet_f1k7i_2: subl $12,%esp movl 16(%esp),%eax addl $-4,%esp pushl $desc pushl $f1k7i_2 pushl %eax call fftwf_kdft_dif_register addl $16,%esp addl $12,%esp ret
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -