Skip to content

Commit

Permalink
Add IntraSad asm code.
Browse files Browse the repository at this point in the history
Enable intraSad ASM code

Refine format

Add X86_ASM pretect for intraSad ASM code UT

remove duplicated code.
  • Loading branch information
licaiguo committed May 4, 2014
1 parent e1c51e8 commit 485b2b5
Show file tree
Hide file tree
Showing 6 changed files with 692 additions and 512 deletions.
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

0 comments on commit 485b2b5

Please sign in to comment.