comparison mc.h @ 250:7637295c4fb8

*** empty log message ***
author kono
date Tue, 11 May 2004 17:37:29 +0900
parents b4a57dd14801
children 5aaca4f9d96b
comparison
equal deleted inserted replaced
249:8313c965c0e2 250:7637295c4fb8
249 #define SUASSOP (SOP+CUASSOP) 249 #define SUASSOP (SOP+CUASSOP)
250 250
251 #define DASS (DOP+ASS) 251 #define DASS (DOP+ASS)
252 #define DCMPGE (DOP+CMPGE) 252 #define DCMPGE (DOP+CMPGE)
253 #define DCMPEQ (DOP+CMPEQ) 253 #define DCMPEQ (DOP+CMPEQ)
254 #define DCMPNEQ (DOP+CMPNEQ)
254 #define DASSOP (DOP+ASSOP) 255 #define DASSOP (DOP+ASSOP)
255 #define DCMP (DOP+CMP) 256 #define DCMP (DOP+CMP)
256 #define DMINUS (DOP+MINUS) 257 #define DMINUS (DOP+MINUS)
257 #define DMUL (DOP+MUL) 258 #define DMUL (DOP+MUL)
258 #define DDIV (DOP+DIV) 259 #define DDIV (DOP+DIV)
260 #define DSUB (DOP+SUB) 261 #define DSUB (DOP+SUB)
261 262
262 #define FASS (FOP+ASS) 263 #define FASS (FOP+ASS)
263 #define FCMPGE (FOP+CMPGE) 264 #define FCMPGE (FOP+CMPGE)
264 #define FCMPEQ (FOP+CMPEQ) 265 #define FCMPEQ (FOP+CMPEQ)
266 #define FCMPNEQ (FOP+CMPNEQ)
265 #define FASSOP (FOP+ASSOP) 267 #define FASSOP (FOP+ASSOP)
266 #define FCMP (FOP+CMP) 268 #define FCMP (FOP+CMP)
267 #define FMINUS (FOP+MINUS) 269 #define FMINUS (FOP+MINUS)
268 #define FMUL (FOP+MUL) 270 #define FMUL (FOP+MUL)
269 #define FDIV (FOP+DIV) 271 #define FDIV (FOP+DIV)
270 #define FADD (FOP+ADD) 272 #define FADD (FOP+ADD)
271 #define FSUB (FOP+SUB) 273 #define FSUB (FOP+SUB)
272 274
273 #define LASS (LOP+CASS) 275 #define LASS (LOP+CASS)
274 #define LCMPGE (LOP+CMPGE) 276 #define LCMPGE (LOP+CMPGE)
277 #define LCMPEQ (LOP+CMPEQ)
278 #define LCMPNEQ (LOP+CMPNEQ)
275 #define LASSOP (LOP+CASSOP) 279 #define LASSOP (LOP+CASSOP)
276 #define LUASSOP (LOP+CUASSOP) 280 #define LUASSOP (LOP+CUASSOP)
277 #define LCMP (LOP+CMP) 281 #define LCMP (LOP+CMP)
278 #define LMINUS (LOP+MINUS) 282 #define LMINUS (LOP+MINUS)
279 #define LMUL (LOP+MUL) 283 #define LMUL (LOP+MUL)