summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/c_div64.h
blob: 69d29237bcf21f7c2227a212b12c1bf55918acbf (plain) (tree)




























                                                      
/* 
   c_div64.h

   Define all 64-bit Divide Functions.
 */

/*
   static char SccsID[]="@(#)c_div64.h	1.4 02/09/94";
 */

IMPORT VOID divu64
                   
IPT4(
	IU32 *, hr,
	IU32 *, lr,
	IU32, divisor,
	IU32 *, rem

   );

IMPORT VOID div64
                   
IPT4(
	IS32 *, hr,
	IS32 *, lr,
	IS32, divisor,
	IS32 *, rem

   );