COMBINE
#define COMBINE(a, b) (((u_int)(a) << (unsigned int)HALF_BITS) | (b))
#define COMBINE(op, q) (((op) << 2) | (q))
#define COMBINE(r1, r2, d) \