Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
1e7c05e0
Commit
1e7c05e0
authored
Oct 26, 2010
by
John Koleszar
Committed by
Code Review
Oct 26, 2010
Browse files
Options
Browse Files
Download
Plain Diff
Merge "add missing GET_GOT/RESTORE_GOT pairs"
parents
0a5a638c
b523dd51
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
vp8/encoder/x86/fwalsh_sse2.asm
vp8/encoder/x86/fwalsh_sse2.asm
+2
-0
vp8/encoder/x86/subtract_sse2.asm
vp8/encoder/x86/subtract_sse2.asm
+6
-0
No files found.
vp8/encoder/x86/fwalsh_sse2.asm
View file @
1e7c05e0
...
...
@@ -17,6 +17,7 @@ sym(vp8_short_walsh4x4_sse2):
push
rbp
mov
rbp
,
rsp
SHADOW_ARGS_TO_STACK
3
GET_GOT
rbx
push
rsi
push
rdi
; end prolog
...
...
@@ -141,6 +142,7 @@ sym(vp8_short_walsh4x4_sse2):
; begin epilog
pop
rdi
pop
rsi
REST
ORE_GOT
UNSHADOW_ARGS
pop
rbp
ret
...
...
vp8/encoder/x86/subtract_sse2.asm
View file @
1e7c05e0
...
...
@@ -19,6 +19,7 @@ sym(vp8_subtract_b_sse2_impl):
push
rbp
mov
rbp
,
rsp
SHADOW_ARGS_TO_STACK
5
GET_GOT
rbx
push
rsi
push
rdi
; end prolog
...
...
@@ -64,6 +65,7 @@ sym(vp8_subtract_b_sse2_impl):
; begin epilog
pop
rdi
pop
rsi
REST
ORE_GOT
UNSHADOW_ARGS
pop
rbp
ret
...
...
@@ -75,6 +77,7 @@ sym(vp8_subtract_mby_sse2):
push
rbp
mov
rbp
,
rsp
SHADOW_ARGS_TO_STACK
4
GET_GOT
rbx
push
rsi
push
rdi
; end prolog
...
...
@@ -134,6 +137,7 @@ submby_loop:
pop
rdi
pop
rsi
; begin epilog
REST
ORE_GOT
UNSHADOW_ARGS
pop
rbp
ret
...
...
@@ -145,6 +149,7 @@ sym(vp8_subtract_mbuv_sse2):
push
rbp
mov
rbp
,
rsp
SHADOW_ARGS_TO_STACK
5
GET_GOT
rbx
push
rsi
push
rdi
; end prolog
...
...
@@ -338,6 +343,7 @@ sym(vp8_subtract_mbuv_sse2):
; begin epilog
pop
rdi
pop
rsi
REST
ORE_GOT
UNSHADOW_ARGS
pop
rbp
ret
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment