summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2011-04-19 09:43:10 +0000
committerJohn van Groningen2011-04-19 09:43:10 +0000
commit914651427fe8bf50616cb37951ab5d594874d285 (patch)
treeb9b45f4751a7fe679a06fc1c8d04b6a77b155852 /cgiconst.h
parentuse #NO_APP to assemble faster, remove space after r8 and r9 (diff)
add rotl% and rotr% instructions
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgiconst.h b/cgiconst.h
index fb5b138..1a49223 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -50,6 +50,7 @@ enum {
#endif
#ifdef I486
,IASR_S,ILSL_S,ILSR_S
+ ,IROTL,IROTR,IROTL_S,IROTR_S
#endif
#if defined (I486) && !defined (G_A64)
,IFCEQ, IFCGE, IFCGT, IFCLE, IFCLT, IFCNE