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

« back to all changes in this revision

Viewing changes to tools/checkasm-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:
71
71
%endrep
72
72
%assign i 6
73
73
%rep 16-6
74
 
    movdqa xmm %+ i, [x %+ i GLOBAL]
 
74
    movdqa xmm %+ i, [x %+ i]
75
75
    %assign i i+1
76
76
%endrep
77
 
    mov  r4, [n4 GLOBAL]
78
 
    mov  r5, [n5 GLOBAL]
 
77
    mov  r4, [n4]
 
78
    mov  r5, [n5]
79
79
    call r6
80
 
    xor  r4, [n4 GLOBAL]
81
 
    xor  r5, [n5 GLOBAL]
 
80
    xor  r4, [n4]
 
81
    xor  r5, [n5]
82
82
    or   r4, r5
83
83
    pxor xmm5, xmm5
84
84
%assign i 6
85
85
%rep 16-6
86
 
    pxor xmm %+ i, [x %+ i GLOBAL]
 
86
    pxor xmm %+ i, [x %+ i]
87
87
    por  xmm5, xmm %+ i
88
88
    %assign i i+1
89
89
%endrep
92
92
    or   r4, r5
93
93
    jz .ok
94
94
    mov  r4, rax
95
 
    lea  r0, [error_message GLOBAL]
 
95
    lea  r0, [error_message]
96
96
    call puts
97
97
    mov  r1, [rsp+stack_offset+16]
98
98
    mov  dword [r1], 0
132
132
    or   r3, r5
133
133
    jz .ok
134
134
    mov  r3, eax
135
 
    lea  r1, [error_message GLOBAL]
 
135
    lea  r1, [error_message]
136
136
    push r1
137
137
    call puts
138
138
    add  esp, 4