summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2007-05-14 15:23:39 +0000
committerJohn van Groningen2007-05-14 15:23:39 +0000
commitaee5525302ecc584af4e4fcc08c947d1582723e5 (patch)
tree325c1c11b36039e368ec26b2a7b9bf9b72d7ca22 /cgiconst.h
parentinstruction_code of register node should be GREGISTER, not P_REGISTER (diff)
implement select, update and replace for 32 bit real arrays for IA32
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index 7b93eb4..053ba95 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -67,6 +67,7 @@ enum {
#endif
#if defined (I486)
,IADC ,IRTSI, IDIVI, IREMI, IREMU, IMULUD, IDIVDU, ISBB
+ ,IFLOADS, IFMOVES
#endif
#if defined (I486) || defined (G_POWER)
,IDIVU
@@ -75,7 +76,7 @@ enum {
,IUMULH
#endif
#ifdef G_AI64
- ,ILOADSQB, IMOVEQB, IFLOADS, IFCVT2S, IFMOVES
+ ,ILOADSQB, IMOVEQB, IFCVT2S
#endif
};