Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IntraSad asm code. #779

Merged
merged 2 commits into from
May 4, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions codec/common/x86/asm_inc.asm
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ BITS 64
%define r1w dx
%define r2w r8w
%define r3w r9w
%define r6w r11w

%define r0b cl
%define r1b dl
Expand Down Expand Up @@ -149,6 +150,7 @@ BITS 64
%define r1w si
%define r2w dx
%define r3w cx
%define r6w r10w

%define r0b dil
%define r1b sil
Expand Down Expand Up @@ -198,6 +200,7 @@ BITS 32
%define r1w cx
%define r2w dx
%define r3w bx
%define r6w bp

%define r0b al
%define r1b cl
Expand Down
Loading