~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to libavcodec/ppc/fft_altivec_s.S

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-09-28 09:18:34 UTC
  • mfrom: (1.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20110928091834-w415mnuh06h4zpvc
Tags: 4:0.7.1-7ubuntu2
Revert "Convert package to include multiarch support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
    mflr    r0
354
354
    stp     r0, 2*PS(r1)
355
355
    stpu    r1, -(160+16*PS)(r1)
 
356
    get_got r11
356
357
    addi    r6, r1, 16*PS
357
358
    stvm    r6, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29
358
359
    mfvrsave r0
360
361
    li      r6, 0xfffffffc
361
362
    mtvrsave r6
362
363
 
363
 
    movrel  r6, fft_data
 
364
    movrel  r6, fft_data, r11
364
365
    lvm     r6, v14, v15, v16, v17, v18, v19, v20, v21
365
366
    lvm     r6, v22, v23, v24, v25, v26, v27, v28, v29
366
367
 
367
368
    li      r9, 16
368
 
    movrel  r12, X(ff_cos_tabs)
 
369
    movrel  r12, X(ff_cos_tabs), r11
369
370
 
370
 
    movrel  r6, fft_dispatch_tab\interleave\()_altivec
 
371
    movrel  r6, fft_dispatch_tab\interleave\()_altivec, r11
371
372
    lwz     r3, 0(r3)
372
373
    subi    r3, r3, 2
373
374
    slwi    r3, r3, 2+ARCH_PPC64