From 5f6ab0641baad6c7e6e933c73ffe2f513203661f Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Dec 2008 15:45:45 +0000 Subject: add floordiv and mod --- cgconst.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgconst.h') diff --git a/cgconst.h b/cgconst.h index cc8a44a..4e6d1b1 100644 --- a/cgconst.h +++ b/cgconst.h @@ -29,6 +29,7 @@ enum { ,GDIVU #endif #ifdef I486 + ,GFLOORDIV, GMOD ,GADDDU, GDIVDU, GMULUD, GREMU, GRESULT0, GRESULT1, GSUBDU ,GFLOAD_S_X,GFSTORE_S_X #endif -- cgit v1.2.3