summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/idiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/idiv.h')
-rw-r--r--private/mvdm/softpc.new/base/ccpu386/idiv.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/idiv.h b/private/mvdm/softpc.new/base/ccpu386/idiv.h
new file mode 100644
index 000000000..fe4f2ee3e
--- /dev/null
+++ b/private/mvdm/softpc.new/base/ccpu386/idiv.h
@@ -0,0 +1,30 @@
+/*
+ idiv.h
+
+ Define all IDIV CPU functions.
+ */
+
+/*
+ static char SccsID[]="@(#)idiv.h 1.4 02/09/94";
+ */
+
+IMPORT VOID IDIV8
+
+IPT1(
+ IU32, op2
+
+ );
+
+IMPORT VOID IDIV16
+
+IPT1(
+ IU32, op2
+
+ );
+
+IMPORT VOID IDIV32
+
+IPT1(
+ IU32, op2
+
+ );