154423Sbostic/*- 2*61225Sbostic * Copyright (c) 1992, 1993 3*61225Sbostic * The Regents of the University of California. All rights reserved. 454423Sbostic * 554423Sbostic * %sccs.include.redist.c% 654423Sbostic */ 754423Sbostic 854423Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*61225Sbostic .asciz "@(#)modsi3.s 8.1 (Berkeley) 06/04/93" 1054423Sbostic#endif /* LIBC_SCCS and not lint */ 1154423Sbostic 1254423Sbostic#include "DEFS.h" 1354423Sbostic 1454423SbosticENTRY(__modsi3, 0) 1554423Sbostic divl3 8(ap),4(ap),r0 1654423Sbostic mull2 8(ap),r0 1754423Sbostic subl3 r0,4(ap),r0 1854423Sbostic ret 19