From 35929d022753195e9461fca5ff9d1b4aa82f7868 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 19 Jan 2005 10:52:58 +0000 Subject: implement mulUUL and divLU instructions for IA32, define acos, asin, exp, ln and log10 instructons only for M68000 platform, add code for jsr_ap and jmp_ap instructions (not yet enabled) --- cgiconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgiconst.h') diff --git a/cgiconst.h b/cgiconst.h index 95f9315..37ff784 100644 --- a/cgiconst.h +++ b/cgiconst.h @@ -55,7 +55,7 @@ enum { ,IFEXG #endif #if defined (I486) - ,IRTSI, IDIVI, IREMI, IREMU + ,IRTSI, IDIVI, IREMI, IREMU, IMULUD, IDIVDU #endif #if defined (I486) || defined (G_POWER) ,IDIVU -- cgit v1.2.3