Mercurial > hg > CbC > old > device
diff mc.h @ 91:9b1aeb62e0b9
powerpc continue... (floating point)
author | kono |
---|---|
date | Fri, 07 Mar 2003 05:22:01 +0900 |
parents | 917947ffeb7c |
children | 1ad7045741a7 |
line wrap: on
line diff
--- a/mc.h Fri Mar 07 03:09:02 2003 +0900 +++ b/mc.h Fri Mar 07 05:22:01 2003 +0900 @@ -156,10 +156,11 @@ #define DDIV (DOP+DIV) #define DADD (DOP+ADD) #define DSUB (DOP+SUB) -#define LMUL 72 -#define LDIV 73 -#define LADD 74 -#define LSUB 75 +#define DCMPGE 72 +#define LMUL 73 +#define LDIV 74 +#define LADD 75 +#define LSUB 76 #define FRGVAR 82 #define FRLVAR 83