1*54421Sbostic/*- 2*54421Sbostic * Copyright (c) 1992 The Regents of the University of California. 3*54421Sbostic * All rights reserved. 4*54421Sbostic * 5*54421Sbostic * %sccs.include.redist.c% 6*54421Sbostic */ 7*54421Sbostic 8*54421Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*54421Sbostic .asciz "@(#)lshlsi3.s 5.1 (Berkeley) 06/25/92" 10*54421Sbostic#endif /* LIBC_SCCS and not lint */ 11*54421Sbostic 12*54421Sbostic#include "DEFS.h" 13*54421Sbostic 14*54421SbosticENTRY(__lshlsi3, 0) 15*54421Sbostic ashl 8(ap),4(ap),r0 16*54421Sbostic ret 17