summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/mul.h
blob: 2199014efe3e1128186b394d78707007cfa94d6a (plain) (tree)
































                                                      
/* 
   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

   );