diff options
author | John van Groningen | 2004-04-23 14:20:33 +0000 |
---|---|---|
committer | John van Groningen | 2004-04-23 14:20:33 +0000 |
commit | 07f581b742ee623014947b9c9ced8eb26c59603d (patch) | |
tree | 6f064e8fc905fbeb231c115cf1ceef24f0fd43bf /cgiconst.h | |
parent | port to gcc on Mac OS X (diff) |
implement umulIIL instruction on the PowerPC
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -52,7 +52,10 @@ enum { ,IFEXG #endif #if defined (I486) - ,IRTSI, IDIVI, IREMI + ,IRTSI, IDIVI, IREMI +#endif +#ifdef G_POWER + ,IUMULH #endif }; |