summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/loopxx.h
blob: 74a8124b26c68e3c87d2b999cfce5e2ed0d89d7b (plain) (tree)


















































                                                      
/* 
   loopxx.h

   Define all LOOPxx CPU functions.
 */

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

IMPORT VOID LOOP16
       
IPT1(
	IU32, rel_offset

   );

IMPORT VOID LOOP32
       
IPT1(
	IU32, rel_offset

   );

IMPORT VOID LOOPE16
       
IPT1(
	IU32, rel_offset

   );

IMPORT VOID LOOPE32
       
IPT1(
	IU32, rel_offset

   );

IMPORT VOID LOOPNE16
       
IPT1(
	IU32, rel_offset

   );

IMPORT VOID LOOPNE32
       
IPT1(
	IU32, rel_offset

   );