~ubuntu-branches/ubuntu/maverick/x264/maverick-updates

« back to all changes in this revision

Viewing changes to common/x86/cabac-a.asm

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-02-18 07:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100218073951-9jgsvskb976rfbvq
Tags: upstream-0.85.1442.1+git781d30
ImportĀ upstreamĀ versionĀ 0.85.1442.1+git781d30

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
%macro LOAD_GLOBAL 4
60
60
%ifdef PIC
61
61
    ; this would be faster if the arrays were declared in asm, so that I didn't have to duplicate the lea
62
 
    lea   r11, [%2 GLOBAL]
 
62
    lea   r11, [%2]
63
63
    %ifnidn %3, 0
64
64
    add   r11, %3
65
65
    %endif