diff options
author | John van Groningen | 2011-04-19 09:43:10 +0000 |
---|---|---|
committer | John van Groningen | 2011-04-19 09:43:10 +0000 |
commit | 914651427fe8bf50616cb37951ab5d594874d285 (patch) | |
tree | b9b45f4751a7fe679a06fc1c8d04b6a77b155852 /cgconst.h | |
parent | use #NO_APP to assemble faster, remove space after r8 and r9 (diff) |
add rotl% and rotr% instructions
Diffstat (limited to 'cgconst.h')
-rw-r--r-- | cgconst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |