Searched refs:COMPOSIT (Results 1 – 1 of 1) sorted by relevance
8 #define COMPOSIT(x, s) (((x) & CMD_BITS_MASK) << (s)) macro11 (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0))
Completed in 4 milliseconds