2 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 #include <machine/asm.h>
9 RCSID("$NetBSD: bcmp.S,v 1.8 2003/07/26 19:24:33 salo Exp $")
17 xorl %eax,%eax /* clear return value */
19 movl 20(%esp),%ecx /* compare by words */
25 movl 20(%esp),%ecx /* compare remainder by bytes */