summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgconst.h b/cgconst.h
index 35644e6..4d53f14 100644
--- a/cgconst.h
+++ b/cgconst.h
@@ -15,11 +15,14 @@ enum {
GMOVEMI, GMUL, GMUL_O, GOR, GREGISTER, GSTORE,
GSTORE_R, GSTORE_B_X, GSTORE_X, GSUB, GSUB_O, GTEST_O,
GEXIT_IF
+#if defined (I486) || defined (G_POWER)
+ ,GFABS, GNEG, GNOT
+#endif
#ifdef G_POWER
,GCREATE_S, GUMULH
#endif
#ifdef I486
- ,GDIVU, GREMU, GFABS, GNEG, GNOT
+ ,GDIVU, GREMU
#endif
};