Lines Matching refs:suffix
230 .macro PASS interleave, suffix argument
231 fft_pass\suffix\()_altivec:
397 .macro DECL_FFT suffix, bits, n, n2, n4
398 fft\n\suffix\()_altivec:
411 b fft_pass\suffix\()_altivec
414 .macro DECL_FFTS interleave, suffix argument
416 def_fft4 \suffix
417 def_fft8 \suffix
418 def_fft16 \suffix
419 PASS \interleave, \suffix
420 DECL_FFT \suffix, 5, 32, 16, 8
421 DECL_FFT \suffix, 6, 64, 32, 16
422 DECL_FFT \suffix, 7, 128, 64, 32
423 DECL_FFT \suffix, 8, 256, 128, 64
424 DECL_FFT \suffix, 9, 512, 256, 128
425 DECL_FFT \suffix,10, 1024, 512, 256
426 DECL_FFT \suffix,11, 2048, 1024, 512
427 DECL_FFT \suffix,12, 4096, 2048, 1024
428 DECL_FFT \suffix,13, 8192, 4096, 2048
429 DECL_FFT \suffix,14,16384, 8192, 4096
430 DECL_FFT \suffix,15,32768,16384, 8192
431 DECL_FFT \suffix,16,65536,32768,16384
433 fft_calc \suffix
437 fft_dispatch_tab\suffix\()_altivec:
438 PTR fft4\suffix\()_altivec
439 PTR fft8\suffix\()_altivec
440 PTR fft16\suffix\()_altivec
441 PTR fft32\suffix\()_altivec
442 PTR fft64\suffix\()_altivec
443 PTR fft128\suffix\()_altivec
444 PTR fft256\suffix\()_altivec
445 PTR fft512\suffix\()_altivec
446 PTR fft1024\suffix\()_altivec
447 PTR fft2048\suffix\()_altivec
448 PTR fft4096\suffix\()_altivec
449 PTR fft8192\suffix\()_altivec
450 PTR fft16384\suffix\()_altivec
451 PTR fft32768\suffix\()_altivec
452 PTR fft65536\suffix\()_altivec