From 07f581b742ee623014947b9c9ced8eb26c59603d Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 23 Apr 2004 14:20:33 +0000 Subject: implement umulIIL instruction on the PowerPC --- cgiconst.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cgiconst.h') diff --git a/cgiconst.h b/cgiconst.h index 3fcd728..0c06775 100644 --- a/cgiconst.h +++ b/cgiconst.h @@ -52,7 +52,10 @@ enum { ,IFEXG #endif #if defined (I486) - ,IRTSI, IDIVI, IREMI + ,IRTSI, IDIVI, IREMI +#endif +#ifdef G_POWER + ,IUMULH #endif }; -- cgit v1.2.3