From 914651427fe8bf50616cb37951ab5d594874d285 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 19 Apr 2011 09:43:10 +0000 Subject: add rotl% and rotr% instructions --- cgconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgconst.h') diff --git a/cgconst.h b/cgconst.h index 4e6d1b1..6e26a35 100644 --- a/cgconst.h +++ b/cgconst.h @@ -29,7 +29,7 @@ enum { ,GDIVU #endif #ifdef I486 - ,GFLOORDIV, GMOD + ,GFLOORDIV, GMOD, GROTL, GROTR ,GADDDU, GDIVDU, GMULUD, GREMU, GRESULT0, GRESULT1, GSUBDU ,GFLOAD_S_X,GFSTORE_S_X #endif -- cgit v1.2.3