D | cleanup-13.c | 20 #define VAL4(x) ((x)>>24)&0xff,((x)>>16)&0xff,((x)>>8)&0xff,(x)&0xff macro 24 #define VAL4(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff macro 31 #define OP_const4u(x) 0x0c,VAL4(x), 32 #define OP_const4s(x) 0x0d,VAL4(x), 173 #define OP_call4(x) 0x99,VAL4(x),
|