2 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 #include <machine/asm.h>
9 RCSID("$NetBSD: bcmp.S,v 1.10 2014/05/23 02:34:19 uebayasi 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 */