diff options
author | John van Groningen | 2007-05-14 15:23:39 +0000 |
---|---|---|
committer | John van Groningen | 2007-05-14 15:23:39 +0000 |
commit | aee5525302ecc584af4e4fcc08c947d1582723e5 (patch) | |
tree | 325c1c11b36039e368ec26b2a7b9bf9b72d7ca22 /cgiconst.h | |
parent | instruction_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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 }; |