From cb389659f3257f911cc1347cff5943c6743fec16 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 12 Jul 2004 15:49:03 +0000 Subject: implement absR, negI and faster not for the PowerPC --- cgconst.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cgconst.h') 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 }; -- cgit v1.2.3