summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/c_mul64.h
blob: 892d1e5080b7076a9f11828450ac0a79d0c265b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 
   c_mul64.h

   Define all 64-bit Multiplication Functions.
 */

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

IMPORT VOID mul64
                   
IPT4(
	IS32 *, hr,
	IS32 *, lr,
	IS32, mcand,
	IS32, mpy

   );

IMPORT VOID mulu64
                   
IPT4(
	IU32 *, hr,
	IU32 *, lr,
	IU32, mcand,
	IU32, mpy

   );