changeset 483:1cf5ce3ec0c0 trunk

[svn] Assembly file is now unused. Removing.
author chainsaw
date Sat, 21 Jan 2006 14:06:25 -0800
parents 0db65eaafe24
children fc968772e096
files Plugins/Visualization/blur_scope/blur_8.s
diffstat 1 files changed, 0 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Visualization/blur_scope/blur_8.s	Sat Jan 21 14:06:07 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-.globl bscope_blur_8
-	.type	 bscope_blur_8,@function
-bscope_blur_8:
-	pushl %ebp
-	movl %esp,%ebp
-	pushl %edi
-	pushl %esi
-	pushl %ebx
-	movl 20(%ebp),%edi
-	movl %edi,%eax
-	addl 8(%ebp),%eax
-	leal 1(%eax),%esi
-	movl %edi,%ecx
-	imull 16(%ebp),%ecx
-	subl $1,%ecx
-	jc .L26
-	leal 2(%eax),%ebx
-	.align 4
-.L27:
-	movl %esi,%eax
-	subl %edi,%eax
-	movzbl (%eax),%edx
-	movzbl -2(%ebx),%eax
-	addl %eax,%edx
-	movzbl (%ebx),%eax
-	addl %eax,%edx
-	movzbl (%edi,%esi),%eax
-	addl %edx,%eax
-	sarl $2,%eax
-	cmpl $2,%eax
-	jbe .L28
-	addl $-2,%eax
-.L28:
-	movb %al,(%esi)
-	incl %ebx
-	incl %esi
-	subl $1,%ecx
-	jnc .L27
-.L26:
-	leal -12(%ebp),%esp
-	popl %ebx
-	popl %esi
-	popl %edi
-	leave
-	ret