summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/mul.h
blob: 2199014efe3e1128186b394d78707007cfa94d6a (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
30
31
32
33
/* 
   mul.h

   Define all MUL CPU functions.
 */

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

IMPORT VOID MUL8
           
IPT2(
	IU32 *, pop1,
	IU32, op2

   );

IMPORT VOID MUL16
           
IPT2(
	IU32 *, pop1,
	IU32, op2

   );

IMPORT VOID MUL32
           
IPT2(
	IU32 *, pop1,
	IU32, op2

   );