summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2008-12-18 15:45:45 +0000
committerJohn van Groningen2008-12-18 15:45:45 +0000
commit5f6ab0641baad6c7e6e933c73ffe2f513203661f (patch)
tree559dd46159795aa0e83307606e3a64f8cd23a345 /cgconst.h
parentrename GMOD to GREM (diff)
add floordiv and mod
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h1
1 files changed, 1 insertions, 0 deletions
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