summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cgconst.h b/cgconst.h
index f7699a1..71ebdf0 100644
--- a/cgconst.h
+++ b/cgconst.h
@@ -18,7 +18,7 @@ enum {
,GNOT
#endif
#ifndef G_A64
- ,GFHIGH,GFJOIN,GFLOW
+ ,GFHIGH,GFJOIN,GFLOW,
#else
,GFROMF,GTOF
#endif
@@ -31,6 +31,12 @@ enum {
#ifdef I486
,GADDDU, GDIVDU, GMULUD, GREMU, GRESULT0, GRESULT1, GSUBDU
#endif
+#if defined (I486) && !defined (G_A64)
+ ,GFSINCOS, GFRESULT0, GFRESULT1
+#endif
+#ifdef G_AI64
+ ,GLOAD_S_X, GSTORE_S_X, GFLOAD_S_X, GFSTORE_S_X
+#endif
#ifdef M68000
,GFACOS, GFASIN, GFEXP, GFLN, GFLOG10
#endif